Skip to content

Commit 6bfa6e4

Browse files
committed
v3: update test pass/failure lists
1 parent 7057d43 commit 6bfa6e4

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

vlib/v3/v3_test_failures.txt

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmd/tools/vcreate/vcreate_web_test.v
22
examples/dynamic_library_loader/use_test.v
3-
examples/dynamic_library_loading/use_library_test.v
4-
vlib/clipboard/clipboard_test.v
53
vlib/context/cause_test.v
64
vlib/context/empty_test.v
75
vlib/context/value_test.v
@@ -47,7 +45,6 @@ vlib/math/big/special_array_ops_test.v
4745
vlib/mcp/mcp_test.v
4846
vlib/mcp/server_test.v
4947
vlib/mcp/spec_compliance_test.v
50-
vlib/ncurses/ncurses_test.v
5148
vlib/net/http/build_request_headers_test.v
5249
vlib/net/http/h2_client_test.v
5350
vlib/net/http/h2_conn_test.v
@@ -90,7 +87,6 @@ vlib/pool/connection_test.v
9087
vlib/rand/cuid2/cuid2_test.v
9188
vlib/rand/random_numbers_test.v
9289
vlib/regex/regex_test.v
93-
vlib/sokol/gfx/gfx_test.v
9490
vlib/sync/channel_array_mut_test.v
9591
vlib/sync/channel_close_test.v
9692
vlib/sync/channel_push_or_1_test.v
@@ -172,7 +168,6 @@ vlib/v/tests/enums/enum_on_array_init_test.v
172168
vlib/v/tests/enums/enum_test.v
173169
vlib/v/tests/error_void_test.v
174170
vlib/v/tests/fixed_array_2_dims_init_test.v
175-
vlib/v/tests/fixed_array_update_c_struct_alias_test.v
176171
vlib/v/tests/fns/array_fixed_unresolved_ret_test.v
177172
vlib/v/tests/fns/call_on_anon_test.v
178173
vlib/v/tests/fns/call_with_nil_test.v
@@ -242,9 +237,7 @@ vlib/v/tests/generics/generics_method_with_multi_types_test.v
242237
vlib/v/tests/generics/generics_mutual_recursive_struct_reference_test.v
243238
vlib/v/tests/generics/generics_option_fn_concrete_type_test.v
244239
vlib/v/tests/generics/generics_return_closure_test.v
245-
vlib/v/tests/generics/generics_struct_anon_fn_type_test.v
246240
vlib/v/tests/generics/generics_struct_field_with_default_fn_type_test.v
247-
vlib/v/tests/generics/generics_struct_field_with_generics_struct_elements_test.v
248241
vlib/v/tests/generics/generics_struct_types_infer_test.v
249242
vlib/v/tests/generics/generics_test.v
250243
vlib/v/tests/generics/generics_unused_specialized_fn_array_param_test.v
@@ -262,7 +255,6 @@ vlib/v/tests/if_expr_in_or_block_test.v
262255
vlib/v/tests/indexexpr_with_anon_fn_test.v
263256
vlib/v/tests/init_global_test.v
264257
vlib/v/tests/interfaces/array_of_empty_interface_result_regression_test.v
265-
vlib/v/tests/interfaces/interface_closure_test.v
266258
vlib/v/tests/interfaces/interface_edge_cases/voidptr_casted_as_an_interface_test.v
267259
vlib/v/tests/interfaces/interface_embedding_with_interface_para_test.v
268260
vlib/v/tests/interfaces/interface_generic_multi_return_test.v
@@ -280,7 +272,6 @@ vlib/v/tests/modules/methods_struct_another_module/methods_struct_test.v
280272
vlib/v/tests/multi_return_test.v
281273
vlib/v/tests/nested_if_expr_method_call_test.v
282274
vlib/v/tests/nested_if_return_test.v
283-
vlib/v/tests/net_http_request_proxy_interpolation_test.v
284275
vlib/v/tests/options/option_array_fixed_interface_sumtype_test.v
285276
vlib/v/tests/options/option_array_submodule_test.v
286277
vlib/v/tests/options/option_auto_heap_test.v
@@ -290,7 +281,6 @@ vlib/v/tests/options/option_fn_multi_ret_test.v
290281
vlib/v/tests/options/option_generic_array_field_test.v
291282
vlib/v/tests/options/option_generic_array_mut_test.v
292283
vlib/v/tests/options/option_generic_method_ret_ptr_none_assert_test.v
293-
vlib/v/tests/options/option_generic_sumtype_test.v
294284
vlib/v/tests/options/option_if_infer_test.v
295285
vlib/v/tests/options/option_if_unwrap_test.v
296286
vlib/v/tests/options/option_init_ptr_test.v
@@ -307,7 +297,6 @@ vlib/v/tests/options/option_optional_param_test.v
307297
vlib/v/tests/options/option_or_result_fixed_arr_test.v
308298
vlib/v/tests/options/option_ptr_arg_heap_test.v
309299
vlib/v/tests/options/option_ptr_arg_test.v
310-
vlib/v/tests/options/option_ptr_test.v
311300
vlib/v/tests/options/option_ptr_zero_test.v
312301
vlib/v/tests/options/option_reference_of_option_test.v
313302
vlib/v/tests/options/option_reference_params_test.v
@@ -348,14 +337,11 @@ vlib/v/tests/selector_indexexpr_fn_type_assign_test.v
348337
vlib/v/tests/serialisation/json_serialisation_of_fixed_arrays_test.v
349338
vlib/v/tests/serialisation/json_with_struct_having_fields_with_default_values_test.v
350339
vlib/v/tests/sizeof_packed_struct_union_const_test.v
351-
vlib/v/tests/sql_statement_inside_fn_call_test.v
352340
vlib/v/tests/static_vars_test.v
353341
vlib/v/tests/structs/mut_test.v
354-
vlib/v/tests/structs/operator_overloading_type_alias_generic_parent_test.v
355342
vlib/v/tests/structs/struct_embed_fn_type_test.v
356343
vlib/v/tests/structs/struct_embed_test.v
357344
vlib/v/tests/sumtypes/json2_map_to_any_cgen_regression_test.v
358-
vlib/v/tests/sumtypes/sumtype_cast_from_voidptr_test.v
359345
vlib/v/tests/sumtypes/voidptr_sumtype_test.v
360346
vlib/v/tests/testdata/assert_with_scoped_defer_cleanup_failing_test.v
361347
vlib/v/tests/testdata/sizeof_used_in_assert_test.v
@@ -373,7 +359,6 @@ vlib/v/tests/tmpl_with_single_quotes_test.v
373359
vlib/v/tests/translated_test.v
374360
vlib/v/tests/type_idx_test.v
375361
vlib/v/tests/typeof_indirections_test.v
376-
vlib/v/tests/typeof_simple_types_test.v
377362
vlib/v/tests/typeof_test.v
378363
vlib/v/tests/typeof_unaliased_typ_test.v
379364
vlib/v/tests/va_arg_test.v
@@ -428,14 +413,9 @@ vlib/x/atomics/i32_test.v
428413
vlib/x/atomics/i64_test.v
429414
vlib/x/atomics/u32_test.v
430415
vlib/x/atomics/u64_test.v
431-
vlib/x/crypto/chacha20/chacha_64bitctr_test.v
432416
vlib/x/crypto/chacha20/chacha_test.v
433417
vlib/x/crypto/chacha20/stream_test.v
434-
vlib/x/crypto/chacha20/xchacha_test.v
435-
vlib/x/crypto/chacha20poly1305/chacha20poly1305_test.v
436418
vlib/x/crypto/chacha20poly1305/psiv_test.v
437-
vlib/x/crypto/chacha20poly1305/usage_test.v
438-
vlib/x/crypto/chacha20poly1305/xchacha20poly1305_test.v
439419
vlib/x/crypto/curve25519/curve25519_test.v
440420
vlib/x/crypto/mldsa/mldsa_test.v
441421
vlib/x/crypto/mldsa/usage_test.v
@@ -464,6 +444,5 @@ vlib/x/sessions/tests/db_store_test.v
464444
vlib/x/sessions/tests/session_app_test.v
465445
vlib/x/templating/dtm/dynamic_template_manager_cache_system_test.v
466446
vlib/x/templating/dtm/dynamic_template_manager_test.v
467-
vlib/x/templating/dtm2/dynamic_template_manager2_test.v
468447
vlib/yaml/yaml_edge_cases_test.v
469448
vlib/yaml/yaml_test.v

vlib/v3/v3_test_passes.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cmd/tools/vwatch_test.v
4949
cmd/tools/vwhere/vwhere_test.v
5050
cmd/v/v2_test.v
5151
cmd/v/vvm_test.v
52+
examples/dynamic_library_loading/use_library_test.v
5253
examples/password/password_test.v
5354
examples/pendulum-simulation/modules/sim/params_test.v
5455
examples/pendulum-simulation/modules/sim/sim_test.v
@@ -101,6 +102,7 @@ vlib/cli/command_test.v
101102
vlib/cli/flag_test.v
102103
vlib/cli/help_test.v
103104
vlib/cli/man_test.v
105+
vlib/clipboard/clipboard_test.v
104106
vlib/compress/bzip2/bzip2_test.v
105107
vlib/compress/deflate/deflate_test.v
106108
vlib/compress/gzip/gzip_test.v
@@ -390,6 +392,7 @@ vlib/math/unsigned/uint256_test.v
390392
vlib/math/vec/vec2_test.v
391393
vlib/math/vec/vec3_test.v
392394
vlib/math/vec/vec4_test.v
395+
vlib/ncurses/ncurses_test.v
393396
vlib/net/conv/conv_test.v
394397
vlib/net/dial_tcp_with_bind_test.v
395398
vlib/net/ftp/ftp_test.v
@@ -464,6 +467,7 @@ vlib/regex/regex_complex_test.v
464467
vlib/runtime/runtime_test.v
465468
vlib/runtime/used_memory_test.v
466469
vlib/semver/semver_test.v
470+
vlib/sokol/gfx/gfx_test.v
467471
vlib/stbi/stbi_test.v
468472
vlib/strconv/atoi_test.v
469473
vlib/strconv/atou_test.v
@@ -1449,6 +1453,7 @@ vlib/v/tests/fixed_array_init_with_init_test.v
14491453
vlib/v/tests/fixed_array_init_with_option_array_test.v
14501454
vlib/v/tests/fixed_array_multi_return_test.v
14511455
vlib/v/tests/fixed_array_on_array_test.v
1456+
vlib/v/tests/fixed_array_update_c_struct_alias_test.v
14521457
vlib/v/tests/fixed_array_update_embed_expr_test.v
14531458
vlib/v/tests/fixed_array_update_expr_test.v
14541459
vlib/v/tests/fn_field_ref_param_struct_init_test.v
@@ -1784,7 +1789,9 @@ vlib/v/tests/generics/generics_stack_of_sumtype_push_test.v
17841789
vlib/v/tests/generics/generics_str_intp_test.v
17851790
vlib/v/tests/generics/generics_string_index_in_generic_struct_method_test.v
17861791
vlib/v/tests/generics/generics_struct_anon_fn_fields_test.v
1792+
vlib/v/tests/generics/generics_struct_anon_fn_type_test.v
17871793
vlib/v/tests/generics/generics_struct_field_with_default_struct_value_test.v
1794+
vlib/v/tests/generics/generics_struct_field_with_generics_struct_elements_test.v
17881795
vlib/v/tests/generics/generics_struct_free_test.v
17891796
vlib/v/tests/generics/generics_struct_init_in_generic_fn_test.v
17901797
vlib/v/tests/generics/generics_struct_init_test.v
@@ -1882,6 +1889,7 @@ vlib/v/tests/interfaces/interface_as_cast_in_anon_fn_test.v
18821889
vlib/v/tests/interfaces/interface_auto_str_gen_test.v
18831890
vlib/v/tests/interfaces/interface_auto_str_test.v
18841891
vlib/v/tests/interfaces/interface_bound_mut_method_value_issue_26986_test.v
1892+
vlib/v/tests/interfaces/interface_closure_test.v
18851893
vlib/v/tests/interfaces/interface_deep_embedded_fields_regression_test.v
18861894
vlib/v/tests/interfaces/interface_edge_cases/array_of_interfaces_test.v
18871895
vlib/v/tests/interfaces/interface_edge_cases/array_of_interfaces_with_utility_fn_test.v
@@ -2042,6 +2050,7 @@ vlib/v/tests/nested_map_of_fn_call_test.v
20422050
vlib/v/tests/nested_map_test.v
20432051
vlib/v/tests/nested_multiline_comments_test.v
20442052
vlib/v/tests/nested_or_in_assign_decl_test.v
2053+
vlib/v/tests/net_http_request_proxy_interpolation_test.v
20452054
vlib/v/tests/old_generic_scanner_test.v
20462055
vlib/v/tests/option_result_alias_fn_ret_test.v
20472056
vlib/v/tests/option_struct_eq_test.v
@@ -2109,6 +2118,7 @@ vlib/v/tests/options/option_generic_param_test.v
21092118
vlib/v/tests/options/option_generic_ptr_return_test.v
21102119
vlib/v/tests/options/option_generic_return_test.v
21112120
vlib/v/tests/options/option_generic_selector_unwrap_test.v
2121+
vlib/v/tests/options/option_generic_sumtype_test.v
21122122
vlib/v/tests/options/option_heap_var_test.v
21132123
vlib/v/tests/options/option_ierror_field_test.v
21142124
vlib/v/tests/options/option_if_assign_and_fallthrough_test.v
@@ -2164,6 +2174,7 @@ vlib/v/tests/options/option_ptr_init_empty_test.v
21642174
vlib/v/tests/options/option_ptr_init_test.v
21652175
vlib/v/tests/options/option_ptr_nil_test.v
21662176
vlib/v/tests/options/option_ptr_ptr_test.v
2177+
vlib/v/tests/options/option_ptr_test.v
21672178
vlib/v/tests/options/option_ptr_unwrap_selector_test.v
21682179
vlib/v/tests/options/option_ptr_unwrap_test.v
21692180
vlib/v/tests/options/option_push_array_opt_test.v
@@ -2320,6 +2331,7 @@ vlib/v/tests/sizeof_test.v
23202331
vlib/v/tests/skip_sort_arg_check_test.v
23212332
vlib/v/tests/skip_unused/generic_fn_instantiation_pruning_test.v
23222333
vlib/v/tests/skip_unused/interface_dispatch_method_dependencies_test.v
2334+
vlib/v/tests/sql_statement_inside_fn_call_test.v
23232335
vlib/v/tests/struct_init_field_call_or_block_test.v
23242336
vlib/v/tests/structs/anon_struct_alias_type_decl_embed_test.v
23252337
vlib/v/tests/structs/anon_struct_array_test.v
@@ -2349,6 +2361,7 @@ vlib/v/tests/structs/nested_struct_embed_selector_test.v
23492361
vlib/v/tests/structs/operator_overloading_cmp_test.v
23502362
vlib/v/tests/structs/operator_overloading_index_test.v
23512363
vlib/v/tests/structs/operator_overloading_on_struct_with_too_many_fields_test.v
2364+
vlib/v/tests/structs/operator_overloading_type_alias_generic_parent_test.v
23522365
vlib/v/tests/structs/operator_overloading_with_reference_operands_test.v
23532366
vlib/v/tests/structs/operator_overloading_with_string_interpolation_test.v
23542367
vlib/v/tests/structs/short_struct_param_syntax_test.v
@@ -2454,6 +2467,7 @@ vlib/v/tests/sumtypes/sumtype_as_cast_fn_call_test.v
24542467
vlib/v/tests/sumtypes/sumtype_assign_test.v
24552468
vlib/v/tests/sumtypes/sumtype_calls_test.v
24562469
vlib/v/tests/sumtypes/sumtype_cast_alias_test.v
2470+
vlib/v/tests/sumtypes/sumtype_cast_from_voidptr_test.v
24572471
vlib/v/tests/sumtypes/sumtype_common_fields_test.v
24582472
vlib/v/tests/sumtypes/sumtype_empty_struct_test.v
24592473
vlib/v/tests/sumtypes/sumtype_equality_test.v
@@ -2491,6 +2505,7 @@ vlib/v/tests/type_promotion_test.v
24912505
vlib/v/tests/type_voidptr_test.v
24922506
vlib/v/tests/typeof_aggregate_test.v
24932507
vlib/v/tests/typeof_name_test.v
2508+
vlib/v/tests/typeof_simple_types_test.v
24942509
vlib/v/tests/typeof_type_test.v
24952510
vlib/v/tests/u8_free_test.v
24962511
vlib/v/tests/unicode_escape_test.v
@@ -2617,6 +2632,11 @@ vlib/x/crypto/ascon/ascon_test.v
26172632
vlib/x/crypto/ascon/cxof_test.v
26182633
vlib/x/crypto/ascon/hash_test.v
26192634
vlib/x/crypto/ascon/xof_test.v
2635+
vlib/x/crypto/chacha20/chacha_64bitctr_test.v
2636+
vlib/x/crypto/chacha20/xchacha_test.v
2637+
vlib/x/crypto/chacha20poly1305/chacha20poly1305_test.v
2638+
vlib/x/crypto/chacha20poly1305/usage_test.v
2639+
vlib/x/crypto/chacha20poly1305/xchacha20poly1305_test.v
26202640
vlib/x/crypto/curve25519/usage_test.v
26212641
vlib/x/crypto/poly1305/usage_test.v
26222642
vlib/x/crypto/sm4/sm4_test.v
@@ -2640,6 +2660,7 @@ vlib/x/markdown/markdown_test.v
26402660
vlib/x/sessions/tests/memory_store_test.v
26412661
vlib/x/sessions/tests/session_test.v
26422662
vlib/x/templating/dtm/dynamic_template_manager_behavior_test.v
2663+
vlib/x/templating/dtm2/dynamic_template_manager2_test.v
26432664
vlib/x/ttf/ttf_test.v
26442665
vlib/yaml/yaml_conformance_test.v
26452666
vlib/yaml/yaml_json_roundtrip_test.v

0 commit comments

Comments
 (0)