| .. |
|
bench
|
…
|
|
|
inout
|
cli: show help for empty root command (#6636)
|
2020-10-17 19:06:27 +03:00 |
|
local
|
…
|
|
|
modules
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
prod
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
project_with_c_code
|
…
|
|
|
project_with_c_code_2
|
docs,tests: add project_with_c_code_2 (passing structs from C to V to C)
|
2020-10-20 17:59:48 +03:00 |
|
project_with_modules_having_submodules
|
…
|
|
|
project_with_tests_for_main
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
repl
|
checker: update tests
|
2020-10-15 12:39:32 +02:00 |
|
valgrind
|
gg: vfmt gg.v
|
2020-11-21 00:04:29 +01:00 |
|
anon_fn_test.v
|
tests: fix sporadic waitgroup failure on slow windows VMs in anon_fn_test.v
|
2020-09-11 16:00:24 +03:00 |
|
array_equality_test.v
|
…
|
|
|
array_init_test.v
|
…
|
|
|
array_slice_test.v
|
gen: fix slicing mutable arguments (#6596)
|
2020-10-10 12:03:23 +02:00 |
|
array_to_string_test.v
|
gen: bytes array print not ending prematurely when null byte (#6401)
|
2020-09-18 01:12:32 +02:00 |
|
as_cast_is_expr_sumtype_fn_result_test.v
|
cgen: fix `as` cast when sumtype is the result of a function call (#6537)
|
2020-10-03 05:04:15 +02:00 |
|
asm_test.v
|
…
|
|
|
assert_sumtype_test.v
|
…
|
|
|
assert_with_newlines_test.v
|
cgen: encode newlines as \n in the assert meta information
|
2020-11-01 17:01:45 +02:00 |
|
assign_bitops_with_type_aliases_test.v
|
checker: allow &=,|=,^=,%= on an integer number type aliases
|
2020-10-04 15:29:09 +03:00 |
|
attribute_test.v
|
…
|
|
|
autolock_array1_test.v
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
|
autolock_array2_test.v
|
…
|
|
|
backtrace_test.v
|
…
|
|
|
blank_ident_test.v
|
…
|
|
|
cast_to_byte_test.v
|
checker: allow &=,|=,^=,%= on an integer number type aliases
|
2020-10-04 15:29:09 +03:00 |
|
complex_assign_test.v
|
…
|
|
|
comptime_bittness_and_endianess_test.v
|
…
|
|
|
comptime_for_test.v
|
vfmt: fix `$for method in App.methods {}` turning to App(methods)
|
2020-11-14 12:24:46 +02:00 |
|
comptime_if_test_support_test.v
|
…
|
|
|
const_embed_test.v
|
…
|
|
|
const_init_order_test.v
|
…
|
|
|
const_test.v
|
…
|
|
|
conversions_test.v
|
checker: disallow casting to bool, use `some_int != 0` instead (#6138)
|
2020-08-19 14:37:55 +02:00 |
|
cross_assign_test.v
|
…
|
|
|
cstrings_test.v
|
…
|
|
|
defer_test.v
|
…
|
|
|
differently_named_structs_test.v
|
…
|
|
|
double_ref_deref_test.v
|
…
|
|
|
enum_array_field_test.v
|
…
|
|
|
enum_bitfield_test.v
|
…
|
|
|
enum_default_value_in_struct_test.v
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
enum_hex_test.v
|
…
|
|
|
enum_test.v
|
…
|
|
|
fixed_array_init_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
fixed_array_test.v
|
cgen: implement fixed array `.len` property (#6212)
|
2020-08-25 08:48:28 +02:00 |
|
fixed_array_to_string_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
fn_assignment_test.v
|
…
|
|
|
fn_cross_assign_test.v
|
…
|
|
|
fn_expecting_ref_but_returning_struct_test.v
|
…
|
|
|
fn_expecting_ref_but_returning_struct_time_module_test.v
|
…
|
|
|
fn_high_test.v
|
…
|
|
|
fn_multiple_returns_test.v
|
…
|
|
|
fn_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
fn_type_aliases_test.v
|
cgen: fix for `type FdfFn = fn(...) (x,y)`
|
2020-10-11 09:53:35 +03:00 |
|
fn_variadic_test.v
|
v test-fmt: reformat some skipped files, comment on the remaining ones
|
2020-10-15 00:39:09 +03:00 |
|
for_loops_2_test.v
|
parser: disallow match expr at certain places (#6490)
|
2020-10-03 16:30:58 +03:00 |
|
for_loops_test.v
|
cgen: fix for mut val and enable the test
|
2020-10-14 13:34:49 +02:00 |
|
generic_fn_infer_modifier_test.v
|
checker: infer T from parameter of type `[]T` (#6611)
|
2020-10-13 15:15:25 +03:00 |
|
generic_fn_infer_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
generic_fn_returning_type_with_T_test.v
|
cgen: remove .replace('T', ...)
|
2020-11-14 10:36:59 +02:00 |
|
generics_test.v
|
checker: support ?T, &T generic return types (#6772)
|
2020-11-07 18:27:10 +02:00 |
|
goto_test.v
|
…
|
|
|
if_expression_test.v
|
…
|
|
|
if_smartcast_test.v
|
tests: cleanup if_smartcast_test.v
|
2020-09-11 22:00:13 +03:00 |
|
in_expression_test.v
|
builtin: fix `in` for various numeric types (#6311)
|
2020-09-06 12:45:02 +02:00 |
|
int_cmp_test.v
|
…
|
|
|
interface_test.v
|
builder: handle bad extensions and support .vv
|
2020-08-25 13:32:27 +02:00 |
|
interfaces_map_test.v
|
…
|
|
|
interop_test.v
|
…
|
|
|
live_test.v
|
tests: turn off live_test.v on macos for now (due to frequent false positives)
|
2020-10-18 19:45:49 +03:00 |
|
local_test.v
|
…
|
|
|
map_and_array_with_fns_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
map_equality_test.v
|
…
|
|
|
map_to_string_test.v
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
match_expression_for_types_test.v
|
…
|
|
|
match_sumtype_var_shadow_and_as_test.v
|
…
|
|
|
match_test.v
|
cgen: fix using brackets for match expression (#6768)
|
2020-11-07 14:47:27 +01:00 |
|
module_test.v
|
…
|
|
|
module_type_cast_test.v
|
…
|
|
|
multiple_assign_test.v
|
…
|
|
|
multiret_with_ptrtype_test.v
|
…
|
|
|
mut_test.v
|
…
|
|
|
named_break_continue_test.v
|
gen: implement labelled break and continue (retry) (#6887)
|
2020-11-20 12:23:48 +01:00 |
|
nested_map_test.v
|
cgen: fix setting nested map elements fields (#6744)
|
2020-11-06 16:32:44 +02:00 |
|
num_lit_call_method_test.v
|
…
|
|
|
operator_overloading_with_string_interpolation_test.v
|
…
|
|
|
option_default_values_test.v
|
…
|
|
|
option_if_assign_and_fallthrough_test.v
|
…
|
|
|
option_in_loop_test.v
|
tests: add tests for continue/break in last statement of an `or{}`
|
2020-11-02 12:54:45 +02:00 |
|
option_print_errors_test.v
|
…
|
|
|
option_test.v
|
…
|
|
|
option_void_test.v
|
…
|
|
|
parser_line_test.v
|
…
|
|
|
pointers_str_test.v
|
…
|
|
|
pointers_test.v
|
…
|
|
|
print_test.v
|
…
|
|
|
prod_test.v
|
…
|
|
|
ptr_arithmetic_test.v
|
…
|
|
|
repeated_multiret_values_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
return_voidptr_test.v
|
…
|
|
|
reusable_mut_multiret_values_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
run_v_code_from_stdin_test.v
|
ci: fix failing windows test run_v_code_from_stdin_test.v (2)
|
2020-11-20 16:57:44 +02:00 |
|
semaphore_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
semaphore_timed_test.v
|
checker/channels: check `mut`/`&` state of transmitted objects (#6315)
|
2020-09-06 21:24:41 +02:00 |
|
shared_array_test.v
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
|
shared_lock_2_test.v
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
|
shared_lock_3_test.v
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
|
shared_lock_4_test.v
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
|
shared_lock_test.v
|
parser: enable module auto import (of `sync`) (#6271)
|
2020-08-31 10:44:39 +02:00 |
|
shift_test.v
|
parser: require assign on type alias (#6477)
|
2020-09-25 12:02:32 +02:00 |
|
short_struct_param_syntax_test.v
|
…
|
|
|
sizeof_2_test.v
|
…
|
|
|
sizeof_test.v
|
…
|
|
|
static_arrays_using_const_for_size_test.v
|
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
|
2020-10-26 14:41:57 +02:00 |
|
str_gen_test.v
|
gen: add prefix when printing type aliases (#6701)
|
2020-11-03 14:13:35 +01:00 |
|
string_interpolation_array_test.v
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
string_interpolation_floats_test.v
|
interpolation: support '' (rounding like in C)
|
2020-10-16 17:28:11 +03:00 |
|
string_interpolation_multi_return_test.v
|
…
|
|
|
string_interpolation_of_array_of_structs_test.v
|
checker: default field fixes
|
2020-09-09 14:05:56 +02:00 |
|
string_interpolation_struct_test.v
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
string_interpolation_test.v
|
cc: add support for tcc backend on windows-i386 (#6297)
|
2020-09-08 15:15:35 +02:00 |
|
string_interpolation_variadic_test.v
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
string_struct_interpolation_test.v
|
…
|
|
|
struct_allow_both_field_defaults_and_skip_flag_test.v
|
…
|
|
|
struct_chained_fields_correct_test.v
|
…
|
|
|
struct_embed_test.v
|
fmt: handle "it" in lambdas
|
2020-10-30 07:35:44 +01:00 |
|
struct_test.v
|
…
|
|
|
sum_type_test.v
|
…
|
|
|
sumtype_calls_test.v
|
…
|
|
|
sumtype_str_test.v
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
|
supports__likely__test.v
|
…
|
|
|
type_alias_str_method_override_test.v
|
parser: require assign on type alias (#6477)
|
2020-09-25 12:02:32 +02:00 |
|
type_alias_test.v
|
parser: require assign on type alias (#6477)
|
2020-09-25 12:02:32 +02:00 |
|
type_name_test.v
|
parser: implement `T.name` for generic types (#6783)
|
2020-11-09 14:35:26 +01:00 |
|
type_promotion_test.v
|
checker: implement implicit conversions/promotions to `rune` (#6249)
|
2020-08-29 01:59:07 +02:00 |
|
typeof_simple_types_test.v
|
…
|
|
|
typeof_test.v
|
gen: implement type_name method for sum type instances (#6802)
|
2020-11-14 13:59:03 +02:00 |
|
union_sum_type_test.v
|
parser: smartcast mutable selector (#6881)
|
2020-11-19 21:05:10 +01:00 |
|
unsafe_test.v
|
checker: add check against `fn test_opt() ?{}`
|
2020-11-20 15:12:53 +02:00 |
|
vargs_auto_str_method_and_println_test.v
|
…
|
|
|
vmod_parser_test.v
|
tests: enable running `v test .` inside vlib/v/ too
|
2020-09-18 19:20:01 +03:00 |
|
voidptr_to_u64_cast_a_test.v
|
…
|
|
|
voidptr_to_u64_cast_b_test.v
|
…
|
|
|
working_with_an_empty_struct_test.v
|
…
|
|