Skip to content

Commit f67f848

Browse files
committed
ci: reduce false positives for unrelated reasons for new_generics_regression_test.v
1 parent 78c5946 commit f67f848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/v/generics/new_generics_regression_test.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: !docker-ubuntu-musl
1+
// vtest build: !docker-ubuntu-musl && !sanitize-memory-gcc && !sanitize-address-gcc && !sanitize-address-clang
22
// This test ensures the -new-generic-solver option, and its corresponding compiler stage, will not regress silently,
33
// as V continues to change. If you make changes to the generics stage to improve it, once you spot a failure here, or
44
// 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

Comments
 (0)