cmd/tools/vcreate/vcreate_web_test.v
examples/dynamic_library_loader/use_test.v
examples/dynamic_library_loading/use_library_test.v
examples/pendulum-simulation/modules/sim/params_test.v
examples/pendulum-simulation/modules/sim/worker_test.v
vlib/clipboard/clipboard_test.v
vlib/compress/bzip2/bzip2_test.v
vlib/compress/gzip/gzip_test.v
vlib/compress/szip/szip_test.v
vlib/compress/zstd/read_zstd_files_test.v
vlib/compress/zstd/zstd_test.v
vlib/context/cancel_test.v
vlib/context/cause_test.v
vlib/context/deadline_test.v
vlib/context/empty_test.v
vlib/context/onecontext/onecontext_test.v
vlib/context/value_test.v
vlib/crypto/aes/aes_gcm_test.v
vlib/crypto/blake3/blake3_test.v
vlib/crypto/ecdsa/ecdsa_test.v
vlib/crypto/ecdsa/example/ecdsa_seed_test.v
vlib/crypto/ecdsa/example/ensure_compatibility_with_net_openssl_test.v
vlib/crypto/ecdsa/util_test.v
vlib/crypto/ed25519/internal/edwards25519/element_test.v
vlib/crypto/ed25519/internal/edwards25519/extra_test.v
vlib/crypto/ed25519/internal/edwards25519/scalar_alias_test.v
vlib/crypto/ed25519/internal/edwards25519/scalar_test.v
vlib/crypto/ed25519/internal/edwards25519/scalarmult_test.v
vlib/crypto/hkdf/example_test.v
vlib/crypto/hkdf/hkdf_test.v
vlib/crypto/pem/pem_test.v
vlib/crypto/ripemd160/ripemd160_test.v
vlib/datatypes/doubly_linked_list_test.v
vlib/datatypes/linked_list_test.v
vlib/datatypes/lockfree/ringbuffer_test.v
vlib/db/mssql/mssql_test.v
vlib/db/mysql/mysql_orm_test.v
vlib/db/mysql/mysql_test.v
vlib/db/mysql/prepared_stmt_test.v
vlib/db/mysql/utils_test.v
vlib/db/mysql_consistency_test.v
vlib/db/pg/pg_double_test.v
vlib/db/pg/pg_orm_test.v
vlib/db/pg/pg_result_test.v
vlib/db/pg/pg_test.v
vlib/db/pg/pg_timestamp_test.v
vlib/db/pg_sqlite_consistency_test.v
vlib/db/redis/redis_test.v
vlib/db/sqlite/parent_child_test.v
vlib/db/sqlite/prod_gcc_orm_create_table_regression_test.v
vlib/db/sqlite/sqlite_f32_test.v
vlib/db/sqlite/sqlite_orm_test.v
vlib/db/sqlite/sqlite_vfs_lowlevel_test.v
vlib/encoding/binary/serialize_test.v
vlib/encoding/binary/stream_test.v
vlib/encoding/cbor/tests/cbor_wg_test.v
vlib/encoding/cbor/tests/cose_cwt_test.v
vlib/encoding/cbor/tests/generic_test.v
vlib/encoding/cbor/tests/hardening_test.v
vlib/encoding/cbor/tests/rfc8949_appendix_a_test.v
vlib/encoding/cbor/tests/security_test.v
vlib/encoding/cbor/tests/time_test.v
vlib/encoding/cbor/tests/upstream_appendix_a_test.v
vlib/encoding/csv/csv_reader_test.v
vlib/encoding/csv/utils_test.v
vlib/encoding/iconv/iconv_test.v
vlib/encoding/xml/entity_test.v
vlib/encoding/xml/parser_test.v
vlib/encoding/xml/test/spec_test.v
vlib/eventbus/eventbus_test.v
vlib/fasthttp/fasthttp_linux_regression_test.v
vlib/fasthttp/fasthttp_test.v
vlib/flag/flag_from_test.v
vlib/flag/flag_test.v
vlib/flag/flag_to_doc_test.v
vlib/flag/flag_to_misc_test.v
vlib/flag/flag_to_tail_bool_test.v
vlib/flag/flag_to_tail_test.v
vlib/flag/gnu_style_flags_test.v
vlib/flag/posix_style_flags_test.v
vlib/flag/quoted_xdoc_attr_test.v
vlib/flag/v_flag_parser_style_flags_test.v
vlib/gg/color_test.v
vlib/gg/draw_rect_empty_test.v
vlib/gg/frame_pacing_test.v
vlib/gg/image_private_test.v
vlib/gg/image_test.v
vlib/gg/m4/m4_test.v
vlib/gg/streaming_image_gl_test.v
vlib/gg/text_rendering_test.v
vlib/goroutines/goroutines_test.v
vlib/io/buffered_writer_test.v
vlib/io/fs/fs_test.v
vlib/io/multi_writer_test.v
vlib/io/string_reader/string_reader_test.v
vlib/log/log_test.v
vlib/math/big/array_ops_test.v
vlib/math/big/big_division_test.v
vlib/math/big/big_test.v
vlib/math/big/division_array_ops_test.v
vlib/math/big/large_number_power_and_string_conversion_test.v
vlib/math/big/special_array_ops_test.v
vlib/math/fractions/fraction_test.v
vlib/math/interpolation_test.v
vlib/math/vec/vec2_test.v
vlib/math/vec/vec3_test.v
vlib/math/vec/vec4_test.v
vlib/mcp/mcp_test.v
vlib/mcp/server_test.v
vlib/mcp/spec_compliance_test.v
vlib/ncurses/ncurses_test.v
vlib/net/conv/conv_test.v
vlib/net/http/build_request_headers_test.v
vlib/net/http/cookie_test.v
vlib/net/http/h2_client_test.v
vlib/net/http/h2_conn_test.v
vlib/net/http/h2_frame_test.v
vlib/net/http/h2_hpack_test.v
vlib/net/http/h2_mux_conn_test.v
vlib/net/http/h2_server_test.v
vlib/net/http/head_with_content_length_test.v
vlib/net/http/header_test.v
vlib/net/http/http_httpbin_test.v
vlib/net/http/http_proxy_test.v
vlib/net/http/http_test.v
vlib/net/http/request_receive_test.v
vlib/net/http/request_test.v
vlib/net/http/response_test.v
vlib/net/http/server_test.v
vlib/net/http/server_tls_test.v
vlib/net/http/server_tls_timeout_notd_use_openssl_test.v
vlib/net/http/status_test.v
vlib/net/http/transport_test.v
vlib/net/http/vschannel_alpn_windows_test.v
vlib/net/http/vschannel_validation_windows_test.v
vlib/net/jsonrpc/jsonrpc_test.v
vlib/net/jsonrpc/server_test.v
vlib/net/mbedtls/mbedtls_concurrent_large_response_test.v
vlib/net/mbedtls/mbedtls_head_with_content_length_test.v
vlib/net/raw_test.v
vlib/net/s3/fetch_test.v
vlib/net/s3/integration_test.v
vlib/net/s3/signer_test.v
vlib/net/smtp/smtp_timeout_test.v
vlib/net/ssl/ssl_alpn_test.v
vlib/net/ssl/ssl_bsd_tinyc_backend_test.v
vlib/net/ssl/ssl_read_all_test.v
vlib/net/tcp_last_write_sent_test.v
vlib/net/tcp_non_blocking_test.v
vlib/net/tcp_self_dial_from_many_clients_test.v
vlib/net/tcp_simple_client_server_test.v
vlib/net/tcp_test.v
vlib/net/udp_test.v
vlib/net/unix/unix_socket_test.v
vlib/net/unix/use_net_and_net_unix_together_test.v
vlib/net/utils_test.v
vlib/net/websocket/websocket_proxy_test.v
vlib/net/websocket/websocket_test.v
vlib/orm/orm_aggregate_test.v
vlib/orm/orm_create_and_drop_test.v
vlib/orm/orm_custom_operators_test.v
vlib/orm/orm_dynamic_test.v
vlib/orm/orm_embed_test.v
vlib/orm/orm_fk_test.v
vlib/orm/orm_fn_calls_test.v
vlib/orm/orm_fn_test.v
vlib/orm/orm_func_test.v
vlib/orm/orm_generic_struct_field_test.v
vlib/orm/orm_generic_test.v
vlib/orm/orm_generic_where_shadow_test.v
vlib/orm/orm_insert_reserved_name_test.v
vlib/orm/orm_insert_test.v
vlib/orm/orm_interface_test.v
vlib/orm/orm_join_test.v
vlib/orm/orm_last_id_test.v
vlib/orm/orm_mut_connection_test.v
vlib/orm/orm_mut_db_test.v
vlib/orm/orm_nested_struct_test.v
vlib/orm/orm_null_test.v
vlib/orm/orm_option_array_test.v
vlib/orm/orm_option_subselect_test.v
vlib/orm/orm_option_time_test.v
vlib/orm/orm_order_by_custom_field_test.v
vlib/orm/orm_references_test.v
vlib/orm/orm_result_test.v
vlib/orm/orm_save_test.v
vlib/orm/orm_scope_test.v
vlib/orm/orm_serial_attribute_test.v
vlib/orm/orm_sql_or_blocks_test.v
vlib/orm/orm_string_interpolation_in_where_test.v
vlib/orm/orm_test.v
vlib/orm/orm_transaction_test.v
vlib/orm/orm_upsert_test.v
vlib/orm/orm_where_in_test.v
vlib/os/file_le_be_test.v
vlib/os/filepath_test.v
vlib/os/inode_test.v
vlib/os/join_path_test.v
vlib/os/signal_test.v
vlib/pico_http_parser/pico_http_parser_test.v
vlib/picoev/picoev_test.v
vlib/picohttpparser/misc_test.v
vlib/picohttpparser/request_test.v
vlib/pool/connection_test.v
vlib/rand/cuid2/cuid2_test.v
vlib/rand/random_bytes_test.v
vlib/rand/random_numbers_test.v
vlib/readline/readline_test.v
vlib/regex/pcre/regex_test.v
vlib/regex/regex_anchor_test.v
vlib/regex/regex_test.v
vlib/runtime/runtime_test.v
vlib/runtime/used_memory_test.v
vlib/sokol/gfx/gfx_test.v
vlib/strconv/format_test.v
vlib/strings/strings_test.v
vlib/sync/channel_array_mut_test.v
vlib/sync/channel_close_test.v
vlib/sync/channel_push_or_1_test.v
vlib/sync/channel_push_or_2_test.v
vlib/sync/channel_select_2_test.v
vlib/sync/channel_select_3_test.v
vlib/sync/channel_select_4_test.v
vlib/sync/channel_select_5_test.v
vlib/sync/channel_select_6_test.v
vlib/sync/channel_select_fifo_test.v
vlib/sync/empty_struct_chan_init_test.v
vlib/sync/pool/pool_test.v
vlib/sync/select_close_test.v
vlib/sync/struct_chan_init_test.v
vlib/sync/tls_test.v
vlib/term/term_test.v
vlib/term/ui/1_term_and_ui_compilation_test.v
vlib/term/ui/2_term_and_ui_compilation_test.v
vlib/term/ui/input_nix_test.v
vlib/term/ui/mouse_config_test.v
vlib/term/ui/termios_nix_test.v
vlib/time/custom_format_test.v
vlib/time/duration_test.v
vlib/time/parse_autofree_test.v
vlib/toml/tests/array_of_tables_1_level_test.v
vlib/toml/tests/array_of_tables_2_level_test.v
vlib/toml/tests/array_of_tables_array_test.v
vlib/toml/tests/array_of_tables_edge_case_1_test.v
vlib/toml/tests/array_of_tables_edge_case_2_test.v
vlib/toml/tests/compact_test.v
vlib/toml/tests/crlf_test.v
vlib/toml/tests/datetime_test.v
vlib/toml/tests/default_to_test.v
vlib/toml/tests/default_value_test.v
vlib/toml/tests/encode_and_decode_test.v
vlib/toml/tests/iarna_toml_spec_test.v
vlib/toml/tests/json_encoding_test.v
vlib/toml/tests/json_test.v
vlib/toml/tests/key_test.v
vlib/toml/tests/large_toml_file_test.v
vlib/toml/tests/nested_test.v
vlib/toml/tests/quoted_keys_test.v
vlib/toml/tests/quoted_string_crlf_test.v
vlib/toml/tests/reflect_test.v
vlib/toml/tests/spaced_keys_test.v
vlib/toml/tests/strings_test.v
vlib/toml/tests/table_test.v
vlib/toml/tests/toml_attrs_test.v
vlib/toml/tests/toml_bom_test.v
vlib/toml/tests/toml_lang_test.v
vlib/toml/tests/toml_memory_corruption_test.v
vlib/toml/tests/toml_rs_test.v
vlib/toml/tests/toml_test.v
vlib/toml/tests/toml_types_test.v
vlib/toml/tests/value_query_test.v
vlib/v/ast/type_size_test.v
vlib/v/ast/walker/walker_test.v
vlib/v/builder/base_url_test.v
vlib/v/builder/builder_test.v
vlib/v/builder/c_error_report_test.v
vlib/v/builder/cbuilder/parallel_cc_test.v
vlib/v/builder/cc_tcc_retry_test.v
vlib/v/builder/cc_test.v
vlib/v/builder/coroutines_runtime_test.v
vlib/v/builder/gc_flags_test.v
vlib/v/builder/icon_test.v
vlib/v/builder/msvc_windows_test.v
vlib/v/checker/pkgconfig_cross_compile_test.v
vlib/v/debug/tests/trace/trace_test.v
vlib/v/embed_file/tests/embed_file_with_variable_arg_test.v
vlib/v/fmt/fmt_bin2v_test.v
vlib/v/fmt/fmt_keep_test.v
vlib/v/fmt/fmt_new_int_test.v
vlib/v/fmt/fmt_test.v
vlib/v/fmt/fmt_vlib_test.v
vlib/v/gen/c/coutput_test.v
vlib/v/gen/c/custom_start_freestanding_test.v
vlib/v/gen/c/freestanding_i386_test.v
vlib/v/gen/c/freestanding_size_t_test.v
vlib/v/gen/js/sourcemap/basic_test.v
vlib/v/gen/wasm/features_test.v
vlib/v/generics/new_generics_regression_test.v
vlib/v/parser/check_cross_variables_regression_test.v
vlib/v/parser/enum_comptime_test.v
vlib/v/parser/parenthesized_propagated_index_or_block_test.v
vlib/v/parser/v_parser_test.v
vlib/v/scanner/scanner_test.v
vlib/v/slow_tests/assembly/asm_empty_statement_test.v
vlib/v/tests/aliases/alias_array_plus_operator_test.v
vlib/v/tests/aliases/alias_array_returned_as_interface_test.v
vlib/v/tests/aliases/alias_const_array_fixed_test.v
vlib/v/tests/aliases/alias_custom_type_map_test.v
vlib/v/tests/aliases/alias_generic_mut_reference_issue_24010_test.v
vlib/v/tests/aliases/alias_generic_struct_test.v
vlib/v/tests/aliases/alias_is_match_runtime_tag_test.v
vlib/v/tests/aliases/alias_map_keys_test.v
vlib/v/tests/aliases/alias_map_operator_overloading_test.v
vlib/v/tests/aliases/alias_pointer_struct_field_default_nil_test.v
vlib/v/tests/aliases/alias_primitive_operator_overloading_test.v
vlib/v/tests/aliases/alias_set_elem_to_alias_of_fixed_array_test.v
vlib/v/tests/aliases/alias_string_match_test.v
vlib/v/tests/aliases/alias_struct_ref_mut_capture_test.v
vlib/v/tests/aliases/alias_sumtype_method_call_test.v
vlib/v/tests/aliases/alias_to_shared_field_access_test.v
vlib/v/tests/aliases/alias_with_op_overloading_test.v
vlib/v/tests/aliases/aliased_option_fn_call_test.v
vlib/v/tests/aliases/modules/value/value_test.v
vlib/v/tests/aliases/type_alias_of_pointer_types_test.v
vlib/v/tests/aliases/type_alias_str_method_override_test.v
vlib/v/tests/array_fixed_none_init_test.v
vlib/v/tests/array_variant_arg_upcast_test.v
vlib/v/tests/arrays_closure_fixed_array_test.v
vlib/v/tests/assign/array_fixed_init_with_call_test.v
vlib/v/tests/assign/assert_if_guard_expr_test.v
vlib/v/tests/assign/assert_sumtype_test.v
vlib/v/tests/assign/assert_with_array_ref_test.v
vlib/v/tests/assign/assign_array_fixed_from_union_test.v
vlib/v/tests/assign/assign_literal_with_closure_test.v
vlib/v/tests/assign/assign_option_of_fixed_array_test.v
vlib/v/tests/assign/assign_with_in_module_sumtype_test.v
vlib/v/tests/assign/complex_assign_test.v
vlib/v/tests/assign/cross_assign_test.v
vlib/v/tests/autofree_discarded_call_return_value_test.v
vlib/v/tests/autofree_error_sentinel_test.v
vlib/v/tests/autofree_labeled_continue_scope_test.v
vlib/v/tests/blank_ident_test.v
vlib/v/tests/builtin_arrays/array_cast_test.v
vlib/v/tests/builtin_arrays/array_count_test.v
vlib/v/tests/builtin_arrays/array_fixed_auto_clone_test.v
vlib/v/tests/builtin_arrays/array_fixed_op_overload_test.v
vlib/v/tests/builtin_arrays/array_init_call_order_test.v
vlib/v/tests/builtin_arrays/array_init_element_size_equal_array_size_test.v
vlib/v/tests/builtin_arrays/array_init_test.v
vlib/v/tests/builtin_arrays/array_init_with_spread_test.v
vlib/v/tests/builtin_arrays/array_map_cast_interface_test.v
vlib/v/tests/builtin_arrays/array_map_ref_test.v
vlib/v/tests/builtin_arrays/array_methods_test.v
vlib/v/tests/builtin_arrays/array_of_interfaces_builtin_method_test.v
vlib/v/tests/builtin_arrays/array_of_interfaces_equality_test.v
vlib/v/tests/builtin_arrays/array_of_option_fixed_array_test.v
vlib/v/tests/builtin_arrays/array_of_reference_sumtype_test.v
vlib/v/tests/builtin_arrays/array_of_sumtype_append_alias_test.v
vlib/v/tests/builtin_arrays/array_of_sumtypes_test.v
vlib/v/tests/builtin_arrays/array_ptr_compare_test.v
vlib/v/tests/builtin_arrays/array_slice_test.v
vlib/v/tests/builtin_arrays/array_sort_lt_overload_test.v
vlib/v/tests/builtin_arrays/array_sort_with_interface_fn_call_test.v
vlib/v/tests/builtin_arrays/array_string_ref_compare_test.v
vlib/v/tests/builtin_arrays/array_test.v
vlib/v/tests/builtin_arrays/array_with_fixed_array_test.v
vlib/v/tests/builtin_arrays/array_with_it_test.v
vlib/v/tests/builtin_arrays/arraydecompose_nonvariadic_test.v
vlib/v/tests/builtin_arrays/arrays_and_maps_of_empty_structs_should_work_test.v
vlib/v/tests/builtin_arrays/dump_fixed_array_on_array_append_test.v
vlib/v/tests/builtin_arrays/fixed_array_chan_test.v
vlib/v/tests/builtin_arrays/fixed_array_const_size_test.v
vlib/v/tests/builtin_arrays/fixed_array_generic_ini_test.v
vlib/v/tests/builtin_arrays/fixed_array_generic_ret_test.v
vlib/v/tests/builtin_arrays/fixed_array_map_test.v
vlib/v/tests/builtin_arrays/fixed_array_new_syntax_test.v
vlib/v/tests/builtin_arrays/fixed_array_of_fn_test.v
vlib/v/tests/builtin_arrays/fixed_array_of_interfaces_equality_test.v
vlib/v/tests/builtin_arrays/fixed_array_test.v
vlib/v/tests/builtin_arrays/fixed_array_with_map_test.v
vlib/v/tests/builtin_arrays/mixed_fixed_array_and_array_init_test.v
vlib/v/tests/builtin_arrays/multiple_arr_fixed_test.v
vlib/v/tests/builtin_arrays/multiple_fixed_array_var_init_test.v
vlib/v/tests/builtin_arrays/sorting_compare_fn_with_mut_reference_test.v
vlib/v/tests/builtin_maps/map_assign_array_of_interface_test.v
vlib/v/tests/builtin_maps/map_assign_interface_values_with_implicit_casts_test.v
vlib/v/tests/builtin_maps/map_complex_fixed_array_test.v
vlib/v/tests/builtin_maps/map_enum_keys_test.v
vlib/v/tests/builtin_maps/map_generic_call_test.v
vlib/v/tests/builtin_maps/map_get_anon_fn_value_test.v
vlib/v/tests/builtin_maps/map_sumtype_value_init_test.v
vlib/v/tests/builtin_maps/map_value_with_option_result_test.v
vlib/v/tests/builtin_maps/map_with_selector_test.v
vlib/v/tests/builtin_strings_and_interpolation/str_array_of_reference_test.v
vlib/v/tests/builtin_strings_and_interpolation/str_gen_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_array_of_ref_alias_struct_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_array_of_ref_type_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_index_in_for_mut_in_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_custom_str_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_function_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_multi_level_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_multistmt_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_reference_default_fmt_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_struct_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_test.v
vlib/v/tests/builtin_strings_and_interpolation/string_interpolation_with_inner_quotes_test.v
vlib/v/tests/builtin_strings_and_interpolation/tag_autostr_allowrecurse_test.v
vlib/v/tests/c_shadowed_c_fn_call_test.v
vlib/v/tests/c_struct_with_reserved_field_name_test.v
vlib/v/tests/c_structs/return_csize_test.v
vlib/v/tests/casts/autocast_in_if_conds_1_test.v
vlib/v/tests/casts/autocast_in_if_conds_2_test.v
vlib/v/tests/casts/autocast_in_if_conds_3_test.v
vlib/v/tests/casts/autocast_in_if_conds_4_test.v
vlib/v/tests/casts/autocast_in_if_conds_5_test.v
vlib/v/tests/casts/cast_alias_to_generic_type_from_smartcast_test.v
vlib/v/tests/casts/cast_int_to_interface_test.v
vlib/v/tests/casts/cast_option_to_interface_test.v
vlib/v/tests/casts/cast_sumtype_as_generic_test.v
vlib/v/tests/casts/cast_to_array_test.v
vlib/v/tests/casts/cast_to_empty_interface_test.v
vlib/v/tests/casts/cast_to_interface_test.v
vlib/v/tests/casts/cast_with_call_in_address_test.v
vlib/v/tests/clash_var_fn_name_test.v
vlib/v/tests/closure_with_fn_ref_var_test.v
vlib/v/tests/complex_dim_fixed_array_test.v
vlib/v/tests/comptime/comptime_aggregate_var_test.v
vlib/v/tests/comptime/comptime_at_test.v
vlib/v/tests/comptime/comptime_attr_test.v
vlib/v/tests/comptime/comptime_attribute_call_syntax_test.v
vlib/v/tests/comptime/comptime_attribute_selector_test.v
vlib/v/tests/comptime/comptime_branching_working_without_compile_error_test.v
vlib/v/tests/comptime/comptime_call_in_fn_call_test.v
vlib/v/tests/comptime/comptime_call_is_check_test.v
vlib/v/tests/comptime/comptime_call_method_closure_test.v
vlib/v/tests/comptime/comptime_call_or_block_test.v
vlib/v/tests/comptime/comptime_call_test.v
vlib/v/tests/comptime/comptime_call_tmpl_composed_path_test.v
vlib/v/tests/comptime/comptime_call_tmpl_dollar_literal_issue_14788_test.v
vlib/v/tests/comptime/comptime_call_tmpl_variable_scope_test.v
vlib/v/tests/comptime/comptime_call_type_test.v
vlib/v/tests/comptime/comptime_default_value_test.v
vlib/v/tests/comptime/comptime_deref_or_ref_test.v
vlib/v/tests/comptime/comptime_dump_test.v
vlib/v/tests/comptime/comptime_else_map_init_markused_test.v
vlib/v/tests/comptime/comptime_field_indirections_test.v
vlib/v/tests/comptime/comptime_for_alias_methods_test.v
vlib/v/tests/comptime/comptime_for_alias_type_test.v
vlib/v/tests/comptime/comptime_for_field_methods_test.v
vlib/v/tests/comptime/comptime_for_fixed_array_field_test.v
vlib/v/tests/comptime/comptime_for_in_field_with_generic_fn_test.v
vlib/v/tests/comptime/comptime_for_in_options_struct_test.v
vlib/v/tests/comptime/comptime_for_method_call_in_print_call_test.v
vlib/v/tests/comptime/comptime_for_method_call_test.v
vlib/v/tests/comptime/comptime_for_method_param_test.v
vlib/v/tests/comptime/comptime_for_selector_test.v
vlib/v/tests/comptime/comptime_for_struct_field_infix_expr_test.v
vlib/v/tests/comptime/comptime_for_test.v
vlib/v/tests/comptime/comptime_generic_arg_test.v
vlib/v/tests/comptime/comptime_if_at_expr_test.v
vlib/v/tests/comptime/comptime_if_check_const_test.v
vlib/v/tests/comptime/comptime_if_expr_in_struct_field_default_test.v
vlib/v/tests/comptime/comptime_if_expr_test.v
vlib/v/tests/comptime/comptime_if_fn_type_signature_test.v
vlib/v/tests/comptime/comptime_if_generic_struct_init_selector_test.v
vlib/v/tests/comptime/comptime_if_is_generic_interface_test.v
vlib/v/tests/comptime/comptime_if_is_pointer_test.v
vlib/v/tests/comptime/comptime_if_pointer_binding_test.v
vlib/v/tests/comptime/comptime_if_sizeof_test.v
vlib/v/tests/comptime/comptime_if_threads_yes_test.v
vlib/v/tests/comptime/comptime_if_top_1_test.v
vlib/v/tests/comptime/comptime_if_top_2_test.v
vlib/v/tests/comptime/comptime_in_type_checking_test.v
vlib/v/tests/comptime/comptime_indirections_test.v
vlib/v/tests/comptime/comptime_infix_assign_test.v
vlib/v/tests/comptime/comptime_kinds_test.v
vlib/v/tests/comptime/comptime_map_fields_decode_test.v
vlib/v/tests/comptime/comptime_map_generic_test.v
vlib/v/tests/comptime/comptime_match_assign_test.v
vlib/v/tests/comptime/comptime_match_at_expr_test.v
vlib/v/tests/comptime/comptime_match_eval_only_true_branch_test.v
vlib/v/tests/comptime/comptime_match_fntype_test.v
vlib/v/tests/comptime/comptime_match_for_field_type_test.v
vlib/v/tests/comptime/comptime_match_for_field_value_test.v
vlib/v/tests/comptime/comptime_match_generic_inside_if_test.v
vlib/v/tests/comptime/comptime_match_generic_type_test.v
vlib/v/tests/comptime/comptime_match_ret_test.v
vlib/v/tests/comptime/comptime_match_type_check_test.v
vlib/v/tests/comptime/comptime_match_unaliased_typ_test.v
vlib/v/tests/comptime/comptime_match_value_check_test.v
vlib/v/tests/comptime/comptime_method_args_test.v
vlib/v/tests/comptime/comptime_method_attributes_test.v
vlib/v/tests/comptime/comptime_method_call_test.v
vlib/v/tests/comptime/comptime_method_call_with_check_test.v
vlib/v/tests/comptime/comptime_method_test.v
vlib/v/tests/comptime/comptime_methods_generic_struct_test.v
vlib/v/tests/comptime/comptime_name_check_test.v
vlib/v/tests/comptime/comptime_params_test.v
vlib/v/tests/comptime/comptime_selector_member_test.v
vlib/v/tests/comptime/comptime_type_accessors_zero_new_test.v
vlib/v/tests/comptime/comptime_var_unwrap_test.v
vlib/v/tests/comptime/comptime_variant_interp_test.v
vlib/v/tests/comptime_generic_comptime_variant_test.v
vlib/v/tests/comptime_pseudo_fn_with_dollar_test.v
vlib/v/tests/concurrency/atomic_test.v
vlib/v/tests/concurrency/autolock_array1_test.v
vlib/v/tests/concurrency/autolock_array2_test.v
vlib/v/tests/concurrency/chan_generic_test.v
vlib/v/tests/concurrency/channels_test.v
vlib/v/tests/concurrency/inherited_vars_test.v
vlib/v/tests/concurrency/shared_array_sort_test.v
vlib/v/tests/concurrency/shared_array_test.v
vlib/v/tests/concurrency/shared_elem_test.v
vlib/v/tests/concurrency/shared_interface_test.v
vlib/v/tests/concurrency/shared_lock_6_test.v
vlib/v/tests/concurrency/shared_map_test.v
vlib/v/tests/concurrency/shared_unordered_mixed_test.v
vlib/v/tests/concurrency/thread_returns_test.v
vlib/v/tests/concurrency/thread_wait_ptr_test.v
vlib/v/tests/conditions/ifs/if_expr_nested_with_option_result_test.v
vlib/v/tests/conditions/ifs/if_expr_of_option_test.v
vlib/v/tests/conditions/ifs/if_expr_return_closure_with_locals_test.v
vlib/v/tests/conditions/ifs/if_expr_with_generic_sumtype_test.v
vlib/v/tests/conditions/ifs/if_expr_with_method_call_option_test.v
vlib/v/tests/conditions/ifs/if_expression_test.v
vlib/v/tests/conditions/ifs/if_guard_test.v
vlib/v/tests/conditions/ifs/if_smartcast_nested_selector_exprs_test.v
vlib/v/tests/conditions/ifs/if_smartcast_test.v
vlib/v/tests/conditions/ifs/in_expression_test.v
vlib/v/tests/conditions/matches/match_error_to_none_test.v
vlib/v/tests/conditions/matches/match_expr_result_test.v
vlib/v/tests/conditions/matches/match_expr_with_assign_sumtype_test.v
vlib/v/tests/conditions/matches/match_expr_with_last_branch_aggregate_test.v
vlib/v/tests/conditions/matches/match_expression_with_fn_names_in_branches_test.v
vlib/v/tests/conditions/matches/match_smartcast_test.v
vlib/v/tests/conditions/matches/match_sumtype_arr_test.v
vlib/v/tests/conditions/matches/match_with_return_result_test.v
vlib/v/tests/conditions/matches/multiple_matchs_in_one_expr_test.v
vlib/v/tests/consts/const_and_global_with_same_name_test.v
vlib/v/tests/consts/const_array_fixed_test.v
vlib/v/tests/consts/const_call_expr_order_test.v
vlib/v/tests/consts/const_fixed_array_of_reference_value_test.v
vlib/v/tests/consts/const_from_bytes_test.v
vlib/v/tests/consts/const_function_call_init_order_test.v
vlib/v/tests/consts/const_if_fixed_array_test.v
vlib/v/tests/consts/const_name_equals_fn_name_test.v
vlib/v/tests/consts/const_resolution_test.v
vlib/v/tests/consts/const_test.v
vlib/v/tests/defer/defer_use_returned_value_test.v
vlib/v/tests/defer/scoped_defer_test.v
vlib/v/tests/enums/enum_assign_on_anon_fn_test.v
vlib/v/tests/enums/enum_from_generic_static_call_test.v
vlib/v/tests/enums/enum_from_generic_static_method_test.v
vlib/v/tests/enums/enum_on_array_init_test.v
vlib/v/tests/enums/enum_test.v
vlib/v/tests/error_void_test.v
vlib/v/tests/fixed_array_2_dims_init_test.v
vlib/v/tests/fixed_array_on_array_test.v
vlib/v/tests/fixed_array_update_c_struct_alias_test.v
vlib/v/tests/fns/aliased_static_method_test.v
vlib/v/tests/fns/anon_c_keywords_closure_test.v
vlib/v/tests/fns/anon_fn_decl_inside_ternary_test.v
vlib/v/tests/fns/anon_fn_in_generic_call_with_match_and_inner_generic_call_test.v
vlib/v/tests/fns/anon_fn_option_test.v
vlib/v/tests/fns/anon_fn_test.v
vlib/v/tests/fns/anon_fn_with_alias_args_test.v
vlib/v/tests/fns/anon_fn_with_option_test.v
vlib/v/tests/fns/array_fixed_unresolved_ret_test.v
vlib/v/tests/fns/builtin_fn_var_test.v
vlib/v/tests/fns/call_on_anon_test.v
vlib/v/tests/fns/call_struct_params_with_keyword_test.v
vlib/v/tests/fns/call_with_nil_test.v
vlib/v/tests/fns/calling_module_functions_with_maps_of_arrays_test.v
vlib/v/tests/fns/closure_generator_test.v
vlib/v/tests/fns/closure_in_if_guard_1_test.v
vlib/v/tests/fns/closure_in_if_guard_2_test.v
vlib/v/tests/fns/closure_of_instance_method_passed_to_voidptr_parameter_test.v
vlib/v/tests/fns/closure_of_method_defined_on_alias_test.v
vlib/v/tests/fns/closure_struct_init_cov_regression_test.v
vlib/v/tests/fns/closure_test.v
vlib/v/tests/fns/closure_variable_in_smartcast_test.v
vlib/v/tests/fns/closure_with_fixed_array_var_test.v
vlib/v/tests/fns/closure_with_sumtype_var_test.v
vlib/v/tests/fns/const_call_or_expr_test.v
vlib/v/tests/fns/decompose_variadic_test.v
vlib/v/tests/fns/fn_call_interface_args_test.v
vlib/v/tests/fns/fn_call_mut_ref_args_test.v
vlib/v/tests/fns/fn_call_using_anon_fn_call_args_test.v
vlib/v/tests/fns/fn_call_with_newline_opening_brace_test.v
vlib/v/tests/fns/fn_cross_assign_test.v
vlib/v/tests/fns/fn_fixed_array_ret_test.v
vlib/v/tests/fns/fn_high_test.v
vlib/v/tests/fns/fn_index_direct_call_test.v
vlib/v/tests/fns/fn_literal_type_test.v
vlib/v/tests/fns/fn_mut_arg_of_interface_test.v
vlib/v/tests/fns/fn_mut_args_test.v
vlib/v/tests/fns/fn_name_using_keyword_test.v
vlib/v/tests/fns/fn_ptr_call_test.v
vlib/v/tests/fns/fn_ptr_deref_test.v
vlib/v/tests/fns/fn_return_match_expr_with_result_test.v
vlib/v/tests/fns/fn_return_mut_sumtype_test.v
vlib/v/tests/fns/fn_shared_return_test.v
vlib/v/tests/fns/fn_variadic_test.v
vlib/v/tests/fns/fn_voidptr_param_call_with_nonpointer_rvalue_test.v
vlib/v/tests/fns/fn_with_fixed_array_function_args_test.v
vlib/v/tests/fns/fn_with_opt_or_res_of_multi_return_test.v
vlib/v/tests/fns/generic_closure_assignment_test.v
vlib/v/tests/fns/generic_fn_order_issue_25889_test.v
vlib/v/tests/fns/generic_static_method_call_test.v
vlib/v/tests/fns/go_call_anon_fn_with_closure_test.v
vlib/v/tests/fns/iter_alias_fn_test.v
vlib/v/tests/fns/lambda_as_struct_field_value_test.v
vlib/v/tests/fns/lambda_expr_test.v
vlib/v/tests/fns/lambda_expr_with_mut_param_test.v
vlib/v/tests/fns/lambda_expr_with_result_test.v
vlib/v/tests/fns/map_index_call_test.v
vlib/v/tests/fns/method_call_on_aggregate_test.v
vlib/v/tests/fns/method_call_on_rangeexpr_test.v
vlib/v/tests/fns/method_call_var_comp_test.v
vlib/v/tests/fns/methods_as_fields_test.v
vlib/v/tests/fns/mut_closure_fixed_array_thread_test.v
vlib/v/tests/fns/recursive_closure_assignment_test.v
vlib/v/tests/fns/sort_fn_def_test.v
vlib/v/tests/fns/static_method_as_map_arg_test.v
vlib/v/tests/fns/variadic_interface_array_arg_test.v
vlib/v/tests/for_brace_block_tmpl_test.v
vlib/v/tests/for_in_iterator_next_test.v
vlib/v/tests/generic_calls/bug_test.v
vlib/v/tests/generic_selector_ptr_test.v
vlib/v/tests/generics/checks_for_operator_overrides_should_happen_on_the_concrete_types_when_using_generics_test.v
vlib/v/tests/generics/concrete_type_as_generic_fn_type_1_test.v
vlib/v/tests/generics/concrete_type_as_generic_fn_type_2_test.v
vlib/v/tests/generics/default_type_with_ref_test.v
vlib/v/tests/generics/dump_heap_generic_linked_list_test.v
vlib/v/tests/generics/function_parameter_callback_generic_closure_test.v
vlib/v/tests/generics/function_parameter_generic_fn_return_control_test.v
vlib/v/tests/generics/generic_alias_callback_test.v
vlib/v/tests/generics/generic_alias_map_type_test.v
vlib/v/tests/generics/generic_anon_fn_inside_generic_fn_test.v
vlib/v/tests/generics/generic_array_of_alias_test.v
vlib/v/tests/generics/generic_auto_str_nested_generic_field_test.v
vlib/v/tests/generics/generic_chan_pop_via_if_guard_test.v
vlib/v/tests/generics/generic_chan_test.v
vlib/v/tests/generics/generic_closure_return_array_multi_return_regression_test.v
vlib/v/tests/generics/generic_comptime_arg_test.v
vlib/v/tests/generics/generic_different_type_test.v
vlib/v/tests/generics/generic_dump_test.v
vlib/v/tests/generics/generic_empty_interface_to_struct_test.v
vlib/v/tests/generics/generic_fn_call_by_generic_fn_test.v
vlib/v/tests/generics/generic_fn_infer_variadic_test.v
vlib/v/tests/generics/generic_fn_returning_option_and_result_test.v
vlib/v/tests/generics/generic_fn_short_struct_init_reference_inference_test.v
vlib/v/tests/generics/generic_fn_short_syntax_struct_param_test.v
vlib/v/tests/generics/generic_fn_type_generic_method_test.v
vlib/v/tests/generics/generic_fn_using_generic_type_in_if_test.v
vlib/v/tests/generics/generic_fn_value_inference_test.v
vlib/v/tests/generics/generic_fn_with_short_generic_struct_init_syntax_1_test.v
vlib/v/tests/generics/generic_fn_with_short_generic_struct_init_syntax_2_test.v
vlib/v/tests/generics/generic_function_error_propagation_test.v
vlib/v/tests/generics/generic_if_guard_string_interpolation_test.v
vlib/v/tests/generics/generic_interface_field_test.v
vlib/v/tests/generics/generic_interface_implements_concrete_type_test.v
vlib/v/tests/generics/generic_interface_infer_test.v
vlib/v/tests/generics/generic_interface_map_value_test.v
vlib/v/tests/generics/generic_interface_multi_type_params_test.v
vlib/v/tests/generics/generic_interface_nested_generic_type_infer_test.v
vlib/v/tests/generics/generic_interface_nested_struct_infer_test.v
vlib/v/tests/generics/generic_interface_test.v
vlib/v/tests/generics/generic_lambda_expr_test.v
vlib/v/tests/generics/generic_map_alias_test.v
vlib/v/tests/generics/generic_match_expr_test.v
vlib/v/tests/generics/generic_match_generic_interface_type_test.v
vlib/v/tests/generics/generic_method_fn_field_result_recheck_test.v
vlib/v/tests/generics/generic_method_lambda_arg_test.v
vlib/v/tests/generics/generic_method_with_variadic_generic_args_test.v
vlib/v/tests/generics/generic_mut_pointer_param_test.v
vlib/v/tests/generics/generic_options_with_reserved_ident_test.v
vlib/v/tests/generics/generic_receiver_embed_test.v
vlib/v/tests/generics/generic_resolve_test.v
vlib/v/tests/generics/generic_return_array_generic_test.v
vlib/v/tests/generics/generic_selector_test.v
vlib/v/tests/generics/generic_selector_type_test.v
vlib/v/tests/generics/generic_spawn_test.v
vlib/v/tests/generics/generic_static_call_test.v
vlib/v/tests/generics/generic_struct_default_interface_field_test.v
vlib/v/tests/generics/generic_struct_fn_field_closure_test.v
vlib/v/tests/generics/generic_struct_init_ptr_test.v
vlib/v/tests/generics/generic_sumtype_insts_test.v
vlib/v/tests/generics/generic_sumtype_method_test.v
vlib/v/tests/generics/generic_sumtype_of_alias_generic_struct_test.v
vlib/v/tests/generics/generic_sumtype_repeated_test.v
vlib/v/tests/generics/generic_sumtype_str_test.v
vlib/v/tests/generics/generic_sumtype_test.v
vlib/v/tests/generics/generic_typeof_idx_test.v
vlib/v/tests/generics/generics_T_typ_test.v
vlib/v/tests/generics/generics_array_drop_test.v
vlib/v/tests/generics/generics_array_of_threads_test.v
vlib/v/tests/generics/generics_call_with_fixed_array_arg_test.v
vlib/v/tests/generics/generics_call_with_interface_arg_test.v
vlib/v/tests/generics/generics_chans_select_test.v
vlib/v/tests/generics/generics_closure_fn_direct_call_test.v
vlib/v/tests/generics/generics_closure_fn_test.v
vlib/v/tests/generics/generics_closures_with_different_generic_types_test.v
vlib/v/tests/generics/generics_fn_return_generic_interface_test.v
vlib/v/tests/generics/generics_fn_return_types_with_generic_struct_test.v
vlib/v/tests/generics/generics_fn_variable_1_test.v
vlib/v/tests/generics/generics_fn_variable_2_test.v
vlib/v/tests/generics/generics_fn_variable_3_test.v
vlib/v/tests/generics/generics_for_in_iterate_test.v
vlib/v/tests/generics/generics_from_modules/infer_generic_struct_test.v
vlib/v/tests/generics/generics_interface_cross_module_recheck_test.v
vlib/v/tests/generics/generics_interface_decl_test.v
vlib/v/tests/generics/generics_interface_method_test.v
vlib/v/tests/generics/generics_interface_with_generic_method_using_generic_struct_test.v
vlib/v/tests/generics/generics_interface_with_generic_sumtype_test.v
vlib/v/tests/generics/generics_interface_with_multi_generic_structs_test.v
vlib/v/tests/generics/generics_interface_with_multi_generic_types_test.v
vlib/v/tests/generics/generics_interface_with_non_generic_method_test.v
vlib/v/tests/generics/generics_map_with_reference_arg_test.v
vlib/v/tests/generics/generics_method_call_with_short_syntax_args_test.v
vlib/v/tests/generics/generics_method_chaining_call_test.v
vlib/v/tests/generics/generics_method_on_alias_struct_receiver_test.v
vlib/v/tests/generics/generics_method_on_nested_struct_test.v
vlib/v/tests/generics/generics_method_on_receiver_aliases_types_test.v
vlib/v/tests/generics/generics_method_returning_option_test.v
vlib/v/tests/generics/generics_method_test.v
vlib/v/tests/generics/generics_method_variable_test.v
vlib/v/tests/generics/generics_method_with_diff_generic_names_test.v
vlib/v/tests/generics/generics_method_with_embedded_structs_test.v
vlib/v/tests/generics/generics_method_with_multi_types_test.v
vlib/v/tests/generics/generics_method_with_sumtype_args_test.v
vlib/v/tests/generics/generics_multi_type_comptime_call_test.v
vlib/v/tests/generics/generics_mutual_recursive_struct_reference_test.v
vlib/v/tests/generics/generics_option_fn_concrete_type_test.v
vlib/v/tests/generics/generics_params_nested_generic_struct_short_syntax_test.v
vlib/v/tests/generics/generics_return_closure_test.v
vlib/v/tests/generics/generics_return_fixed_array_test.v
vlib/v/tests/generics/generics_return_generics_struct_test.v
vlib/v/tests/generics/generics_return_inconsistent_types_generics_struct_test.v
vlib/v/tests/generics/generics_stack_of_sumtype_push_test.v
vlib/v/tests/generics/generics_str_intp_test.v
vlib/v/tests/generics/generics_struct_anon_fn_fields_test.v
vlib/v/tests/generics/generics_struct_anon_fn_type_test.v
vlib/v/tests/generics/generics_struct_field_with_default_fn_type_test.v
vlib/v/tests/generics/generics_struct_field_with_generics_struct_elements_test.v
vlib/v/tests/generics/generics_struct_to_string_test.v
vlib/v/tests/generics/generics_struct_types_infer_test.v
vlib/v/tests/generics/generics_test.v
vlib/v/tests/generics/generics_unused_specialized_fn_array_param_test.v
vlib/v/tests/generics/generics_with_embed_generics_method_call_test.v
vlib/v/tests/generics/generics_with_embed_generics_structs_test.v
vlib/v/tests/generics/generics_with_embed_generics_test.v
vlib/v/tests/generics/generics_with_multi_nested_generic_method_call_ref_arg_test.v
vlib/v/tests/generics/generics_with_multi_nested_generic_method_call_test.v
vlib/v/tests/generics/generics_with_nested_generic_method_call_test.v
vlib/v/tests/generics/generics_with_nested_generics_fn_test.v
vlib/v/tests/generics/mixed_generic_and_concrete_fn_type_factories_regression_test.v
vlib/v/tests/generics/return_closure_f64_test.v
vlib/v/tests/generics/return_closure_generic_struct_result_test.v
vlib/v/tests/generics/return_closure_int_test.v
vlib/v/tests/generics/structured_generic_receiver_declaration_test.v
vlib/v/tests/global_fixed_arr_init_test.v
vlib/v/tests/if_expr_in_or_block_test.v
vlib/v/tests/imported_symbols_test.v
vlib/v/tests/indexexpr_with_anon_fn_test.v
vlib/v/tests/init_global_test.v
vlib/v/tests/int_cmp_test.v
vlib/v/tests/interface_generic_implements_test.v
vlib/v/tests/interface_string_ref_arg_test.v
vlib/v/tests/interfaces/array_of_empty_interface_result_regression_test.v
vlib/v/tests/interfaces/big_array_allocation_test.v
vlib/v/tests/interfaces/empty_interface_ierror_or_block_test.v
vlib/v/tests/interfaces/interface_arr_init_test.v
vlib/v/tests/interfaces/interface_array_implicit_conversion_test.v
vlib/v/tests/interfaces/interface_array_init_test.v
vlib/v/tests/interfaces/interface_array_methods_test.v
vlib/v/tests/interfaces/interface_as_cast_in_anon_fn_test.v
vlib/v/tests/interfaces/interface_auto_str_gen_test.v
vlib/v/tests/interfaces/interface_auto_str_test.v
vlib/v/tests/interfaces/interface_bound_mut_method_value_issue_26986_test.v
vlib/v/tests/interfaces/interface_closure_test.v
vlib/v/tests/interfaces/interface_deep_embedded_fields_regression_test.v
vlib/v/tests/interfaces/interface_edge_cases/empty_interface_1_test.v
vlib/v/tests/interfaces/interface_edge_cases/fn_returning_voidptr_casted_as_interface_test.v
vlib/v/tests/interfaces/interface_edge_cases/pass_voidptr_as_interface_reference_test.v
vlib/v/tests/interfaces/interface_edge_cases/voidptr_casted_as_an_interface_test.v
vlib/v/tests/interfaces/interface_embedding_call_test.v
vlib/v/tests/interfaces/interface_embedding_method_call_test.v
vlib/v/tests/interfaces/interface_embedding_smartcast_test.v
vlib/v/tests/interfaces/interface_embedding_to_base_interface_arg_test.v
vlib/v/tests/interfaces/interface_embedding_with_interface_para_test.v
vlib/v/tests/interfaces/interface_eq_methods_with_option_and_ref_test.v
vlib/v/tests/interfaces/interface_equality_test.v
vlib/v/tests/interfaces/interface_fields_test.v
vlib/v/tests/interfaces/interface_generic_multi_return_test.v
vlib/v/tests/interfaces/interface_generic_pool_cast_multi_type_test.v
vlib/v/tests/interfaces/interface_implicit_str_method_test.v
vlib/v/tests/interfaces/interface_match_smartcast_array_test.v
vlib/v/tests/interfaces/interface_match_string_slice_regression_test.v
vlib/v/tests/interfaces/interface_method_closure_test.v
vlib/v/tests/interfaces/interface_method_with_params_implemented_with_type_aliased_params_test.v
vlib/v/tests/interfaces/interface_multi_return_test.v
vlib/v/tests/interfaces/interface_mut_value_update_test.v
vlib/v/tests/interfaces/interface_nil_cmp_test.v
vlib/v/tests/interfaces/interface_pointer_method_value_issue_22237_test.v
vlib/v/tests/interfaces/interface_runtime_conversions_test.v
vlib/v/tests/interfaces/interface_smartcast_field_access_test.v
vlib/v/tests/interfaces/interface_str_method_test.v
vlib/v/tests/interfaces/interface_test.v
vlib/v/tests/interfaces/interface_uninitialized_field_str_test.v
vlib/v/tests/interfaces/interface_var_selector_test.v
vlib/v/tests/interfaces/interface_variadic_test.v
vlib/v/tests/interfaces/interface_with_multi_nested_embed_1_test.v
vlib/v/tests/interfaces/interface_with_multi_nested_embed_2_test.v
vlib/v/tests/interfaces/multiple_embed_external_interface_test.v
vlib/v/tests/interfaces/redis_connection_poolable_test.v
vlib/v/tests/left_padding_test.v
vlib/v/tests/left_shift_array_fixed_test.v
vlib/v/tests/loops/for_c_init_closure_cleanup_test.v
vlib/v/tests/loops/for_c_multi_vars_test.v
vlib/v/tests/loops/for_c_multiple_expressions_in_increment_test.v
vlib/v/tests/loops/for_c_stmt_with_option_call_test.v
vlib/v/tests/loops/for_c_stmt_with_result_call_test.v
vlib/v/tests/loops/for_c_unsigned_boundaries_test.v
vlib/v/tests/loops/for_cond_test.v
vlib/v/tests/loops/for_in_iterator_of_generic_struct_3_test.v
vlib/v/tests/loops/for_in_map_of_pointers_test.v
vlib/v/tests/loops/for_in_mut_array_with_mul_test.v
vlib/v/tests/loops/for_in_mut_val_test.v
vlib/v/tests/loops/for_in_mut_val_with_if_val_in_test.v
vlib/v/tests/loops/for_in_ref_arr_test.v
vlib/v/tests/loops/for_in_ref_map_test.v
vlib/v/tests/loops/for_loop_with_option2_test.v
vlib/v/tests/loops/for_loop_with_option_test.v
vlib/v/tests/loops/for_loops_2_test.v
vlib/v/tests/loops/for_select_test.v
vlib/v/tests/loops/for_smartcast_test.v
vlib/v/tests/loops/for_sumtype_arr_test.v
vlib/v/tests/mark_as_referenced_test.v
vlib/v/tests/match_multi_return_closure_heap_test.v
vlib/v/tests/match_or_expr_test.v
vlib/v/tests/module_test.v
vlib/v/tests/modules/anon_struct_param_public_fields/anon_struct_param_public_fields_test.v
vlib/v/tests/modules/function_types_from_module/function_types_from_module_test.v
vlib/v/tests/modules/generic_type_alias_method_27465/main_test.v
vlib/v/tests/modules/imported_interface_auto_eq_18326/imported_interface_auto_eq_18326_test.v
vlib/v/tests/modules/interface_array_concat_from_another_module/main_test.v
vlib/v/tests/modules/interface_from_another_module/ifam_test.v
vlib/v/tests/modules/methods_struct_another_module/import_symbol_static_method_test.v
vlib/v/tests/modules/methods_struct_another_module/methods_struct_test.v
vlib/v/tests/multi_return_test.v
vlib/v/tests/multiple_comptime_tmpl_in_one_fn_test.v
vlib/v/tests/mut_arg_struct_pointer_rebind_test.v
vlib/v/tests/nested_if_expr_method_call_test.v
vlib/v/tests/nested_if_return_test.v
vlib/v/tests/nested_multiline_comments_test.v
vlib/v/tests/net_http_request_proxy_interpolation_test.v
vlib/v/tests/option_struct_eq_test.v
vlib/v/tests/options/concat_option_test.v
vlib/v/tests/options/option_alias_eq_test.v
vlib/v/tests/options/option_anon_struct_test.v
vlib/v/tests/options/option_arr_auto_str_test.v
vlib/v/tests/options/option_array_fixed_interface_sumtype_test.v
vlib/v/tests/options/option_array_submodule_test.v
vlib/v/tests/options/option_auto_eq_test.v
vlib/v/tests/options/option_auto_heap_test.v
vlib/v/tests/options/option_cast_test.v
vlib/v/tests/options/option_compvar_val_test.v
vlib/v/tests/options/option_concatexpr_test.v
vlib/v/tests/options/option_const_test.v
vlib/v/tests/options/option_diff_alias_arg_test.v
vlib/v/tests/options/option_fixed_array_test.v
vlib/v/tests/options/option_fn_alias_test.v
vlib/v/tests/options/option_fn_multi_ret_test.v
vlib/v/tests/options/option_fn_test.v
vlib/v/tests/options/option_fn_variadic_test.v
vlib/v/tests/options/option_fntype_assign_test.v
vlib/v/tests/options/option_for_mut_test.v
vlib/v/tests/options/option_generic_array_field_test.v
vlib/v/tests/options/option_generic_array_mut_test.v
vlib/v/tests/options/option_generic_array_test.v
vlib/v/tests/options/option_generic_cast_none_test.v
vlib/v/tests/options/option_generic_method_ret_ptr_none_assert_test.v
vlib/v/tests/options/option_generic_param_test.v
vlib/v/tests/options/option_generic_ptr_return_test.v
vlib/v/tests/options/option_generic_sumtype_test.v
vlib/v/tests/options/option_heap_var_test.v
vlib/v/tests/options/option_if_infer_test.v
vlib/v/tests/options/option_if_option_test.v
vlib/v/tests/options/option_if_unwrap_test.v
vlib/v/tests/options/option_import_struct_test.v
vlib/v/tests/options/option_init_ptr_test.v
vlib/v/tests/options/option_map_fn_value_test.v
vlib/v/tests/options/option_map_init_test.v
vlib/v/tests/options/option_map_set_test.v
vlib/v/tests/options/option_method_selector_test.v
vlib/v/tests/options/option_mut_generic_array_test.v
vlib/v/tests/options/option_mut_if_none_test.v
vlib/v/tests/options/option_mut_param_test.v
vlib/v/tests/options/option_mut_struct_init_test.v
vlib/v/tests/options/option_nested_fixed_array_test.v
vlib/v/tests/options/option_nested_selector_unwrap_test.v
vlib/v/tests/options/option_nested_unwrapping_test.v
vlib/v/tests/options/option_none_guard_return_unwrap_test.v
vlib/v/tests/options/option_none_to_anon_struct_test.v
vlib/v/tests/options/option_operator_overload_test.v
vlib/v/tests/options/option_optional_param_test.v
vlib/v/tests/options/option_or_result_fixed_arr_test.v
vlib/v/tests/options/option_ptr_arg_heap_test.v
vlib/v/tests/options/option_ptr_arg_test.v
vlib/v/tests/options/option_ptr_cast_test.v
vlib/v/tests/options/option_ptr_field_test.v
vlib/v/tests/options/option_ptr_ptr_test.v
vlib/v/tests/options/option_ptr_test.v
vlib/v/tests/options/option_ptr_zero_test.v
vlib/v/tests/options/option_reference_of_option_test.v
vlib/v/tests/options/option_reference_params_test.v
vlib/v/tests/options/option_result_interface_ret_test.v
vlib/v/tests/options/option_return_fixed_arr_test.v
vlib/v/tests/options/option_selector_interface_ptr_test.v
vlib/v/tests/options/option_selector_nested_unwrap_test.v
vlib/v/tests/options/option_selector_unwrap_test.v
vlib/v/tests/options/option_selector_unwrap_types_test.v
vlib/v/tests/options/option_struct_compare_test.v
vlib/v/tests/options/option_struct_init_interface_test.v
vlib/v/tests/options/option_sum_type_test.v
vlib/v/tests/options/option_sumtype_if_expr_struct_field_test.v
vlib/v/tests/options/option_sumtype_map_test.v
vlib/v/tests/options/option_sumtype_option_variant_test.v
vlib/v/tests/options/option_sumtype_unwrap_test.v
vlib/v/tests/options/option_sumtype_variant_test.v
vlib/v/tests/options/option_unwrap_fn_test.v
vlib/v/tests/options/option_unwrap_ifexpr_test.v
vlib/v/tests/options/option_unwrap_selector_expr_as_cast_test.v
vlib/v/tests/options/option_var_cast_test.v
vlib/v/tests/options/option_var_map_test.v
vlib/v/tests/options/option_var_test.v
vlib/v/tests/options/option_with_error_test.v
vlib/v/tests/options/or_expr_with_nested_match_expr_test.v
vlib/v/tests/options/var_option_arr_test.v
vlib/v/tests/options/var_option_opt_multi_return_test.v
vlib/v/tests/orm_array_field_test.v
vlib/v/tests/orm_bulk_insert_update_test.v
vlib/v/tests/orm_enum_test.v
vlib/v/tests/orm_generic_struct_select_test.v
vlib/v/tests/orm_option_field_issue_18333_test.v
vlib/v/tests/orm_or_test.v
vlib/v/tests/orm_stmt_wrong_return_checking_test.v
vlib/v/tests/orm_sub_array_struct_test.v
vlib/v/tests/orm_sub_struct_test.v
vlib/v/tests/orm_table_name_test.v
vlib/v/tests/orm_type_alias_test.v
vlib/v/tests/orm_update_test.v
vlib/v/tests/pointers/addr_test.v
vlib/v/tests/pointers/deref_mut_variable_in_if_expr_test.v
vlib/v/tests/pointers/heap_struct_test.v
vlib/v/tests/pointers/isreftype_test.v
vlib/v/tests/pointers/multi_ref_call_arg_test.v
vlib/v/tests/pointers/pointer_arithmetic_test.v
vlib/v/tests/pointers/pointers_multilevel_casts_test.v
vlib/v/tests/pointers/pointers_str_test.v
vlib/v/tests/pointers/ptr_arithmetic_test.v
vlib/v/tests/pointers/ref_array_init_test.v
vlib/v/tests/pointers/reference_var_followed_block_expr_test.v
vlib/v/tests/power_operator_test.v
vlib/v/tests/prefix_expr_test.v
vlib/v/tests/printing/dump_interface_circular_test.v
vlib/v/tests/printing/dump_option_interface_string_interpolation_test.v
vlib/v/tests/printing/print_address_of_reference_int_test.v
vlib/v/tests/printing/print_anon_fn_test.v
vlib/v/tests/printing/print_fn_test.v
vlib/v/tests/printing/print_option_ref_test.v
vlib/v/tests/printing/print_reference_function_test.v
vlib/v/tests/printing/print_smartcast_interface_variable_test.v
vlib/v/tests/project_compiling_to_wasm/compilation_to_wasm_works_with_d_and_notd_files_test.v
vlib/v/tests/project_with_c_code/main1_test.v
vlib/v/tests/project_with_c_code_2/main2_test.v
vlib/v/tests/project_with_tests_for_main/my_other_test.v
vlib/v/tests/project_with_tests_for_main/my_test.v
vlib/v/tests/range_expr_logical_and_test.v
vlib/v/tests/reflection_attr_quotes_test.v
vlib/v/tests/reflection_sym_test.v
vlib/v/tests/reflection_test.v
vlib/v/tests/result_with_index_expr_test.v
vlib/v/tests/retry_test.v
vlib/v/tests/return_comptime_call_test.v
vlib/v/tests/return_match_expr_of_sumtype_do_not_cast_to_ierror_test.v
vlib/v/tests/return_or_block_with_custom_error_test.v
vlib/v/tests/selector_call_with_reserved_c_name_test.v
vlib/v/tests/selector_generic_fn_test.v
vlib/v/tests/selector_indexexpr_fn_type_assign_test.v
vlib/v/tests/selectorexpt_field_name_test.v
vlib/v/tests/serialisation/json_serialisation_of_fixed_arrays_test.v
vlib/v/tests/serialisation/json_with_struct_having_fields_with_default_values_test.v
vlib/v/tests/shift_test.v
vlib/v/tests/sizeof_packed_struct_union_const_test.v
vlib/v/tests/sizeof_test.v
vlib/v/tests/sql_statement_inside_fn_call_test.v
vlib/v/tests/static_vars_test.v
vlib/v/tests/structs/anon_struct_alias_type_decl_embed_test.v
vlib/v/tests/structs/anon_struct_array_test.v
vlib/v/tests/structs/anon_struct_assign_expr_test.v
vlib/v/tests/structs/anon_struct_assign_test.v
vlib/v/tests/structs/anon_struct_default_value_test.v
vlib/v/tests/structs/anon_struct_local_init_test.v
vlib/v/tests/structs/anon_struct_type_test.v
vlib/v/tests/structs/anon_struct_with_default_expr_test.v
vlib/v/tests/structs/embed_struct_name_test.v
vlib/v/tests/structs/embed_struct_with_sumtype_field_test.v
vlib/v/tests/structs/empty_struct_test.v
vlib/v/tests/structs/multiple_embed_struct_init_test.v
vlib/v/tests/structs/mut_test.v
vlib/v/tests/structs/operator_overloading_index_test.v
vlib/v/tests/structs/operator_overloading_type_alias_generic_parent_test.v
vlib/v/tests/structs/struct_aligned_test.v
vlib/v/tests/structs/struct_allow_both_field_defaults_and_skip_flag_test.v
vlib/v/tests/structs/struct_array_generic_field_test.v
vlib/v/tests/structs/struct_auto_eq_gen_interface_test.v
vlib/v/tests/structs/struct_embed_fn_type_test.v
vlib/v/tests/structs/struct_embed_is_interface_test.v
vlib/v/tests/structs/struct_embed_test.v
vlib/v/tests/structs/struct_embedding_with_interface_test.v
vlib/v/tests/structs/struct_field_default_shadowed_global_test.v
vlib/v/tests/structs/struct_field_default_union_of_structs_marked_with_noinit_test.v
vlib/v/tests/structs/struct_field_default_value_optional_test.v
vlib/v/tests/structs/struct_field_init_with_fixed_array_opt_test.v
vlib/v/tests/structs/struct_field_init_with_generic_anon_fn_test.v
vlib/v/tests/structs/struct_field_init_with_generic_fn_test.v
vlib/v/tests/structs/struct_field_option_type_with_default_value_init_test.v
vlib/v/tests/structs/struct_field_shared_test.v
vlib/v/tests/structs/struct_generic_sizeof_test.v
vlib/v/tests/structs/struct_init_on_for_expr_test.v
vlib/v/tests/structs/struct_init_short_in_for_expr_test.v
vlib/v/tests/structs/struct_init_with_complex_fields_test.v
vlib/v/tests/structs/struct_init_with_interface_field_test.v
vlib/v/tests/structs/struct_init_with_interface_pointer_and_embed_test.v
vlib/v/tests/structs/struct_test.v
vlib/v/tests/structs/struct_transmute_test.v
vlib/v/tests/structs/struct_with_reference_alias_field_test.v
vlib/v/tests/sumtype_alias_init_by_variant_test.v
vlib/v/tests/sumtype_array_push_array_variant_test.v
vlib/v/tests/sumtype_common_fields_duplicate_embed_test.v
vlib/v/tests/sumtype_init_by_name_test.v
vlib/v/tests/sumtypes/aggregate_is_nodetype_test.v
vlib/v/tests/sumtypes/alias_sumtype_match_test.v
vlib/v/tests/sumtypes/generic_sumtype_alias_match_regression_test.v
vlib/v/tests/sumtypes/generic_sumtype_alias_regression_test.v
vlib/v/tests/sumtypes/json2_map_to_any_cgen_regression_test.v
vlib/v/tests/sumtypes/sumtype_arg_mutable_test.v
vlib/v/tests/sumtypes/sumtype_assign_test.v
vlib/v/tests/sumtypes/sumtype_cast_from_voidptr_test.v
vlib/v/tests/sumtypes/sumtype_empty_struct_test.v
vlib/v/tests/sumtypes/sumtype_generic_checking_test.v
vlib/v/tests/sumtypes/sumtype_inherited_var_test.v
vlib/v/tests/sumtypes/sumtype_init_test.v
vlib/v/tests/sumtypes/sumtype_mutable_test.v
vlib/v/tests/sumtypes/sumtype_nil_pointer_variant_test.v
vlib/v/tests/sumtypes/sumtype_not_is_else_smartcast_test.v
vlib/v/tests/sumtypes/sumtype_ptr_ptr_test.v
vlib/v/tests/sumtypes/sumtype_str_test.v
vlib/v/tests/sumtypes/sumtype_test.v
vlib/v/tests/sumtypes/sumtype_type_coercion_test.v
vlib/v/tests/sumtypes/sumtype_value_pointer_test.v
vlib/v/tests/sumtypes/sumtype_with_alias_fntype_fn_call_test.v
vlib/v/tests/sumtypes/sumtype_with_alias_fntype_test.v
vlib/v/tests/sumtypes/sumtype_with_embedded_struct_of_option_field_test.v
vlib/v/tests/sumtypes/sumtype_with_fntype_test.v
vlib/v/tests/sumtypes/sumtype_with_reference_test.v
vlib/v/tests/sumtypes/voidptr_sumtype_test.v
vlib/v/tests/tcc_arm64_atomic_fence_test.v
vlib/v/tests/testdata/assert_with_scoped_defer_cleanup_failing_test.v
vlib/v/tests/testdata/sizeof_used_in_assert_test.v
vlib/v/tests/testdata/tests_returning_options_failing_test.v
vlib/v/tests/tmpl_dot_var_test.v
vlib/v/tests/tmpl_escape_test.v
vlib/v/tests/tmpl_if_cond_test.v
vlib/v/tests/tmpl_in_return_match_expr_test.v
vlib/v/tests/tmpl_return_result_test.v
vlib/v/tests/tmpl_script_tag_interpolation_test.v
vlib/v/tests/tmpl_test.v
vlib/v/tests/tmpl_using_variable_or_const_path_test.v
vlib/v/tests/tmpl_with_double_quotes_test.v
vlib/v/tests/tmpl_with_single_quotes_test.v
vlib/v/tests/translated_test.v
vlib/v/tests/type_idx_test.v
vlib/v/tests/typeof_aggregate_test.v
vlib/v/tests/typeof_indirections_test.v
vlib/v/tests/typeof_simple_types_test.v
vlib/v/tests/typeof_test.v
vlib/v/tests/typeof_unaliased_typ_test.v
vlib/v/tests/unions/nested_union_test.v
vlib/v/tests/unions/union_implementing_interface_test.v
vlib/v/tests/use_alias_from_another_module_in_struct_field_test.v
vlib/v/tests/va_arg_test.v
vlib/v/tests/var_name_using_type_test.v
vlib/v/tests/veb_html_return_in_or_block_test.v
vlib/v/tests/vls/autocomplete_module_test.v
vlib/v/tests/vls/goto_def_test.v
vlib/v/tests/vls/multifile_gotodef_test.v
vlib/v/tests/vmod_parser_test.v
vlib/v/tests/windows_system_info_test.v
vlib/v/token/token_test.v
vlib/v/util/check_dflags_test.v
vlib/v/util/vflags/vflags_test.v
vlib/v/vmod/parser_test.v
vlib/v2_toberemoved/abi/abi_test.v
vlib/v2_toberemoved/abi/abi_x64_matrix_test.v
vlib/v2_toberemoved/ast/cursor_test.v
vlib/v2_toberemoved/ast/flat_append_file_stmts_test.v
vlib/v2_toberemoved/ast/flat_append_flat_test.v
vlib/v2_toberemoved/ast/flat_field_decl_flags_test.v
vlib/v2_toberemoved/ast/flat_lock_expr_test.v
vlib/v2_toberemoved/ast/flat_prepend_file_stmts_test.v
vlib/v2_toberemoved/ast/flat_prepend_to_fn_body_test.v
vlib/v2_toberemoved/ast/flat_prepend_to_for_body_test.v
vlib/v2_toberemoved/ast/flat_replace_file_stmt_test.v
vlib/v2_toberemoved/ast/flat_replace_fn_body_stmts_test.v
vlib/v2_toberemoved/ast/flat_string_inter_test.v
vlib/v2_toberemoved/builder/cache_headers_test.v
vlib/v2_toberemoved/builder/cleanc_target_e2e_test.v
vlib/v2_toberemoved/builder/fast_relink_test.v
vlib/v2_toberemoved/builder/flag_target_test.v
vlib/v2_toberemoved/builder/flat_roundtrip_test.v
vlib/v2_toberemoved/builder/flat_streaming_test.v
vlib/v2_toberemoved/builder/gen_cleanc_parallel_test.v
vlib/v2_toberemoved/builder/module_storage_cache_test.v
vlib/v2_toberemoved/builder/native_test.v
vlib/v2_toberemoved/builder/parse_test.v
vlib/v2_toberemoved/builder/ssa_build_parallel_test.v
vlib/v2_toberemoved/builder/target_os_test.v
vlib/v2_toberemoved/builder/type_check_parallel_test.v
vlib/v2_toberemoved/builder/util_test.v
vlib/v2_toberemoved/eval/eval_test.v
vlib/v2_toberemoved/gen/cleanc/array_append_codegen_test.v
vlib/v2_toberemoved/gen/cleanc/cleanc_test.v
vlib/v2_toberemoved/gen/cleanc/flag_enum_codegen_test.v
vlib/v2_toberemoved/gen/cleanc/generic_struct_scan_test.v
vlib/v2_toberemoved/gen/cleanc/module_storage_codegen_test.v
vlib/v2_toberemoved/gen/cleanc/parallel_cache_init_test.v
vlib/v2_toberemoved/gen/cleanc/pass5_worker_test.v
vlib/v2_toberemoved/gen/cleanc/result_option_codegen_test.v
vlib/v2_toberemoved/gen/cleanc/target_codegen_test.v
vlib/v2_toberemoved/gen/x64/x64_abi_test.v
vlib/v2_toberemoved/gen/x64/x64_backend_diagnostics_test.v
vlib/v2_toberemoved/gen/x64/x64_backend_runtime_regression_manual_test.v
vlib/v2_toberemoved/gen/x64/x64_object_format_test.v
vlib/v2_toberemoved/gen/x64/x64_pe_linker_test.v
vlib/v2_toberemoved/gen/x64/x64_runtime_smoke_test.v
vlib/v2_toberemoved/markused/markused_diff_test.v
vlib/v2_toberemoved/markused/markused_test.v
vlib/v2_toberemoved/markused/minimal_runtime_roots_test.v
vlib/v2_toberemoved/parser/parser_test.v
vlib/v2_toberemoved/pref/pref_test.v
vlib/v2_toberemoved/ssa/array_int_contract_test.v
vlib/v2_toberemoved/ssa/build_all_from_flat_test.v
vlib/v2_toberemoved/ssa/build_array_init_from_flat_test.v
vlib/v2_toberemoved/ssa/build_as_cast_from_flat_test.v
vlib/v2_toberemoved/ssa/build_assert_from_flat_test.v
vlib/v2_toberemoved/ssa/build_assign_from_flat_test.v
vlib/v2_toberemoved/ssa/build_basic_literal_from_flat_test.v
vlib/v2_toberemoved/ssa/build_block_from_flat_test.v
vlib/v2_toberemoved/ssa/build_call_from_flat_test.v
vlib/v2_toberemoved/ssa/build_call_or_cast_from_flat_test.v
vlib/v2_toberemoved/ssa/build_cast_from_flat_test.v
vlib/v2_toberemoved/ssa/build_expr_stmt_from_flat_test.v
vlib/v2_toberemoved/ssa/build_flow_control_from_flat_test.v
vlib/v2_toberemoved/ssa/build_fn_bodies_from_flat_test.v
vlib/v2_toberemoved/ssa/build_fn_from_flat_test.v
vlib/v2_toberemoved/ssa/build_fn_literal_from_flat_test.v
vlib/v2_toberemoved/ssa/build_for_from_flat_test.v
vlib/v2_toberemoved/ssa/build_ident_from_flat_test.v
vlib/v2_toberemoved/ssa/build_if_from_flat_test.v
vlib/v2_toberemoved/ssa/build_index_from_flat_test.v
vlib/v2_toberemoved/ssa/build_infix_from_flat_test.v
vlib/v2_toberemoved/ssa/build_init_expr_ptr_from_flat_test.v
vlib/v2_toberemoved/ssa/build_init_from_flat_test.v
vlib/v2_toberemoved/ssa/build_keyword_operator_from_flat_test.v
vlib/v2_toberemoved/ssa/build_label_from_flat_test.v
vlib/v2_toberemoved/ssa/build_module_from_flat_test.v
vlib/v2_toberemoved/ssa/build_paren_modifier_from_flat_test.v
vlib/v2_toberemoved/ssa/build_postfix_from_flat_test.v
vlib/v2_toberemoved/ssa/build_prefix_from_flat_test.v
vlib/v2_toberemoved/ssa/build_remaining_exprs_from_flat_test.v
vlib/v2_toberemoved/ssa/build_return_from_flat_test.v
vlib/v2_toberemoved/ssa/build_selector_from_flat_test.v
vlib/v2_toberemoved/ssa/build_stmts_from_flat_test.v
vlib/v2_toberemoved/ssa/build_string_inter_from_flat_test.v
vlib/v2_toberemoved/ssa/build_string_literal_from_flat_test.v
vlib/v2_toberemoved/ssa/core_builtin_type_registration_test.v
vlib/v2_toberemoved/ssa/dynamic_array_literal_storage_test.v
vlib/v2_toberemoved/ssa/fixed_array_zero_test.v
vlib/v2_toberemoved/ssa/module_storage_test.v
vlib/v2_toberemoved/ssa/mut_array_param_append_test.v
vlib/v2_toberemoved/ssa/optimize/phi_test.v
vlib/v2_toberemoved/ssa/optimize/pipeline_gate4_test.v
vlib/v2_toberemoved/ssa/optimize/verify_test.v
vlib/v2_toberemoved/ssa/register_consts_and_globals_from_flat_test.v
vlib/v2_toberemoved/ssa/register_fn_signatures_from_flat_test.v
vlib/v2_toberemoved/ssa/register_type_aliases_from_flat_test.v
vlib/v2_toberemoved/ssa/register_types_pass1_from_flat_test.v
vlib/v2_toberemoved/ssa/register_types_pass2_from_flat_test.v
vlib/v2_toberemoved/ssa/resolve_forward_const_refs_from_flat_test.v
vlib/v2_toberemoved/ssa/runtime_symbols_test.v
vlib/v2_toberemoved/ssa/skip_modules_test.v
vlib/v2_toberemoved/ssa/struct_sumtype_field_init_test.v
vlib/v2_toberemoved/ssa/tree_sumtype_lowering_test.v
vlib/v2_toberemoved/transformer/auto_str_generation_test.v
vlib/v2_toberemoved/transformer/comptime_optional_test.v
vlib/v2_toberemoved/transformer/explicit_str_method_fn_names_from_flat_test.v
vlib/v2_toberemoved/transformer/fixed_array_slice_bounds_test.v
vlib/v2_toberemoved/transformer/flat_direct_generic_filter_test.v
vlib/v2_toberemoved/transformer/generated_fn_module_from_flat_test.v
vlib/v2_toberemoved/transformer/generated_fns_parts_from_flat_test.v
vlib/v2_toberemoved/transformer/import_alias_test.v
vlib/v2_toberemoved/transformer/inject_embed_file_helper_to_flat_test.v
vlib/v2_toberemoved/transformer/inject_generated_fns_to_flat_test.v
vlib/v2_toberemoved/transformer/inject_live_reload_to_flat_test.v
vlib/v2_toberemoved/transformer/inject_main_runtime_const_init_to_flat_test.v
vlib/v2_toberemoved/transformer/inject_runtime_const_init_fns_to_flat_test.v
vlib/v2_toberemoved/transformer/inject_test_main_to_flat_test.v
vlib/v2_toberemoved/transformer/minimal_runtime_init_test.v
vlib/v2_toberemoved/transformer/monomorphize_test.v
vlib/v2_toberemoved/transformer/post_pass_to_flat_test.v
vlib/v2_toberemoved/transformer/propagate_types_from_flat_test.v
vlib/v2_toberemoved/transformer/transformer_flat_diff_test.v
vlib/v2_toberemoved/transformer/transformer_test.v
vlib/v2_toberemoved/transformer/transformer_v2_darwin_test.v
vlib/v2_toberemoved/types/checker_drop_codegen_test.v
vlib/v2_toberemoved/types/checker_escape_test.v
vlib/v2_toberemoved/types/checker_flat_test.v
vlib/v2_toberemoved/types/checker_lifetimes_test.v
vlib/v2_toberemoved/types/checker_ownership_test.v
vlib/v2_toberemoved/types/checker_test.v
vlib/v2_toberemoved/types/comptime_test.v
vlib/v2_toberemoved/types/module_mut_field_test.v
vlib/v2_toberemoved/types/module_storage_test.v
vlib/veb/assets/assets_test.v
vlib/veb/controller_static_regression_test.v
vlib/veb/cors_before_request_test.v
vlib/veb/csrf/csrf_test.v
vlib/veb/request_id/request_id_test.v
vlib/veb/route_test.v
vlib/veb/sse/sse_test.v
vlib/veb/tests/catchall_route_order_regression_test.v
vlib/veb/tests/chunked_multipart_upload_test.v
vlib/veb/tests/content_type_header_regression_test.v
vlib/veb/tests/context_ip_test.v
vlib/veb/tests/controller_test.v
vlib/veb/tests/cors_2_test.v
vlib/veb/tests/cors_regression_test.v
vlib/veb/tests/cors_test.v
vlib/veb/tests/graceful_shutdown_test.v
vlib/veb/tests/handle_split_requests_in_chrome_test.v
vlib/veb/tests/invalid_return_type_test.v
vlib/veb/tests/large_payload_test.v
vlib/veb/tests/memory_leak_test.v
vlib/veb/tests/middleware_test.v
vlib/veb/tests/nested_embedded_controller_regression_test.v
vlib/veb/tests/persistent_connection_test.v
vlib/veb/tests/ssl_test.v
vlib/veb/tests/static_compression_test.v
vlib/veb/tests/static_handler_test.v
vlib/veb/tests/veb_aliased_app_and_context_test.v
vlib/veb/tests/veb_app_test.v
vlib/veb/tests/veb_should_listen_on_both_ipv4_and_ipv6_by_default_test.v
vlib/veb/tests/veb_test.v
vlib/veb/tr_test.v
vlib/wasm/tests/patch_test.v
vlib/wasm/tests/var_test.v
vlib/x/async/context_internal_test.v
vlib/x/async/group_test.v
vlib/x/async/periodic_test.v
vlib/x/async/pool_test.v
vlib/x/async/task_test.v
vlib/x/async/tests/mcp/mcp_integration_test.v
vlib/x/async/tests/net_http/net_http_integration_test.v
vlib/x/async/tests/net_websocket/net_websocket_integration_test.v
vlib/x/async/tests/veb/veb_integration_test.v
vlib/x/async/timeout_test.v
vlib/x/atomics/i32_test.v
vlib/x/atomics/i64_test.v
vlib/x/atomics/u32_test.v
vlib/x/atomics/u64_test.v
vlib/x/crypto/chacha20/chacha_64bitctr_test.v
vlib/x/crypto/chacha20/chacha_test.v
vlib/x/crypto/chacha20/stream_test.v
vlib/x/crypto/chacha20/xchacha_test.v
vlib/x/crypto/chacha20poly1305/chacha20poly1305_test.v
vlib/x/crypto/chacha20poly1305/psiv_test.v
vlib/x/crypto/chacha20poly1305/usage_test.v
vlib/x/crypto/chacha20poly1305/xchacha20poly1305_test.v
vlib/x/crypto/curve25519/curve25519_test.v
vlib/x/crypto/mldsa/mldsa_test.v
vlib/x/crypto/mldsa/usage_test.v
vlib/x/crypto/poly1305/poly1305_test.v
vlib/x/crypto/slhdsa/base_test.v
vlib/x/crypto/slhdsa/slhdsa_siggen_test.v
vlib/x/crypto/slhdsa/slhdsa_sigver_test.v
vlib/x/crypto/slhdsa/usage_test.v
vlib/x/encoding/asn1/bitstring_test.v
vlib/x/encoding/asn1/element_decode_test.v
vlib/x/encoding/asn1/element_encode_test.v
vlib/x/encoding/asn1/element_test.v
vlib/x/encoding/asn1/extra1_test.v
vlib/x/encoding/asn1/integer_test.v
vlib/x/encoding/asn1/public_api_test.v
vlib/x/encoding/asn1/sequence_test.v
vlib/x/encoding/asn1/set_test.v
vlib/x/encoding/asn1/tagged_test.v
vlib/x/executor/admission_test.v
vlib/x/executor/errors_test.v
vlib/x/executor/lifecycle_test.v
vlib/x/executor/owner_test.v
vlib/x/executor/pump_test.v
vlib/x/executor/stress_test.v
vlib/x/executor/sync_call_test.v
vlib/x/json2/scanner_test.v
vlib/x/json2/strict/strict_test.v
vlib/x/json2/tests/any_test.v
vlib/x/json2/tests/attributes_test.v
vlib/x/json2/tests/autofree_json_test.v
vlib/x/json2/tests/checker_test.v
vlib/x/json2/tests/decode_and_encode_struct_any_test.v
vlib/x/json2/tests/decode_any_alias_test.v
vlib/x/json2/tests/decode_array_array_test.v
vlib/x/json2/tests/decode_array_test.v
vlib/x/json2/tests/decode_budget_number_test.v
vlib/x/json2/tests/decode_custom_test.v
vlib/x/json2/tests/decode_embed_reference_test.v
vlib/x/json2/tests/decode_enum_test.v
vlib/x/json2/tests/decode_escaped_string_test.v
vlib/x/json2/tests/decode_fixed_array_test.v
vlib/x/json2/tests/decode_float_to_64bit_integer_test.v
vlib/x/json2/tests/decode_map_any_regression_test.v
vlib/x/json2/tests/decode_map_of_map_test.v
vlib/x/json2/tests/decode_map_test.v
vlib/x/json2/tests/decode_nested_array_test.v
vlib/x/json2/tests/decode_nested_object_same_kay_test.v
vlib/x/json2/tests/decode_number_and_boolean_test.v
vlib/x/json2/tests/decode_object_test.v
vlib/x/json2/tests/decode_option_field_test.v
vlib/x/json2/tests/decode_option_test.v
vlib/x/json2/tests/decode_struct_test.v
vlib/x/json2/tests/decoder_test.v
vlib/x/json2/tests/encode_anon_struct_test.v
vlib/x/json2/tests/encode_array_of_references_test.v
vlib/x/json2/tests/encode_embedded_structs_test.v
vlib/x/json2/tests/encode_fixed_array_test.v
vlib/x/json2/tests/encode_option_test.v
vlib/x/json2/tests/encode_struct_skippable_fields_test.v
vlib/x/json2/tests/encode_struct_test.v
vlib/x/json2/tests/encode_test.v
vlib/x/json2/tests/encoder_test.v
vlib/x/json2/tests/integer_primitives_test.v
vlib/x/json2/tests/issue_25641_test.v
vlib/x/json2/tests/json2_test.v
vlib/x/json2/tests/json2_test_new_err/3_json_test.v
vlib/x/json2/tests/json2_test_new_err/json_decode_with_sumtype_test.v
vlib/x/json2/tests/json2_test_new_err/json_option_alias_test.v
vlib/x/json2/tests/json2_test_new_err/json_sumtype_test.v
vlib/x/json2/tests/json2_tests/decode_and_encode_struct_any_test.v
vlib/x/json2/tests/json2_tests/decode_map_test.v
vlib/x/json2/tests/json2_tests/decode_struct_test.v
vlib/x/json2/tests/json2_tests/decoder_test.v
vlib/x/json2/tests/json2_tests/encoder_test.v
vlib/x/json2/tests/json2_tests/json2_test.v
vlib/x/json2/tests/json2_tests/json_module_compatibility_test/json_decode_todo_test.v
vlib/x/json2/tests/json2_tests/json_module_compatibility_test/json_test.v
vlib/x/json2/tests/json_module_compatibility_test/json_decode_with_encode_arg_test.v
vlib/x/json2/tests/json_module_compatibility_test/json_test.v
vlib/x/json2/tests/json_optional_both_type_field_test.v
vlib/x/json2/tests/json_sumtype_test.v
vlib/x/json2/tests/old_json_compatibility/json_decode_struct_default_test.v
vlib/x/json2/tests/scientific_notation_integer_test.v
vlib/x/sessions/tests/db_store_test.v
vlib/x/sessions/tests/memory_store_test.v
vlib/x/sessions/tests/session_app_test.v
vlib/x/templating/dtm/dynamic_template_manager_behavior_test.v
vlib/x/templating/dtm/dynamic_template_manager_cache_system_test.v
vlib/x/templating/dtm/dynamic_template_manager_test.v
vlib/x/templating/dtm2/dynamic_template_manager2_test.v
vlib/yaml/yaml_conformance_test.v
vlib/yaml/yaml_edge_cases_test.v
vlib/yaml/yaml_json_roundtrip_test.v
vlib/yaml/yaml_test.v
