Skip to content

Commit bf0fdff

Browse files
committed
v3: update test pass/fail lists
1 parent 17b7b20 commit bf0fdff

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

vlib/v3/v3_test_failures.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ vlib/encoding/xml/test/spec_test.v
8080
vlib/eventbus/eventbus_test.v
8181
vlib/fasthttp/fasthttp_linux_regression_test.v
8282
vlib/fasthttp/fasthttp_test.v
83-
vlib/fasthttp/request_parser_test.v
8483
vlib/flag/cmd_exe_style_flags_test.v
8584
vlib/flag/flag_from_test.v
8685
vlib/flag/flag_test.v
@@ -396,11 +395,9 @@ vlib/v/parser/check_cross_variables_regression_test.v
396395
vlib/v/parser/enum_comptime_test.v
397396
vlib/v/parser/parenthesized_propagated_index_or_block_test.v
398397
vlib/v/parser/v_parser_test.v
399-
vlib/v/pkgconfig/pkgconfig_test.v
400398
vlib/v/pref/default_tcc_compiler_test.v
401399
vlib/v/scanner/scanner_test.v
402400
vlib/v/slow_tests/assembly/asm_empty_statement_test.v
403-
vlib/v/slow_tests/inout/compiler_test.v
404401
vlib/v/slow_tests/repl/repl_test.v
405402
vlib/v/tests/aliases/alias_array_plus_operator_test.v
406403
vlib/v/tests/aliases/alias_array_returned_as_interface_test.v
@@ -419,7 +416,6 @@ vlib/v/tests/aliases/alias_string_match_test.v
419416
vlib/v/tests/aliases/alias_struct_ref_mut_capture_test.v
420417
vlib/v/tests/aliases/alias_sumtype_method_call_test.v
421418
vlib/v/tests/aliases/alias_to_shared_field_access_test.v
422-
vlib/v/tests/aliases/alias_to_sum_with_enum_test.v
423419
vlib/v/tests/aliases/alias_with_op_overloading_test.v
424420
vlib/v/tests/aliases/aliased_option_fn_call_test.v
425421
vlib/v/tests/aliases/chained_alias_test.v
@@ -536,14 +532,12 @@ vlib/v/tests/casts/cast_sumtype_as_generic_test.v
536532
vlib/v/tests/casts/cast_to_array_test.v
537533
vlib/v/tests/casts/cast_to_empty_interface_test.v
538534
vlib/v/tests/casts/cast_to_interface_test.v
539-
vlib/v/tests/casts/cast_to_interface_with_struct_field_default_test.v
540535
vlib/v/tests/casts/cast_with_call_in_address_test.v
541536
vlib/v/tests/chan_same_fn_name_test.v
542537
vlib/v/tests/clash_var_fn_name_test.v
543538
vlib/v/tests/closure_with_fn_ref_var_test.v
544539
vlib/v/tests/complex_dim_fixed_array_test.v
545540
vlib/v/tests/comptime/comptime_aggregate_var_test.v
546-
vlib/v/tests/comptime/comptime_arr_type_test.v
547541
vlib/v/tests/comptime/comptime_at_test.v
548542
vlib/v/tests/comptime/comptime_attr_test.v
549543
vlib/v/tests/comptime/comptime_attribute_call_syntax_test.v
@@ -558,23 +552,19 @@ vlib/v/tests/comptime/comptime_call_tmpl_composed_path_test.v
558552
vlib/v/tests/comptime/comptime_call_tmpl_dollar_literal_issue_14788_test.v
559553
vlib/v/tests/comptime/comptime_call_tmpl_variable_scope_test.v
560554
vlib/v/tests/comptime/comptime_call_type_test.v
561-
vlib/v/tests/comptime/comptime_closure_field_access_test.v
562555
vlib/v/tests/comptime/comptime_default_value_indexexpr_test.v
563556
vlib/v/tests/comptime/comptime_default_value_test.v
564557
vlib/v/tests/comptime/comptime_deref_or_ref_test.v
565558
vlib/v/tests/comptime/comptime_dump_test.v
566559
vlib/v/tests/comptime/comptime_else_map_init_markused_test.v
567-
vlib/v/tests/comptime/comptime_field_attrs_quotes_test.v
568560
vlib/v/tests/comptime/comptime_field_indirections_test.v
569561
vlib/v/tests/comptime/comptime_for_alias_methods_test.v
570562
vlib/v/tests/comptime/comptime_for_alias_type_test.v
571563
vlib/v/tests/comptime/comptime_for_field_methods_test.v
572564
vlib/v/tests/comptime/comptime_for_fixed_array_field_test.v
573565
vlib/v/tests/comptime/comptime_for_in_field_selector_test.v
574-
vlib/v/tests/comptime/comptime_for_in_field_typeof_test.v
575566
vlib/v/tests/comptime/comptime_for_in_field_with_generic_fn_test.v
576567
vlib/v/tests/comptime/comptime_for_in_options_struct_test.v
577-
vlib/v/tests/comptime/comptime_for_lock_field_test.v
578568
vlib/v/tests/comptime/comptime_for_method_call_in_print_call_test.v
579569
vlib/v/tests/comptime/comptime_for_method_call_test.v
580570
vlib/v/tests/comptime/comptime_for_method_param_test.v
@@ -587,7 +577,6 @@ vlib/v/tests/comptime/comptime_generic_arg_test.v
587577
vlib/v/tests/comptime/comptime_generic_ret_test.v
588578
vlib/v/tests/comptime/comptime_if_at_expr_test.v
589579
vlib/v/tests/comptime/comptime_if_check_const_test.v
590-
vlib/v/tests/comptime/comptime_if_expr_evaluate_test.v
591580
vlib/v/tests/comptime/comptime_if_expr_generic_typ_is_type_test.v
592581
vlib/v/tests/comptime/comptime_if_expr_in_struct_field_default_test.v
593582
vlib/v/tests/comptime/comptime_if_expr_test.v
@@ -629,7 +618,6 @@ vlib/v/tests/comptime/comptime_method_test.v
629618
vlib/v/tests/comptime/comptime_methods_generic_struct_test.v
630619
vlib/v/tests/comptime/comptime_name_check_test.v
631620
vlib/v/tests/comptime/comptime_params_test.v
632-
vlib/v/tests/comptime/comptime_println_test.v
633621
vlib/v/tests/comptime/comptime_selector_member_test.v
634622
vlib/v/tests/comptime/comptime_selector_mut_test.v
635623
vlib/v/tests/comptime/comptime_smartcast_test.v
@@ -693,7 +681,6 @@ vlib/v/tests/concurrency/shared_str_test.v
693681
vlib/v/tests/concurrency/shared_struct_method_call_test.v
694682
vlib/v/tests/concurrency/shared_unordered_mixed_test.v
695683
vlib/v/tests/concurrency/spawn_in_if_match_expr_test.v
696-
vlib/v/tests/concurrency/spawn_method_on_generic_struct_test.v
697684
vlib/v/tests/concurrency/spawn_ref_arg_stack_escape_test.v
698685
vlib/v/tests/concurrency/tcc_atomic_postfix_test.v
699686
vlib/v/tests/concurrency/thread_returns_test.v
@@ -718,7 +705,6 @@ vlib/v/tests/conditions/matches/match_expr_result_test.v
718705
vlib/v/tests/conditions/matches/match_expr_with_assign_sumtype_test.v
719706
vlib/v/tests/conditions/matches/match_expr_with_auto_promote_number_test.v
720707
vlib/v/tests/conditions/matches/match_expr_with_branch_returning_1_test.v
721-
vlib/v/tests/conditions/matches/match_expr_with_branch_returning_2_test.v
722708
vlib/v/tests/conditions/matches/match_expr_with_last_branch_aggregate_test.v
723709
vlib/v/tests/conditions/matches/match_expression_with_fn_names_in_branches_test.v
724710
vlib/v/tests/conditions/matches/match_smartcast_test.v
@@ -749,7 +735,6 @@ vlib/v/tests/consts/const_test.v
749735
vlib/v/tests/defer/defer_use_returned_value_test.v
750736
vlib/v/tests/defer/scoped_defer_test.v
751737
vlib/v/tests/empty_array_push_test.v
752-
vlib/v/tests/enums/enum_aliases_test.v
753738
vlib/v/tests/enums/enum_assign_on_anon_fn_test.v
754739
vlib/v/tests/enums/enum_attr_test.v
755740
vlib/v/tests/enums/enum_bitfield_64bit_test.v
@@ -990,7 +975,6 @@ vlib/v/tests/generics/generics_with_embed_generics_structs_test.v
990975
vlib/v/tests/generics/generics_with_embed_generics_test.v
991976
vlib/v/tests/generics/generics_with_multi_nested_generic_method_call_ref_arg_test.v
992977
vlib/v/tests/generics/generics_with_multi_nested_generic_method_call_test.v
993-
vlib/v/tests/generics/generics_with_nested_external_generics_fn_test.v
994978
vlib/v/tests/generics/generics_with_nested_generic_method_call_test.v
995979
vlib/v/tests/generics/generics_with_nested_generics_fn_test.v
996980
vlib/v/tests/generics/mixed_generic_and_concrete_fn_type_factories_regression_test.v
@@ -1227,7 +1211,6 @@ vlib/v/tests/pointers/ptr_arithmetic_test.v
12271211
vlib/v/tests/pointers/ref_array_init_test.v
12281212
vlib/v/tests/pointers/ref_struct_test.v
12291213
vlib/v/tests/pointers/reference_var_followed_block_expr_test.v
1230-
vlib/v/tests/pointers/reference_variable_str_test.v
12311214
vlib/v/tests/power_operator_test.v
12321215
vlib/v/tests/prefix_expr_test.v
12331216
vlib/v/tests/printing/dump_interface_circular_test.v
@@ -1248,7 +1231,6 @@ vlib/v/tests/range_expr_logical_and_test.v
12481231
vlib/v/tests/reflection_attr_quotes_test.v
12491232
vlib/v/tests/reflection_sym_test.v
12501233
vlib/v/tests/reflection_test.v
1251-
vlib/v/tests/reserved_keywords_array_test.v
12521234
vlib/v/tests/result_call_or_block_with_stmts_test.v
12531235
vlib/v/tests/result_with_index_expr_test.v
12541236
vlib/v/tests/retry_test.v
@@ -1310,7 +1292,6 @@ vlib/v/tests/structs/struct_init_short_in_for_expr_test.v
13101292
vlib/v/tests/structs/struct_init_with_complex_fields_test.v
13111293
vlib/v/tests/structs/struct_init_with_interface_field_test.v
13121294
vlib/v/tests/structs/struct_init_with_interface_pointer_and_embed_test.v
1313-
vlib/v/tests/structs/struct_init_with_multi_option_fn_type_test.v
13141295
vlib/v/tests/structs/struct_init_with_update_test.v
13151296
vlib/v/tests/structs/struct_option_field_comparison_test.v
13161297
vlib/v/tests/structs/struct_test.v

vlib/v3/v3_test_passes.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ vlib/encoding/xml/test/local/13_doctype_element/doctype_test.v
211211
vlib/encoding/xml/test/local/14_attributes/attributes_test.v
212212
vlib/encoding/xml/test/local/19_single_letter_tag/shared_test.v
213213
vlib/encoding/xml/test/local/20_bom_file/bom_test.v
214+
vlib/fasthttp/request_parser_test.v
214215
vlib/flag/default_flag_options_test.v
215216
vlib/flag/flag_autofree_test.v
216217
vlib/flag/flag_parse_test.v
@@ -379,11 +380,13 @@ vlib/v/parser/parse_text_defer_stdout_test.v
379380
vlib/v/parser/v_print_v_files_works_test.v
380381
vlib/v/parser/v_silent_works_test.v
381382
vlib/v/pkgconfig/bin/pkgconfig_test.v
383+
vlib/v/pkgconfig/pkgconfig_test.v
382384
vlib/v/pref/options_test.v
383385
vlib/v/pref/pref_test.v
384386
vlib/v/pref/vsh_envbang_test.v
385387
vlib/v/slow_tests/comptime_if_expr_threads_test.v
386388
vlib/v/slow_tests/crun_mode/crun_test.v
389+
vlib/v/slow_tests/inout/compiler_test.v
387390
vlib/v/slow_tests/map_issue_16285_test.v
388391
vlib/v/slow_tests/map_issue_22139_clear_test.v
389392
vlib/v/slow_tests/map_issue_22143_clear_test.v
@@ -429,6 +432,7 @@ vlib/v/tests/aliases/alias_operator_overloading_test.v
429432
vlib/v/tests/aliases/alias_option_test.v
430433
vlib/v/tests/aliases/alias_parent_operator_overloading_issue_26416_test.v
431434
vlib/v/tests/aliases/alias_to_ptr_arg_test.v
435+
vlib/v/tests/aliases/alias_to_sum_with_enum_test.v
432436
vlib/v/tests/aliases/alias_updated_expr_test.v
433437
vlib/v/tests/aliases/aliased_array_method_call_test.v
434438
vlib/v/tests/aliases/aliased_array_operations_test.v
@@ -645,29 +649,35 @@ vlib/v/tests/casts/cast_string_rvalue_to_sumtype_test.v
645649
vlib/v/tests/casts/cast_sumtype_fixed_array_test.v
646650
vlib/v/tests/casts/cast_to_alias_test.v
647651
vlib/v/tests/casts/cast_to_byte_test.v
652+
vlib/v/tests/casts/cast_to_interface_with_struct_field_default_test.v
648653
vlib/v/tests/casts/cast_to_u8_test.v
649654
vlib/v/tests/casts/conversions_test.v
650655
vlib/v/tests/casts/voidptr_to_u64_cast_a_test.v
651656
vlib/v/tests/casts/voidptr_to_u64_cast_b_test.v
652657
vlib/v/tests/char_literal_bytes_test.v
653658
vlib/v/tests/clash_var_name_of_array_and_map_test.v
654659
vlib/v/tests/comptime/comptime_arch_test.v
660+
vlib/v/tests/comptime/comptime_arr_type_test.v
655661
vlib/v/tests/comptime/comptime_array_fixed_field_test.v
656662
vlib/v/tests/comptime/comptime_bittness_and_endianess_test.v
657663
vlib/v/tests/comptime/comptime_call_map_receiver_test.v
658664
vlib/v/tests/comptime/comptime_call_slice_arg_test.v
659665
vlib/v/tests/comptime/comptime_call_void_test.v
666+
vlib/v/tests/comptime/comptime_closure_field_access_test.v
660667
vlib/v/tests/comptime/comptime_concrete_type_register_test.v
661668
vlib/v/tests/comptime/comptime_const_def_test.v
662669
vlib/v/tests/comptime/comptime_enum_test.v
663670
vlib/v/tests/comptime/comptime_enum_values_test.v
664671
vlib/v/tests/comptime/comptime_eq_test.v
672+
vlib/v/tests/comptime/comptime_field_attrs_quotes_test.v
665673
vlib/v/tests/comptime/comptime_field_name_check_test.v
666674
vlib/v/tests/comptime/comptime_field_selector_test.v
667675
vlib/v/tests/comptime/comptime_for_break_test.v
668676
vlib/v/tests/comptime/comptime_for_empty_loop_eval_stmts_test.v
669677
vlib/v/tests/comptime/comptime_for_if_cond_check_test.v
678+
vlib/v/tests/comptime/comptime_for_in_field_typeof_test.v
670679
vlib/v/tests/comptime/comptime_for_in_fields_FieldData_test.v
680+
vlib/v/tests/comptime/comptime_for_lock_field_test.v
671681
vlib/v/tests/comptime/comptime_for_map_arg_test.v
672682
vlib/v/tests/comptime/comptime_for_method_call_with_args_test.v
673683
vlib/v/tests/comptime/comptime_for_over_struct_with_C_reserved_word_fields_test.v
@@ -677,6 +687,7 @@ vlib/v/tests/comptime/comptime_generic_test.v
677687
vlib/v/tests/comptime/comptime_generic_unaliased_typ_test.v
678688
vlib/v/tests/comptime/comptime_if_assign_test.v
679689
vlib/v/tests/comptime/comptime_if_bsd_family_test.v
690+
vlib/v/tests/comptime/comptime_if_expr_evaluate_test.v
680691
vlib/v/tests/comptime/comptime_if_expr_in_const_decl_test.v
681692
vlib/v/tests/comptime/comptime_if_expr_with_result_call_test.v
682693
vlib/v/tests/comptime/comptime_if_generic_shift_test.v
@@ -699,6 +710,7 @@ vlib/v/tests/comptime/comptime_on_generics_func_test.v
699710
vlib/v/tests/comptime/comptime_on_method_arg_test.v
700711
vlib/v/tests/comptime/comptime_option_field_test.v
701712
vlib/v/tests/comptime/comptime_ppc_closure_codegen_test.v
713+
vlib/v/tests/comptime/comptime_println_test.v
702714
vlib/v/tests/comptime/comptime_propagate_test.v
703715
vlib/v/tests/comptime/comptime_ptr_field_test.v
704716
vlib/v/tests/comptime/comptime_ref_arg_test.v
@@ -728,6 +740,7 @@ vlib/v/tests/concurrency/shared_map_ptr_test.v
728740
vlib/v/tests/concurrency/shared_nested_lock_runtime_test.v
729741
vlib/v/tests/concurrency/shared_struct_field_test.v
730742
vlib/v/tests/concurrency/spawn_array_mut_test.v
743+
vlib/v/tests/concurrency/spawn_method_on_generic_struct_test.v
731744
vlib/v/tests/concurrency/spawn_with_cond_fncall_test.v
732745
vlib/v/tests/concurrency/spawn_with_different_method_receivers_test.v
733746
vlib/v/tests/concurrency/sync_channel_push_string_literal_test.v
@@ -774,6 +787,7 @@ vlib/v/tests/conditions/matches/match_expr_returning_interface_test.v
774787
vlib/v/tests/conditions/matches/match_expr_returning_option_test.v
775788
vlib/v/tests/conditions/matches/match_expr_returning_sumtype_test.v
776789
vlib/v/tests/conditions/matches/match_expr_skip_in_infix_expr_test.v
790+
vlib/v/tests/conditions/matches/match_expr_with_branch_returning_2_test.v
777791
vlib/v/tests/conditions/matches/match_expr_with_empty_array_init_test.v
778792
vlib/v/tests/conditions/matches/match_expr_with_enum_test.v
779793
vlib/v/tests/conditions/matches/match_expr_with_if_or_match_expr_test.v
@@ -843,6 +857,7 @@ vlib/v/tests/defer/defer_test.v
843857
vlib/v/tests/defer/defer_with_fn_var_test.v
844858
vlib/v/tests/division_by_zero_runtime_test.v
845859
vlib/v/tests/enum_packed_test.v
860+
vlib/v/tests/enums/enum_aliases_test.v
846861
vlib/v/tests/enums/enum_allow_multiple_values_match_test.v
847862
vlib/v/tests/enums/enum_array_field_test.v
848863
vlib/v/tests/enums/enum_array_init_test.v
@@ -1108,6 +1123,7 @@ vlib/v/tests/generics/generics_with_generics_struct_receiver_test.v
11081123
vlib/v/tests/generics/generics_with_multi_generics_fn_name_test.v
11091124
vlib/v/tests/generics/generics_with_multi_generics_struct_types_test.v
11101125
vlib/v/tests/generics/generics_with_multiple_generics_struct_receiver_test.v
1126+
vlib/v/tests/generics/generics_with_nested_external_generics_fn_test.v
11111127
vlib/v/tests/generics/generics_with_nested_generic_struct_init_test.v
11121128
vlib/v/tests/generics/generics_with_nested_generic_type_parameter_test.v
11131129
vlib/v/tests/generics/generics_with_nested_generics_fn_infer_call_test.v
@@ -1389,6 +1405,7 @@ vlib/v/tests/pointers/pointers_test.v
13891405
vlib/v/tests/pointers/ref_callback_test.v
13901406
vlib/v/tests/pointers/ref_return_test.v
13911407
vlib/v/tests/pointers/reference_return_test.v
1408+
vlib/v/tests/pointers/reference_variable_str_test.v
13921409
vlib/v/tests/pointers/return_voidptr_test.v
13931410
vlib/v/tests/pointers/selectorexpr_alias_to_ptr_test.v
13941411
vlib/v/tests/pointers/vargs_reference_param_test.v
@@ -1413,6 +1430,7 @@ vlib/v/tests/raw_string_ending_withs_backslash_test.v
14131430
vlib/v/tests/relative_nested_module_lookup_test.v
14141431
vlib/v/tests/repeated_multiret_values_test.v
14151432
vlib/v/tests/reserved_keyword_asm_test.v
1433+
vlib/v/tests/reserved_keywords_array_test.v
14161434
vlib/v/tests/reserved_keywords_as_struct_field_test.v
14171435
vlib/v/tests/reserved_keywords_can_be_escaped_with_at_test.v
14181436
vlib/v/tests/reserved_keywords_if_guard_test.v
@@ -1495,6 +1513,7 @@ vlib/v/tests/structs/struct_init_with_chan_field_test.v
14951513
vlib/v/tests/structs/struct_init_with_embed_update_test.v
14961514
vlib/v/tests/structs/struct_init_with_fixed_array_field_test.v
14971515
vlib/v/tests/structs/struct_init_with_multi_nested_embed_update_test.v
1516+
vlib/v/tests/structs/struct_init_with_multi_option_fn_type_test.v
14981517
vlib/v/tests/structs/struct_local_test.v
14991518
vlib/v/tests/structs/struct_map_method_test.v
15001519
vlib/v/tests/structs/struct_multi_embed_method_call_test.v

0 commit comments

Comments
 (0)