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:
parent
1a838b1f43
commit
0ccd9f9c6e
@ -28,6 +28,7 @@ const (
|
|||||||
'vlib/v/tests/ptr_arithmetic_test.v',
|
'vlib/v/tests/ptr_arithmetic_test.v',
|
||||||
'vlib/v/tests/unsafe_test.v',
|
'vlib/v/tests/unsafe_test.v',
|
||||||
'vlib/x/websocket/websocket_test.v',
|
'vlib/x/websocket/websocket_test.v',
|
||||||
|
'vlib/v/tests/match_in_map_init_test.v',
|
||||||
]
|
]
|
||||||
skip_with_fsanitize_undefined = [
|
skip_with_fsanitize_undefined = [
|
||||||
'vlib/encoding/csv/reader_test.v',
|
'vlib/encoding/csv/reader_test.v',
|
||||||
@ -315,6 +316,7 @@ const (
|
|||||||
'vlib/v/checker/tests/lock_nonshared.vv',
|
'vlib/v/checker/tests/lock_nonshared.vv',
|
||||||
'vlib/v/checker/tests/shared_type_mismatch.vv',
|
'vlib/v/checker/tests/shared_type_mismatch.vv',
|
||||||
'vlib/v/tests/match_with_complex_exprs_in_branches_test.v',
|
'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_test_files = []string{}
|
||||||
skip_on_musl = [
|
skip_on_musl = [
|
||||||
|
Loading…
Reference in New Issue
Block a user