We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c5946 commit f67f848Copy full SHA for f67f848
1 file changed
vlib/v/generics/new_generics_regression_test.v
@@ -1,4 +1,4 @@
1
-// vtest build: !docker-ubuntu-musl
+// vtest build: !docker-ubuntu-musl && !sanitize-memory-gcc && !sanitize-address-gcc && !sanitize-address-clang
2
// This test ensures the -new-generic-solver option, and its corresponding compiler stage, will not regress silently,
3
// as V continues to change. If you make changes to the generics stage to improve it, once you spot a failure here, or
4
// some of the expected tests starts passing (which will be also a failure as far as this _test.v file is concerned),
0 commit comments