ci: add match_in_map_init_test.v to skip_with_asan_compiler and skip_with_fsanitize_address in `v test-self`

pull/8840/head^2
Delyan Angelov 2021-02-21 19:56:17 +02:00
parent 1a838b1f43
commit 0ccd9f9c6e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 0 deletions

View File

@ -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 = [