1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests
2020-03-31 19:59:41 +02:00
..
bench move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
inout move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 fix repl tests 2020-03-27 20:49:20 +01:00
valgrind valgrind tests: skip C warnings for now 2020-03-25 21:46:46 +01:00
array_to_string_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
asm_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 compiler: use type unresolved for unresolved consts 2020-03-29 19:26:55 +02:00
cstrings_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
defer_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
generic_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
if_expression_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
in_expression_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
interface_test.v v2: initial interface support; fix enum_hex_test.v 2020-03-31 19:59:41 +02:00
interfaces_map_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
module_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
option_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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 move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01: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