From bb6907473b698aa2400579f9633c199d0729da86 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 29 May 2021 11:38:53 +0300 Subject: [PATCH] ci: add the slowest tests in skip_with_fsanitize_memory --- cmd/tools/vtest-self.v | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 2d07c1efe7..0d437dd36b 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -26,6 +26,21 @@ const ( 'vlib/vweb/route_test.v', 'vlib/x/websocket/websocket_test.v', 'vlib/crypto/rand/crypto_rand_read_test.v', + // too slow: + 'vlib/os/process_test.v', + 'vlib/v/compiler_errors_test.v', + 'vlib/v/doc/doc_test.v', + 'vlib/v/fmt/fmt_test.v', + 'vlib/v/fmt/fmt_keep_test.v', + 'vlib/v/fmt/fmt_vlib_test.v', + 'vlib/v/live/live_test.v', + 'vlib/v/parser/v_parser_test.v', + 'vlib/v/scanner/scanner_test.v', + 'vlib/v/tests/inout/compiler_test.v', + 'vlib/v/tests/prod_test.v', + 'vlib/v/tests/profile/profile_test.v', + 'vlib/v/tests/repl/repl_test.v', + 'vlib/v/tests/valgrind/valgrind_test.v', ] skip_with_fsanitize_address = [ 'vlib/x/websocket/websocket_test.v',