v/vlib/v/tests/valgrind
Daniel Däschle d679146a80
fmt: remove space in front of ? and ! (#14366)
2022-05-13 06:56:21 +03:00
..
1.strings_and_arrays.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
2.heap_objects.v autofree: free references 2021-09-18 04:19:16 +03:00
array_init_with_string_variable.v cgen: fix autofree error of array init with string variable (fix #10427) (#11041) 2021-08-04 03:39:20 +03:00
base64.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
buffer_passed_in_fn_that_uses_tos_on_it.v builtin: fix leak in rune.str(), fix leaks in most assert x == y statements in tests (#11091) 2021-08-13 18:37:34 +03:00
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 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
free_heap_foos.v ci: remove manual free(f) in an autofree test, after 58febe46, which does it automatically now 2022-04-09 20:06:27 +03:00
free_variables_in_reverse_order_of_creation.v cgen: autofree out of scope variables in reverse order of their creation 2022-03-25 09:39:12 +02:00
if_expr.v cgen: fix a bug with autofree in if expr (#11182) 2021-08-15 07:55:27 +03:00
if_expr_skip.v v.gen.c: fix error of if_expr in infix_expr (#11200) 2021-08-16 11:23:19 +03:00
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 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
logging.v log: avoid using string__plus memory leak (#11128) 2021-08-11 09:26:02 +03:00
option_reassigned.v
option_simple.v
rand_module.v rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
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 autofree: add skipped string_plus_string_plus.v sample 2021-10-17 19:46:35 +03:00
string_str_method.v builtin: fix leak in rune.str(), fix leaks in most assert x == y statements in tests (#11091) 2021-08-13 18:37:34 +03:00
strings_builder.v strings,builder: reduce V cgen and parser memory consumption, fix strings.Builder leak (#12342) 2021-10-31 12:58:55 +02:00
struct_field.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
struct_of_array_of_same_struct.v cgen: fix duplicate auto generation of free methods, add test 2022-03-19 01:01:08 +02:00
valgrind_test.v tests: sort the test files before further processing in valgrind_test.v 2022-03-25 09:41:45 +02:00