v: prepare for making -W impure-v the default (#19940)

This commit is contained in:
JalonSolov 2023-11-20 02:17:59 -05:00 committed by GitHub
parent 6cc51f254f
commit 0da00cc457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 33 additions and 24 deletions

View file

@ -204,7 +204,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
skip_files << 'examples/coroutines/coroutines_bench.v'
$if msvc {
skip_files << 'vlib/v/tests/const_comptime_eval_before_vinit_test.v' // _constructor used
skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.v'
skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.c.v'
}
$if solaris {
skip_files << 'examples/gg/gg2.v'