1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests/valgrind
2022-04-15 15:35:35 +03:00
..
1.strings_and_arrays.v
2.heap_objects.v
array_init_with_string_variable.v
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
dump_nested_structs.v
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_skip.v
if_expr.v
import_os_and_use_its_constants.v
import_x_json2.v
logging.v
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
simple_interpolation_script_mode_more_scopes.v
simple_interpolation_script_mode.v
simple_interpolation.v
string_plus_string_plus.v
string_str_method.v
strings_builder.v
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