v/vlib/v/tests
Daniel Däschle 3fbf91a044
cgen: printing pointers
2020-04-09 12:29:29 +02:00
..
bench move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
inout cgen: printing pointers 2020-04-09 12:29:29 +02:00
local move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
modules move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
prod cgen: print nested structs 2020-04-08 22:14:01 +02:00
project_with_c_code move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
project_with_modules_having_submodules move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
repl log: fix example error 2020-04-06 17:22:53 +02:00
valgrind fix valgrind test 2020-04-02 10:44:35 +02:00
array_equality_test.v cgen: implement equality on arrays 2020-04-09 03:55:37 +02:00
array_to_string_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
asm_test.v cgen: minor optionals fixes 2020-04-06 18:46:50 +02:00
attribute_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
backtrace_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
comptime_bittness_and_endianess_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
const_test.v checker: constant cycle & test fix 2020-04-04 17:05:26 +11:00
cstrings_test.v v2: lots of minor test fixes 2020-04-01 17:14:21 +02:00
defer_test.v checker: allow again fallthrough in or{} blocks of option calls without assignment 2020-04-08 02:56:24 +03:00
differently_named_structs_test.v tests: add an isolated test case for long struct names with capitalization 2020-04-07 22:03:20 +03:00
enum_bitfield_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
enum_hex_test.v v2: initial interface support; fix enum_hex_test.v 2020-03-31 19:59:41 +02:00
enum_test.v cgen: enum default values 2020-03-31 19:43:11 +02:00
fixed_array_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
fn_expecting_ref_but_returning_struct_test.v ci: extract separate working_with_an_empty_struct_test.v 2020-04-05 12:55:54 +03:00
fn_expecting_ref_but_returning_struct_time_module_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
fn_multiple_returns_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
fn_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
fn_variadic_test.v v2: lots of minor test fixes 2020-04-01 17:14:21 +02:00
generic_test.v fix tests 2020-04-01 15:39:54 +02:00
if_expression_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
in_expression_test.v tests: fix in_expression_test 2020-04-08 13:56:09 +02:00
interface_test.v fix interface test 2020-03-31 21:05:48 +02:00
interfaces_map_test.v fix tests 2020-04-01 15:39:54 +02:00
live_test.v solaris & termux: fix both, using the more portable termios.h 2020-03-31 12:46:46 +02:00
local_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
match_test.v v2: enum fields separated by commas 2020-04-01 12:11:00 +02:00
module_test.v cgen: fix &string cast; vfmt fixes 2020-04-07 18:51:44 +02:00
msvc_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
multiret_with_ptrtype_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
mut_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
nameof_test.v v2: lots of minor test fixes 2020-04-01 17:14:21 +02:00
num_lit_call_method_test.v tests: fix num_lit_call_method_test 2020-04-02 00:18:29 +02:00
option_default_values_test.v compiler: support default values in optional blocks 2020-04-05 11:59:15 +03:00
option_if_assign_and_fallthrough_test.v checker: allow again fallthrough in or{} blocks of option calls without assignment 2020-04-08 02:56:24 +03:00
option_test.v cgen: minor optionals fixes 2020-04-06 18:46:50 +02:00
pointers_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
print_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
prod_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
repeated_multiret_values_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
return_voidptr_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
reusable_mut_multiret_values_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
shift_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
str_gen_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
string_interpolation_array_of_structs_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
string_interpolation_struct_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
string_interpolation_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
string_interpolation_variadic_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
string_struct_interpolation_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
struct_chained_fields_correct_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
struct_test.v cgen: str(): handle empty structs 2020-04-03 18:49:15 +02:00
type_alias_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
type_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
typeof_simple_types_test.v v2: typeof() 2020-03-28 17:37:22 +01:00
typeof_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
voidptr_to_u64_cast_a_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
voidptr_to_u64_cast_b_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
working_with_an_empty_struct_test.v ci: extract separate working_with_an_empty_struct_test.v 2020-04-05 12:55:54 +03:00