v/vlib/v/tests/valgrind
Delyan Angelov 359b674cff
ci: fix more failing tests
2022-01-22 23:18:09 +02:00
..
1.strings_and_arrays.v all: cleanup/rename all `comp_` names to be `comptime_` (#12467) 2021-11-15 15:47:29 +02:00
2.heap_objects.v
array_init_with_string_variable.v
base64.v
buffer_passed_in_fn_that_uses_tos_on_it.v
dump_nested_structs.v cgen: make `dump(x)` use a single write call, fix memleaks for autogenerated .str() methods of nested structs (#12529) 2021-11-20 20:55:19 +02:00
fn_returning_string_param.v
fn_with_return_should_free_local_vars.v
if_expr.v
if_expr_skip.v
import_os_and_use_its_constants.v os: re-add the leak in os.join_path (the `os.join_path(x, ...arr)` case should be handled by V). Add a memleak free os.join_path_single version. 2021-11-22 14:40:55 +02:00
import_x_json2.v tests: add a new `import_x_json2.v` skipped valgrind test 2021-11-28 18:36:05 +02:00
logging.v
option_reassigned.v
option_simple.v
rand_module.v
rune_methods.v tests: test with valgrind rune.bytes(), fix leak in .str_escaped() 2022-01-11 15:23:40 +02:00
simple_interpolation.v
simple_interpolation_script_mode.v
simple_interpolation_script_mode_more_scopes.v
string_plus_string_plus.v
string_str_method.v
strings_builder.v
struct_field.v
valgrind_test.v ci: fix more failing tests 2022-01-22 23:18:09 +02:00