Skip to content

Commit bb69074

Browse files
committed
ci: add the slowest tests in skip_with_fsanitize_memory
1 parent 8785599 commit bb69074

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cmd/tools/vtest-self.v

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ const (
2626
'vlib/vweb/route_test.v',
2727
'vlib/x/websocket/websocket_test.v',
2828
'vlib/crypto/rand/crypto_rand_read_test.v',
29+
// too slow:
30+
'vlib/os/process_test.v',
31+
'vlib/v/compiler_errors_test.v',
32+
'vlib/v/doc/doc_test.v',
33+
'vlib/v/fmt/fmt_test.v',
34+
'vlib/v/fmt/fmt_keep_test.v',
35+
'vlib/v/fmt/fmt_vlib_test.v',
36+
'vlib/v/live/live_test.v',
37+
'vlib/v/parser/v_parser_test.v',
38+
'vlib/v/scanner/scanner_test.v',
39+
'vlib/v/tests/inout/compiler_test.v',
40+
'vlib/v/tests/prod_test.v',
41+
'vlib/v/tests/profile/profile_test.v',
42+
'vlib/v/tests/repl/repl_test.v',
43+
'vlib/v/tests/valgrind/valgrind_test.v',
2944
]
3045
skip_with_fsanitize_address = [
3146
'vlib/x/websocket/websocket_test.v',

0 commit comments

Comments
 (0)