@@ -27,7 +27,6 @@ const essential_list = [
27
27
'vlib/builtin/string_test.v' ,
28
28
'vlib/builtin/sorting_test.v' ,
29
29
'vlib/builtin/gated_array_string_test.v' ,
30
- 'vlib/builtin/array_shrinkage_test.v' ,
31
30
'vlib/builtin/isnil_test.v' ,
32
31
'vlib/builtin/string_match_glob_test.v' ,
33
32
'vlib/builtin/string_strip_margin_test.v' ,
@@ -81,11 +80,10 @@ const essential_list = [
81
80
'vlib/v/gen/native/tests/native_test.v' ,
82
81
'vlib/v/pkgconfig/pkgconfig_test.v' ,
83
82
'vlib/v/slow_tests/inout/compiler_test.v' ,
84
- 'vlib/x/json2/json2_test.v' ,
83
+ 'vlib/x/json2/tests/ json2_test.v' ,
85
84
]
86
85
const skip_test_files = [
87
86
'do_not_remove' ,
88
- 'cmd/tools/vdoc/html_tag_escape_test.v' , // can't locate local module: markdown
89
87
'vlib/context/deadline_test.v' , // sometimes blocks
90
88
'vlib/context/onecontext/onecontext_test.v' , // backtrace_symbols is missing
91
89
'vlib/db/mysql/mysql_orm_test.v' , // mysql not installed
@@ -165,12 +163,10 @@ const skip_with_fsanitize_memory = [
165
163
'vlib/v/tests/orm_create_several_tables_test.v' ,
166
164
'vlib/vweb/tests/vweb_test.v' ,
167
165
'vlib/vweb/csrf/csrf_test.v' ,
168
- 'vlib/vweb/request_test.v' ,
169
166
'vlib/net/http/request_test.v' ,
170
167
'vlib/net/http/response_test.v' ,
171
168
'vlib/vweb/route_test.v' ,
172
169
'vlib/net/websocket/websocket_test.v' ,
173
- 'vlib/crypto/rand/crypto_rand_read_test.v' ,
174
170
'vlib/net/smtp/smtp_test.v' ,
175
171
'vlib/v/tests/websocket_logger_interface_should_compile_test.v' ,
176
172
'vlib/v/tests/fn_literal_type_test.v' ,
@@ -224,7 +220,6 @@ const skip_on_ubuntu_musl = [
224
220
'vlib/net/http/cookie_test.v' ,
225
221
'vlib/net/http/http_test.v' ,
226
222
'vlib/net/http/status_test.v' ,
227
- 'vlib/net/websocket/ws_test.v' ,
228
223
'vlib/db/sqlite/sqlite_test.v' ,
229
224
'vlib/db/sqlite/sqlite_orm_test.v' ,
230
225
'vlib/db/sqlite/sqlite_vfs_lowlevel_test.v' ,
@@ -293,7 +288,6 @@ const skip_on_windows = [
293
288
'vlib/v/tests/orm_sub_struct_test.v' ,
294
289
'vlib/v/tests/orm_joined_tables_select_test.v' ,
295
290
'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v' ,
296
- 'vlib/net/websocket/ws_test.v' ,
297
291
'vlib/net/websocket/websocket_test.v' ,
298
292
'vlib/net/openssl/openssl_compiles_test.c.v' ,
299
293
'vlib/net/http/request_test.v' ,
0 commit comments