1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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