Skip to content

Commit 56e1574

Browse files
committed
ci: tag deadline_test.v in the skip_with_fsanitize_memory and skip_on_windows lists
1 parent 3458688 commit 56e1574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/tools/vtest-self.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import v.pref
66

77
const (
88
skip_with_fsanitize_memory = [
9+
'vlib/context/deadline_test.v',
910
'vlib/net/tcp_simple_client_server_test.v',
1011
'vlib/net/http/cookie_test.v',
1112
'vlib/net/http/http_test.v',
@@ -168,6 +169,7 @@ const (
168169
'vlib/net/websocket/ws_test.v',
169170
]
170171
skip_on_windows = [
172+
'vlib/context/deadline_test.v' /* blocks `windows-tcc` */,
171173
'vlib/orm/orm_test.v',
172174
'vlib/v/tests/orm_sub_struct_test.v',
173175
'vlib/net/websocket/ws_test.v',

0 commit comments

Comments
 (0)