mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: tag deadline_test.v in the skip_with_fsanitize_memory and skip_on_windows lists
This commit is contained in:
parent
345868853e
commit
56e15741b0
@ -6,6 +6,7 @@ import v.pref
|
||||
|
||||
const (
|
||||
skip_with_fsanitize_memory = [
|
||||
'vlib/context/deadline_test.v',
|
||||
'vlib/net/tcp_simple_client_server_test.v',
|
||||
'vlib/net/http/cookie_test.v',
|
||||
'vlib/net/http/http_test.v',
|
||||
@ -168,6 +169,7 @@ const (
|
||||
'vlib/net/websocket/ws_test.v',
|
||||
]
|
||||
skip_on_windows = [
|
||||
'vlib/context/deadline_test.v' /* blocks `windows-tcc` */,
|
||||
'vlib/orm/orm_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/net/websocket/ws_test.v',
|
||||
|
Loading…
Reference in New Issue
Block a user