v/vlib/v/tests/valgrind
Subhomoy Haldar 114a341f5f
rand: simplify rand.PRNG, move to optional types for error handling (#13570)
2022-02-23 12:36:14 +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 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 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
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
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 tests: add a new `import_x_json2.v` skipped valgrind test 2021-11-28 18:36:05 +02:00
logging.v log: avoid using string__plus memory leak (#11128) 2021-08-11 09:26:02 +03:00
option_reassigned.v tests: run vfmt over some of the tests in vlib/v/tests (#9455) 2021-03-27 19:29:57 +02:00
option_simple.v tests: run vfmt over some of the tests in vlib/v/tests (#9455) 2021-03-27 19:29:57 +02:00
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 v.parser: fix -autofree for script mode programs that do not have explicit `fn main(){}` 2021-05-24 14:42:09 +03:00
simple_interpolation_script_mode.v scanner: remove pos 0 hack which is no longer needed (#10935) 2021-07-25 01:13:07 +03:00
simple_interpolation_script_mode_more_scopes.v v.parser: fix -autofree for script mode programs that do not have explicit `fn main(){}` 2021-05-24 14:42:09 +03:00
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
valgrind_test.v ci: fix more failing tests 2022-01-22 23:18:09 +02:00