You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should_be_built= ts.build_environment.eval(details.vbuild) or {
@@ -817,6 +821,7 @@ pub mut:
817
821
hide_retries bool// when true, all retry tries are silent; used by `vlib/v/tests/retry_test.v`
818
822
vbuild string// could be `!(windows && tinyc)`
819
823
vbuild_line int// for more precise error reporting, if the `vbuild` expression is incorrect
824
+
vflags string// custom compilation flags for the test (enables for example: `// vtest vflags: -w`, for tests that have known warnings, but should still pass with -W)
0 commit comments