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