0 branches
Tree
Top files
Clone with HTTPS:
aliased_interface_methods_test.v
cgen: fix codegen for alias type interface methods (fix #22901) (#22902)
1 year ago
644 bytes
aliased_static_method_test.v
parser,checker: improve static method call resolution (fix #22773) (#22787)
1 year ago
143 bytes
anon_c_keywords_closure_test.v
cgen: fix C name mangling with inherited closure vars (fix #22262) (#22263)
1 year ago
407 bytes
anon_fn_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
138 bytes
anon_fn_decl_inside_ternary_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
340 bytes
anon_fn_decl_with_anon_fn_params_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
219 bytes
anon_fn_direct_call_with_option_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
239 bytes
anon_fn_fixed_arr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
453 bytes
anon_fn_in_containers_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
703 bytes
anon_fn_in_generic_call_with_match_and_inner_generic_call_test.v
all: super_batch6 fixes
last Apr 17
691 bytes
anon_fn_option_call_in_if_expr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
452 bytes
anon_fn_option_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
301 bytes
anon_fn_redefinition_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
407 bytes
anon_fn_returning_question_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
670 bytes
anon_fn_test.v
checker: do not force the declaration of unused callback params (fixes #24460)
last Apr 15
1.38 KB
anon_fn_with_array_arguments_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
403 bytes
anon_fn_with_nested_anon_fn_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
203 bytes
anon_fn_with_option_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
494 bytes
anon_with_prefix_test.v
cgen: fix fnptr indirections declaration (fix #25940) (#25987)
last Dec 19
221 bytes
array_fixed_unresolved_ret_test.v
checker: fix array fixed unresolved return check and resolver (fix #25774) (#25790)
last Nov 21
187 bytes
call_args_variadic_sumtype_test.v
checker: always use ... prefix when passing array to vararg (#25428)
last Oct 6
301 bytes
call_args_variadic_sumtype_with_it_array_variant_test.v
checker,cgen: fix variadic call on sumtype with array of itself (fix #25898) (#25964)
last Dec 14
424 bytes
call_nested_test.v
checker: remove redundant callexpr `c.expr(mut node.left)` rechecks for `ast.CallExpr` (fix #24353) (#24380)
1 year ago
511 bytes
call_on_anon_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1019 bytes
call_option_param_test.v
cgen: fix if codegen when func parameter is option type (fix #24813) (#24816)
1 year ago
226 bytes
call_or_empty_block_test.v
checker: fix missing or-block check for callexpr (fix #22835) (#22840)
1 year ago
148 bytes
call_result_test.v
cgen: fix codegen for handling multiple return result type on call (fix #24341) (#24344)
1 year ago
343 bytes
call_struct_params_with_keyword_test.v
parser: allow keyword as struct param key on fn call (fix #24957) (#24958)
last Jul 23
161 bytes
call_to_str_on_option_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
633 bytes
call_with_nil_test.v
cgen: fix codegen inconsistency handling `nil` param to arg expecting ptr (fix #24491) (#24503)
1 year ago
292 bytes
calling_module_functions_with_maps_of_arrays_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
271 bytes
closure_context_boehm_root_test.c.v
builtin: add closure lifetime reclamation (#27483)
last Jun 19
3.08 KB
closure_context_skip_unused_test.v
tests: skip closure boehm steps when libgc is unavailable (fix ubuntu-musl CI)
last Jun 20
2.55 KB
closure_data_with_gc_test.c.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
379 bytes
closure_direct_call_reuses_slot_test.c.v
cgen: fix memory leak when using closures (fixes #21019)
last Apr 15
891 bytes
closure_fn_arg_in_map_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
503 bytes
closure_in_if_guard_1_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
218 bytes
closure_in_if_guard_2_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
262 bytes
closure_lifetime_api_test.v
tests: skip closure boehm steps when libgc is unavailable (fix ubuntu-musl CI)
last Jun 20
37.03 KB
closure_of_instance_method_passed_to_voidptr_parameter_test.v
checker: reallow passing closures as voidptr parameters with no warning, to enable convenient interfacing with C libs
1 year ago
1.26 KB
closure_of_method_defined_on_alias_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
208 bytes
closure_option_direct_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
159 bytes
closure_struct_init_cov_regression_test.v
cgen: fix V test coverage running against lilly lib results in C generation error (fixes #24842)
last Feb 26
838 bytes
closure_test.v
cgen: fix C compiler error with arrays.filter_indexed (fixes #26959)
last Apr 23
8.01 KB
closure_variable_in_smartcast_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
418 bytes
closure_with_fixed_array_var_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
251 bytes
closure_with_sumtype_var_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.23 KB
const_call_or_expr_test.v
cgen: fix callexpr or-expr codegen on const decl (fix #23029) (#23043)
1 year ago
282 bytes
cross_method_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
296 bytes
decompose_variadic_test.v
v.tests: fix arrays: buggy result for arrays.concat/2, and a runtime panic with `-gc none` (fixes #17845)
last Apr 23
1.01 KB
filter_in_map_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
96 bytes
filter_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
489 bytes
fixed_array_on_voidptr_test.v
checker: fix arbitrary pointers in safe code (fixes #25247)
last Mar 25
206 bytes
fixed_array_result_return_test.v
cgen: fix codegen for returning a fixed array as a result (fix #22894) (#22896)
1 year ago
695 bytes
fn_assignment_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
899 bytes
fn_call_comptime_array_arg_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
480 bytes
fn_call_fixed_array_literal_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
150 bytes
fn_call_generic_array_arg_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
191 bytes
fn_call_interface_args_test.v
ci: run `v -W -silent test-self vlib` on linux, so deprecations/warnings introduced in PRs, can fail (and be fixed) earlier (#25955)
last Dec 13
250 bytes
fn_call_mut_array_of_aliases_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
421 bytes
fn_call_mut_ref_args_test.v
checker: fix call with mut arg with different pointer levels (fix #23157) (#23428)
1 year ago
365 bytes
fn_call_mut_sumtype_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
869 bytes
fn_call_using_anon_fn_call_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
320 bytes
fn_call_with_newline_opening_brace_test.v
ci: run `v -W -silent test-self vlib` on linux, so deprecations/warnings introduced in PRs, can fail (and be fixed) earlier (#25955)
last Dec 13
805 bytes
fn_cross_assign_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.61 KB
fn_expecting_ref_but_returning_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
380 bytes
fn_expecting_ref_but_returning_struct_time_module_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
517 bytes
fn_fixed_array_ret_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.47 KB
fn_generic_resolve_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
598 bytes
fn_heap_promoted_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
247 bytes
fn_high_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
2.46 KB
fn_index_direct_call_test.v
parser: fix calling function wrapped in a parexpr (fixes #22652)
last Apr 21
752 bytes
fn_literal_type_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
574 bytes
fn_multi_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
776 bytes
fn_multiple_returns_test.v
tests: cover multi-return if with bare function value
last Jun 27
3.59 KB
fn_mut_arg_of_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
335 bytes
fn_mut_arg_of_interface_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
377 bytes
fn_mut_arg_of_sumtype_ref_test.v
checker: fix call with mut arg with different pointer levels (fix #23157) (#23428)
1 year ago
434 bytes
fn_mut_args_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.22 KB
fn_mut_interface_param_impl_receiver_test.v
checker: fix wrong check error when using `mut` + `interface` in function parameter (fixes #26159)
last Apr 14
724 bytes
fn_optional_arg_alias_optional_param_test.v
tests: move newer fn tests to vlib/v/tests/fns/
last Jul 26
73 bytes
fn_ptr_call_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
293 bytes
fn_ptr_deref_test.v
cgen: fix fnptr indirections declaration (fix #25940) (#25987)
last Dec 19
170 bytes
fn_return_alias_of_ptr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
242 bytes
fn_return_fn_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
333 bytes
fn_return_match_expr_with_result_test.v
checker: check fn return void fn call (no value) (fix #22389) (#22404)
1 year ago
731 bytes
fn_return_mut_sumtype_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
282 bytes
fn_return_opt_or_res_of_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
193 bytes
fn_return_result_fixed_array_return_fn_propagate_result_test.v
cgen: clean code in return stmt (fix #25968) (#26118)
last Dec 25
813 bytes
fn_return_typeof_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
168 bytes
fn_shared_return_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
914 bytes
fn_type_aliases_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
371 bytes
fn_type_call_of_match_expr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
439 bytes
fn_type_only_argument_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
259 bytes
fn_var_name_using_reserved_test.v
cgen: use c_fn_name for fn-variable signatures and closure captures (fix #27109) (#27259)
last May 25
568 bytes
fn_variadic_test.v
cgen: fix error when trying to convey a variadic argument (fixes #22049)
last Feb 26
2.53 KB