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

tests: fix three tests with address errors (#9441)

This commit is contained in:
ka-weihe
2021-03-23 23:01:29 +01:00
committed by GitHub
parent 392666e475
commit f885c7cea9
5 changed files with 11 additions and 14 deletions

View File

@ -24,11 +24,8 @@ const (
'vlib/crypto/rand/crypto_rand_read_test.v',
]
skip_with_fsanitize_address = [
'vlib/encoding/base64/base64_test.v',
'vlib/json/json_test.v',
'vlib/regex/regex_test.v',
'vlib/v/tests/ptr_arithmetic_test.v',
'vlib/v/tests/unsafe_test.v',
'vlib/x/websocket/websocket_test.v',
]
skip_with_fsanitize_undefined = []string{}