1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests
2020-04-22 18:47:46 +10:00
..
bench move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
inout cgen: % escape in string interpolated literals 2020-04-12 16:24:23 +03: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 parser: add unused variable warning 2020-04-22 01:52:56 +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 repl_test.v: fix compilation (non working ones are for now renamed to .skip) 2020-04-13 11:06:52 +03:00
valgrind fix valgrind test 2020-04-02 10:44:35 +02:00
array_equality_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
array_to_string_test.v cgen: fix str() for arrays 2020-04-13 19:18:22 +02: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 tests: run vfmt 2020-04-12 01:41:26 +02:00
comptime_bittness_and_endianess_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
const_embed_test.v ftoa: fix strconv/ftoa/f32_f64_to_string_test.v 2020-04-14 03:53:34 +02:00
const_test.v tests: run vfmt 2020-04-12 01:41:26 +02: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: run vfmt 2020-04-12 01:41:26 +02:00
enum_bitfield_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
enum_default_value_in_struct_test.v cgen: add g.auto_str_funcs, print &Struct pointers with enum fields 2020-04-21 13:32:17 +03: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 tests: run vfmt 2020-04-12 01:41:26 +02:00
fixed_array_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
fn_expecting_ref_but_returning_struct_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
fn_expecting_ref_but_returning_struct_time_module_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
fn_multiple_returns_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
fn_test.v test: add comment for assert bug in fn_test 2020-04-22 18:47:46 +10:00
fn_variadic_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
generic_test.v fix tests 2020-04-01 15:39:54 +02:00
if_expression_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
in_expression_test.v jsgen: implement js backend 2020-04-15 23:16:49 +02:00
interface_test.v vfmt: add missing imports automatically 2020-04-12 17:45:04 +02:00
interfaces_map_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
live_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
local_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
map_to_string_test.v cgen: add map string generation 2020-04-22 04:00:38 +02:00
match_expression_for_types_test.v cgen: fix match expr multiline error 2020-04-13 13:05:38 +03:00
match_test.v fmt: single line matches 2020-04-17 20:51:19 +02:00
module_test.v cgen: fix &string cast; vfmt fixes 2020-04-07 18:51:44 +02:00
multiret_with_ptrtype_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
mut_test.v tests: fix mut_test; x64: sub32() 2020-04-21 05:49:03 +02:00
nameof_test.v v2: lots of minor test fixes 2020-04-01 17:14:21 +02:00
nested_map_test.v cgen: fix assignment to nested maps 2020-04-15 02:42:00 +02:00
num_lit_call_method_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
operator_overloading_with_string_interpolation_test.v tests: run vfmt 2020-04-12 01:41:26 +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_str_test.v cgen: printing pointer should print the address 2020-04-09 15:35:52 +02:00
pointers_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
print_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
prod_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
repeated_multiret_values_test.v tests: run vfmt 2020-04-12 01:41:26 +02: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 tests: run vfmt 2020-04-12 01:41:26 +02:00
shift_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
short_struct_param_syntax_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
static_arrays_using_const_for_size_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
str_gen_test.v cgen:gen_str_for_array 2020-04-19 10:42:34 +02:00
string_interpolation_array_test.v cgen:gen_str_for_array 2020-04-19 10:42:34 +02:00
string_interpolation_struct_test.v cgen: fix string_interpolation_struct_test.v error 2020-04-17 01:45:42 +02:00
string_interpolation_test.v cgen: fix string interpolation for non-standard integer types 2020-04-22 01:48:53 +02:00
string_interpolation_variadic_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
string_struct_interpolation_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
struct_chained_fields_correct_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
struct_test.v cgen: fix struct initialization bugs 2020-04-19 04:44:39 +02:00
sum_type_test.v match: shadow variable instead of it 2020-04-17 19:24:10 +02:00
type_alias_test.v tests: add new type alias syntax tests 2020-04-13 16:44:21 +02:00
type_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
typeof_simple_types_test.v cgen: generate typeof for functions 2020-04-16 21:04:27 +02:00
typeof_test.v cgen: generate typeof for functions 2020-04-16 21:04:27 +02:00
voidptr_to_u64_cast_a_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
voidptr_to_u64_cast_b_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00
working_with_an_empty_struct_test.v tests: run vfmt 2020-04-12 01:41:26 +02:00