v/vlib/v/tests
Daniel Däschle 800c0e5092
vlib: remove deprecated map{} usages as well as deprecated functions (#11035)
2021-08-04 12:44:41 +03:00
..
assembly cgen: fix unknown labels in addressing (#10503) 2021-06-18 13:03:38 +03:00
bench
c_struct_free cgen: don't change field name of c structs (#10894) 2021-07-22 01:37:49 +03:00
cflags
field_publicity
generics_from_modules
inout vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
interface_edge_cases checker: force interface init (#10910) 2021-07-30 03:18:20 +03:00
local
modules
multiple_paths_in_vmodules
printing_c_structs
prod
profile
project_with_c_code
project_with_c_code_2
project_with_c_code_ct_ifs checker,cgen: fix `-os cross` support for `$if !solaris { #include <sys/ptrace.h> }` 2021-07-23 16:24:42 +03:00
project_with_modules_having_submodules
project_with_tests_for_main
reliability sync: make `Semaphore.*wait()` robust against interrupts by signals (#10491) 2021-06-18 12:44:18 +03:00
repl os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd) 2021-07-20 15:22:04 +03:00
run_project_folders/issue_10023_multiple_anon_fns_with_same_position
skip_unused
testdata ast: improve Expr.str() for `sizeof(Type)` and `__offsetof(StructName, fieldname)`, for more informative asserts/dumps 2021-06-12 16:49:14 +03:00
tmpl
valgrind vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
alias_array_operator_overloading_test.v
alias_custom_type_map_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
alias_fixed_array_init_test.v cgen: fix initialization errors with fixed array aliases (#10784) 2021-07-13 10:51:54 +03:00
alias_fixed_array_test.v
alias_in_a_struct_field_autostr_test.v
alias_map_operator_overloading_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
aliased_array_operations_test.v checker, cgen: fix aliased array methods (#10603) 2021-06-29 12:14:37 +03:00
anon_fn_call_test.v
anon_fn_in_containers_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
anon_fn_redefinition_test.v
anon_fn_returning_question_test.v
anon_fn_test.v
anon_fn_with_array_arguments_test.v tests: rename anon_fn_with_array_arguments.v to anon_fn_with_array_arguments_test.v (#10650) 2021-07-05 21:08:31 +03:00
anon_fn_with_optional_test.v cgen: fix empty struct initilization (#10651) 2021-07-03 20:11:56 +03:00
appending_to_mut_array_in_fn_param_test.v
array_append_short_struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
array_cast_test.v
array_equality_test.v
array_init_test.v builtin: fix multiple array init (#10929) 2021-07-23 23:25:12 +03:00
array_map_or_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
array_map_ref_test.v
array_methods_test.v
array_of_alias_slice_test.v cgen: fix array of alias's slice() (#10772) 2021-07-12 15:59:01 +03:00
array_slice_test.v
array_sort_lt_overload_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
array_test.v
array_to_string_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
array_type_alias_test.v
as_cast_already_smartcast_sumtype_test.v tests: add as_cast_already_smartcast_sumtype_test.v (#10517) 2021-06-19 18:50:09 +03:00
as_cast_is_expr_sumtype_fn_result_test.v
assert_sumtype_test.v
assert_with_newlines_test.v
assign_bitops_with_type_aliases_test.v
assign_map_value_of_fixed_array_test.v cgen: fix assigning literal fixed arrays to map values (#10525) 2021-06-20 13:36:01 +03:00
attribute_test.v
autolock_array1_test.v
autolock_array2_test.v
backtrace_test.v
blank_ident_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
break_in_lock_test.v tests: bump up sleep times in break_in_lock_test.v, so that its results are stabler 2021-06-23 14:14:53 +03:00
calling_module_functions_with_maps_of_arrays_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
cast_to_byte_test.v
cast_to_interface_test.v
channels_test.v
clash_var_name_of_array_and_map_test.v
complex_assign_test.v
comptime_at_test.v
comptime_attribute_selector_test.v gen: fix comptime attrs stmts (#10925) 2021-07-23 23:24:56 +03:00
comptime_bittness_and_endianess_test.v
comptime_call_test.v
comptime_field_selector_test.v
comptime_for_test.v Revert "gen: add type name to comp for (#10881)" 2021-07-21 23:56:00 +03:00
comptime_if_expr_test.v
comptime_if_is_test.v
comptime_if_pkgconfig_test.v checker: add pkgconfig to comptime if (#10692) 2021-07-09 18:17:04 +03:00
comptime_if_test.v
comptime_if_threads_no_test.v
comptime_if_threads_yes_test.v
comptime_method_args_test.v
const_can_use_optionals_test.v
const_comptime_eval_before_vinit_test.v tests: add a regression test for the comptime evaluated consts, using a _constructor function 2021-07-30 20:33:08 +03:00
const_embed_test.v
const_eval_simple_int_expressions_at_comptime_test.v
const_init_order_test.v
const_reference_argument_test.v v.gen.c: add vlib/v/gen/c/coutput_test.v, to ease testing of produced C output 2021-07-31 12:14:56 +03:00
const_representation_test.v v.gen.c: fix codegen for `const a = u64(5) + 5` 2021-07-26 08:06:59 +03:00
const_test.v tests: fix failed consts test (it now works properly) 2021-07-19 01:18:39 +03:00
conversions_test.v
cross_assign_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
cstrings_test.v
defer_return_test.v
defer_test.v checker: fix defer ident handling & fix defer optional error message (#10975) 2021-07-30 20:29:06 +03:00
differently_named_structs_test.v
double_ref_deref_test.v
dump_fns_test.v cgen: fix `dump(fn_name)` (closes #10912) 2021-07-23 12:24:12 +03:00
enum_array_field_test.v
enum_bitfield_test.v
enum_default_value_in_struct_test.v
enum_hex_test.v
enum_test.v cgen: fix clash in generated variant and method names (#10581) 2021-06-27 19:05:32 +03:00
failing_tests_test.v ast: improve Expr.str() for `sizeof(Type)` and `__offsetof(StructName, fieldname)`, for more informative asserts/dumps 2021-06-12 16:49:14 +03:00
filter_in_map_test.v
fixed_array_const_size_test.v checker: fix fixed array with const unint type size (fix #10826) (#10853) 2021-07-19 12:44:03 +03:00
fixed_array_init_test.v
fixed_array_of_fn_test.v
fixed_array_test.v
fixed_array_to_string_test.v
fn_assignment_test.v
fn_cross_assign_test.v
fn_expecting_ref_but_returning_struct_test.v
fn_expecting_ref_but_returning_struct_time_module_test.v
fn_high_test.v
fn_index_direct_call_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
fn_multiple_returns_test.v
fn_mut_args_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
fn_return_fn_test.v v.parser: allow anonymous function to return a function (#10592) 2021-06-28 11:51:24 +03:00
fn_shared_return_test.v
fn_test.v
fn_type_aliases_test.v
fn_variadic_test.v
fn_with_fixed_array_function_args_test.v
for_c_multi_vars_test.v
for_in_alias_test.v checker: fix error of for_in alias (#10770) 2021-07-12 09:17:00 +03:00
for_in_containers_of_fixed_array_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
for_in_iterator_test.v
for_in_mut_reference_selector_val_test.v cgen: fix for in mut reference selector val (fix #10524) (#10536) 2021-06-21 19:25:18 +03:00
for_in_mut_val_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
for_in_optional_test.v
for_label_continue_break_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
for_loops_2_test.v
for_loops_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
for_smartcast_test.v
generic_chan_test.v
generic_fn_assign_generics_struct_test.v checker: fix generic fn assign (#10479) 2021-06-16 19:17:07 +03:00
generic_fn_infer_fixed_array_test.v
generic_fn_infer_map_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
generic_fn_infer_modifier_test.v
generic_fn_infer_multi_paras_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
generic_fn_infer_nested_struct_test.v
generic_fn_infer_struct_test.v
generic_fn_infer_test.v
generic_fn_returning_type_with_T_test.v
generic_fn_typeof_name_test.v cgen: fix generic method receiver typeof name error (#10469) 2021-06-16 04:03:50 +03:00
generic_fn_upper_name_type_test.v
generic_functions_with_normal_function_test.v
generic_interface_test.v cgen: fix generating invalid Option decls for generic interfaces (#10817) 2021-07-15 22:15:25 +03:00
generic_sumtype_test.v v: initial support for generic interfaces and sumtypes (#10795) 2021-07-15 08:29:13 +03:00
generics_array_typedef_test.v cgen: fix error of generic array typedef (#10679) 2021-07-07 12:42:53 +03:00
generics_assign_reference_generic_struct_test.v checker: fix generic fn with assign reference generic struct (fix #10681) (#10695) 2021-07-08 16:50:25 +03:00
generics_call_with_reference_arg_test.v
generics_fn_return_generic_interface_test.v checker: fix generics fn selector expr with unexpected symbol (#10851) 2021-07-19 09:16:15 +03:00
generics_in_big_struct_method_test.v
generics_in_generics_test.v
generics_indirect_test.v v.gen.c: fix cgen regression after f457b94 (prevented vinix builds), add tests 2021-07-25 23:31:23 +03:00
generics_interface_decl_test.v table: fix error of generics interface declaration (#10883) 2021-07-21 15:24:52 +03:00
generics_interface_method_test.v checker, cgen: fix generics interface method (#10858) 2021-07-19 13:29:46 +03:00
generics_interface_with_multi_generic_structs_test.v cgen: fix generics interface with multi generic structs (#10950) 2021-07-25 15:54:22 +03:00
generics_interface_with_multi_generic_types_test.v checker: fix generics interface with multi generic types (#10964) 2021-07-26 08:54:57 +03:00
generics_method_on_receiver_types_test.v
generics_method_test.v
generics_multi_array_in_test.v
generics_multi_types_struct_init_test.v
generics_return_generics_struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
generics_return_inconsistent_types_generics_struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
generics_return_multi_array_test.v
generics_return_multiple_generics_struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
generics_return_recursive_generics_struct_test.v
generics_return_reference_generics_struct_test.v
generics_struct_anon_fn_fields_test.v
generics_struct_anon_fn_type_test.v
generics_struct_init_test.v
generics_struct_to_string_test.v
generics_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
generics_with_anon_generics_fn_test.v cgen: fix error when using anon generics fn that have generics struct arg (#10751) 2021-07-11 19:30:41 +03:00
generics_with_cascaded_multiple_nested_generics_fn_test.v
generics_with_embed_generics_test.v
generics_with_fixed_array_type_test.v
generics_with_generics_fn_return_generics_fn_type_test.v
generics_with_generics_fn_type_parameter_test.v
generics_with_generics_struct_init_test.v
generics_with_generics_struct_receiver_test.v
generics_with_multi_generics_struct_types_test.v checker: fix generics with multi generic struct types (#10808) 2021-07-15 17:39:55 +03:00
generics_with_multiple_generics_struct_receiver_test.v
generics_with_nested_external_generics_fn_test.v
generics_with_nested_generic_struct_init_test.v checker: fix nested generic struct init (fix #10652) (#10659) 2021-07-04 18:37:31 +03:00
generics_with_nested_generics_fn_test.v
generics_with_recursive_generics_fn_test.v
generics_with_recursive_generics_struct_test.v
generics_with_variadic_generic_args_test.v cgen: fix generics with variadic generic args (#10700) 2021-07-09 12:09:30 +03:00
go_array_wait_test.v
go_call_generic_fn_test.v
go_call_interface_method_test.v cgen: fix go call interface method (fix #10520) (#10602) 2021-06-29 11:16:15 +03:00
go_handle_for_functions_returning_array_test.v
go_wait_1_test.v
go_wait_2_test.v
go_wait_3_test.v
go_wait_option_test.v
go_wait_with_fn_of_interface_para.v cgen: fix `go fn(mut x Interface){ println(x) }(x)` (#10585) 2021-06-28 16:31:11 +03:00
goto_test.v
heap_interface_test.v v.checker,v.gen.c: extend auto heap mechanism to objects used as interfaces (#10529) 2021-06-21 07:10:10 +03:00
heap_reference_test.v
heap_struct_test.v all: promote value type function arguments to heap if necessary (#10528) 2021-06-20 18:40:24 +03:00
if_expr_of_optional_test.v
if_expression_test.v cgen: fix if_expr with array methods cond (#10786) 2021-07-13 19:51:49 +03:00
if_guard_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
if_smartcast_multi_conds_test.v checker: implement if smartcast multi conds (part 1) (#10477) 2021-06-16 19:16:15 +03:00
if_smartcast_nested_selector_exprs_test.v checker: fix nested if smartcast selector exprs (fix #10372 #10379) (#10502) 2021-06-18 14:49:15 +03:00
if_smartcast_test.v
imported_symbols_test.v checker: prohibit selective const imports (#10574) 2021-06-26 18:09:52 +03:00
in_expression_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
infix_expr_test.v
init_global_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
int_cmp_test.v
interface_auto_str_gen_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
interface_embedding_deep_nesting_test.v
interface_embedding_recursive_test.v
interface_embedding_test.v
interface_embedding_with_interface_para_test.v table: fix interface embedding with interface parameter (#10567) 2021-06-25 12:52:25 +03:00
interface_fields_test.v
interface_fields_typearray_test.v
interface_fn_return_array_of_interface_test.v cgen: fix fn return array of interface (#10677) 2021-07-06 16:33:26 +03:00
interface_fn_return_with_struct_init.v cgen: fix interface fn return with struct_init (#10675) 2021-07-06 10:14:13 +03:00
interface_nested_field_test.v checker: force interface init (#10910) 2021-07-30 03:18:20 +03:00
interface_only_decl_with_optional_test.v cgen: fix interface only declare with optional method (#10546) 2021-06-23 15:14:08 +03:00
interface_struct_test.v
interface_test.v
interface_variadic_test.v
interfaces_map_test.v
interop_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
isreftype_test.v all: new function `isreftype(T)` to know if `T` contains pointers (#10438) 2021-06-13 06:26:13 +03:00
keep_args_alive_test.v
keep_args_alive_test_c.h
local_test.v
lock_selector_test.v
map_alias_key_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_and_array_with_fns_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_assign_array_of_interface_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_complex_fixed_array_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_enum_keys_test.v
map_equality_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_high_order_assign_test.v
map_key_expr_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_literals_method_call_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_mut_fn_test.v
map_to_string_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_type_alias_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
map_value_init_test.v
maps_equal_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
match_compound_type_cond_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
match_error_to_none_test.v
match_expr_returning_optional_test.v
match_expr_with_if_or_match_expr_test.v
match_expr_with_one_branch_test.v
match_expression_for_types_test.v
match_expression_with_fn_names_in_branches_test.v
match_in_fn_call_test.v v test-self: check unsafe_test.v, match_test.v, match_in_fn_call_test.v with -cstrict 2021-07-20 19:34:16 +03:00
match_in_if_expression_test.v
match_in_map_init_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
match_in_map_or_expr_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
match_interface_test.v
match_smartcast_test.v
match_sumtype_var_shadow_and_as_test.v
match_test.v v test-self: check unsafe_test.v, match_test.v, match_in_fn_call_test.v with -cstrict 2021-07-20 19:34:16 +03:00
match_with_complex_exprs_in_branches_test.v
match_with_complex_sumtype_exprs_test.v
match_with_multi_sumtype_exprs_test.v
methods_on_interfaces_test.v
missing_config_struct_arg_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
module_test.v
module_type_cast_test.v
multiple_assign_array_index_test.v cgen: fix multiple assign array index (#10926) 2021-07-23 15:46:18 +03:00
multiple_assign_test.v
multiret_with_ptrtype_test.v
mut_receiver_returned_as_reference_test.v
mut_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
named_break_continue_test.v
nest_defer_fn_test.v
nested_anonfunc_and_for_break_test.v checker: fix regression of anon fns that have loops with break/continue 2021-07-25 10:46:31 +03:00
nested_map_test.v
nested_multiline_comments_test.v scanner: fix nested multiline comments (#10760) 2021-07-12 07:17:38 +03:00
nested_option_call_test.v
num_lit_call_method_test.v
offsetof_test.v
operator_overloading_cmp_test.v
operator_overloading_with_string_interpolation_test.v
option_2_test.v
option_default_values_test.v
option_if_assign_and_fallthrough_test.v
option_if_expr_test.v
option_in_loop_test.v
option_print_errors_test.v
option_test.v
option_void_test.v
optional_assign_test.v
orm_sub_array_struct_test.v orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03:00
orm_sub_struct_test.v
parser_line_test.v
pointer_arithmetic_test.v checker: disallow invalid pointer arithmetic (#10888) 2021-07-21 23:39:49 +03:00
pointers_multilevel_casts_test.v v.parser: eliminate PrefixExpr from `&Type(x).name` and `&Type(x)[idx]` too (fix vinix build) 2021-07-17 20:20:20 +03:00
pointers_str_test.v all: fix struct names error 2020-05-27 19:12:34 +03:00
pointers_test.v checker: allow for `unsafe {*(p+1) = 22}` (#10557) 2021-06-24 12:39:42 +03:00
prefix_expr_test.v
print_test.v
prod_test.v
projects_that_should_compile_test.v
ptr_arithmetic_test.v
raw_string_test.v scanner: fix single backslash in raw string (#10890) 2021-07-22 17:02:11 +03:00
ref_return_test.v
ref_struct_test.v
reference_return_test.v
repeated_multiret_values_test.v
reserved_keywords_can_be_escaped_with_at_test.v gen: fix C keyword escape to _v_ instead of just v_ (#10876) 2021-07-21 11:46:04 +03:00
return_in_lock_test.v all: promote value type function arguments to heap if necessary (#10528) 2021-06-20 18:40:24 +03:00
return_voidptr_test.v
reusable_mut_multiret_values_test.v
run_project_folders_test.v
run_v_code_from_stdin_test.v
semaphore_test.v
semaphore_timed_test.v parser: deprecate short struct init (#10842) 2021-07-20 11:17:08 +03:00
shared_arg_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_array_test.v
shared_autolock_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_elem_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_fn_return_test.v
shared_lock_2_test.v
shared_lock_3_test.v
shared_lock_4_test.v
shared_lock_5_test.v
shared_lock_6_test.v
shared_lock_expr_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_lock_test.v
shared_map_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
shared_unordered_mixed_test.v
shift_test.v
short_struct_param_syntax_test.v
sizeof_2_test.v
sizeof_test.v
sorting_by_different_criteria_test.v
sorting_by_references_test.v
static_arrays_using_const_for_size_test.v
static_vars_test.v
str_gen_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_alias_test.v
string_index_or_test.v cgen: enable string index error handling `s[i] or {...}` (#10670) 2021-07-05 21:00:30 +03:00
string_interpolation_alias_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_array_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_custom_str_test.v
string_interpolation_floats_test.v
string_interpolation_function_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_multi_return_test.v
string_interpolation_multistmt_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_of_array_of_structs_test.v
string_interpolation_shared_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_string_args_test.v
string_interpolation_struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
string_interpolation_sumtype_test.v cgen: fix auto str for sumtype with alias (#10599) 2021-06-28 14:17:00 +03:00
string_interpolation_test.v v.fmt: keep comments after struct embeds 2021-06-18 18:42:05 +03:00
string_interpolation_variadic_test.v
string_struct_interpolation_test.v cgen: fix auto str for map of reference struct (fix #11024) (#11028) 2021-08-03 08:03:00 +03:00
strings_unicode_test.v
struct_allow_both_field_defaults_and_skip_flag_test.v
struct_chained_fields_correct_test.v
struct_child_field_default_test.v
struct_embed_test.v all: implement accessing embedded field and method of aggregate (#10907) 2021-07-23 01:14:39 +03:00
struct_eq_op_only_test.v
struct_equality_test.v
struct_field_default_value_interface_cast_test.v
struct_field_default_value_sumtype_cast_test.v
struct_fields_required_test.v checker: skip checking `[required]` fields for struct update syntax (#10500) 2021-06-18 02:51:33 +03:00
struct_fields_storing_functions_test.v
struct_ierror_test.v checker: force interface init (#10910) 2021-07-30 03:18:20 +03:00
struct_init_and_assign_test.v parser: fix struct init and assign using `sql` variable (#10968) 2021-07-26 21:14:31 +03:00
struct_map_method_test.v
struct_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
struct_transmute_test.v
structs_with_voidptr_fields_can_be_printed_test.v v.c.gen: fix codegen of auto str methods for structs having &voidptr fields 2021-06-28 10:05:42 +03:00
sum_type_common_fields_test.v
sum_type_test.v
sumtype_assign_test.v
sumtype_calls_test.v
sumtype_equality_test.v vlib: remove ustring usage (#10618) 2021-06-30 22:30:28 +03:00
sumtype_literal_test.v
sumtype_str_for_subtypes_with_str_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
sumtype_str_test.v
supports__likely__test.v
testcase_leak.v
thread_to_string_test.v gen: implement `thread.str()` (#10820) 2021-07-17 11:19:28 +03:00
tmpl_test.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
type_alias_of_pointer_types_test.v
type_alias_str_method_override_test.v
type_alias_test.v ast: make is_int() work with aliases 2021-06-12 14:35:38 +03:00
type_name_test.v
type_promotion_test.v
type_voidptr_test.v
typeof_simple_types_test.v
typeof_test.v
unreachable_code_paths_test.v cgen: fix VUNREACHABLE inside ternary (#10672) 2021-07-05 18:26:01 +03:00
unsafe_test.v v test-self: check unsafe_test.v, match_test.v, match_in_fn_call_test.v with -cstrict 2021-07-20 19:34:16 +03:00
vargs_auto_str_method_and_println_test.v
vargs_empty_param_test.v
vmod_parser_test.v
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v
working_with_an_empty_struct_test.v