ci: tag deadline_test.v in the skip_with_fsanitize_memory and skip_on_windows lists

pull/9739/head
Delyan Angelov 2021-04-14 20:06:05 +03:00
parent 345868853e
commit 56e15741b0
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 0 deletions

View File

@ -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',