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 27ef543 commit 481b842Copy full SHA for 481b842
cmd/tools/vtest-self.v
@@ -444,10 +444,8 @@ fn main() {
444
tsession.skip_files << 'vlib/db/pg/pg_orm_test.v'
445
tsession.skip_files << 'vlib/db/pg/pg_double_test.v'
446
}
447
- $if windows {
448
- if cfg.github_job == 'tcc' {
449
- tsession.skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.c.v'
450
- }
+ $if windows && tinyc {
+ tsession.skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.c.v'
451
452
if !cfg.run_slow_sanitize
453
&& ((cfg.sanitize_undefined || cfg.sanitize_memory || cfg.sanitize_address)
0 commit comments