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