From 0ccd9f9c6e5750ee88830b459a526864ce83cd44 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 21 Feb 2021 19:56:17 +0200 Subject: [PATCH] ci: add match_in_map_init_test.v to skip_with_asan_compiler and skip_with_fsanitize_address in `v test-self` --- cmd/tools/vtest-self.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 1fc78b8495..e808952bc5 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -28,6 +28,7 @@ const ( 'vlib/v/tests/ptr_arithmetic_test.v', 'vlib/v/tests/unsafe_test.v', 'vlib/x/websocket/websocket_test.v', + 'vlib/v/tests/match_in_map_init_test.v', ] skip_with_fsanitize_undefined = [ 'vlib/encoding/csv/reader_test.v', @@ -315,6 +316,7 @@ const ( 'vlib/v/checker/tests/lock_nonshared.vv', 'vlib/v/checker/tests/shared_type_mismatch.vv', 'vlib/v/tests/match_with_complex_exprs_in_branches_test.v', + 'vlib/v/tests/match_in_map_init_test.v', ] skip_test_files = []string{} skip_on_musl = [