0 branches
Tree
Top files
Clone with HTTPS:
conditions
checker: fix Error in return `none` from or block inside `match` (fixes #17422)
last Apr 23
74.01 KB
project_issue_15724
cgen: fix not finding structure defined in a separate file (fixes #15724)
last Mar 25
243 bytes
project_issue_21476
checker: fix generic resolve for external module generic static method call (fix #21476) (#25634)
last Oct 31
300 bytes
project_issue_27078
checker: overwrite stale unresolved fixed-array sym for struct fields (fix #27078) (#27081)
last May 7
278 bytes
project_with_c_code_ct_ifs
checker: fix undeclared c constant not being checked (fixes #15893)
last Mar 25
225 bytes
project_with_modules_having_submodules
all: replace "NB:" with "Note:" (docs/comments)
4 years ago
3.0 KB
unions
cgen: fix invalid memory access printing union containing interface member (fixes #25953)
last Apr 21
1.24 KB
builtin_strings_and_interpolation
cgen: fix println(struct) unhandled exception 0xc00000fd (fixes #19178)
last Apr 21
47.33 KB
c_function_mut_param
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
579 bytes
create_dll
cgen,dl: remove workaround in `dl`, generate a DllMain() in cgen instead for `-shared` on windows (#23961)
1 year ago
1.32 KB
filtering_tests
tools: use the same same skipping logic for the platform specific _test.v files in `v test-self` too (#20815)
2 years ago
497 bytes
known_errors
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
1.93 KB
no_closures
pref,cgen: add `-no-closures` option to detect closure usage earlier (for emscripten or for less well supported platforms) (#25565)
last Oct 22
914 bytes
pointers
cgen: fix incorrect casting of pointers to interface or sumtype (fixes #24309)
last Apr 21
19.17 KB
printing_c_structs
ci: revert the changes in f665055 for vlib/v/tests/printing_c_structs/ too
last Jan 27
479 bytes
project_importing_v_keywords
tests: add more tests for importing @keyword as function names, and for V enums with c++ keyword field names (#23696)
1 year ago
2.55 KB
project_issue_15811
checker: fix private C definition causing compile error if importing `os` earlier than others (fixes #15811)
last Apr 14
347 bytes
project_issue_26873
v.tests: fix Compiler thinks there is an @ at line 3 of a file every time. (fixes #26873)
last Apr 23
1.21 KB
project_with_c_code
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
1.04 KB
project_with_c_code_3
ci: remove the `// vtest flaky: true` tags from the remaining tests (#24379)
last Jun 19
1.2 KB
project_with_cpp_code
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
1016 bytes
serialisation
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.24 KB
structs
cgen: pointer compare instead of deep struct_eq when one side is &lvalue (fixes #27089)
last May 8
64.92 KB
templates
veb: fix response being sent twice over one connection (fixes #23715)
last Apr 15
17 bytes
generic_calls
all: fix add checker error when non-explicitly downcasting integers internally (fixes #23695)
last Apr 23
1.87 KB
alias_cast_to_fixed_array_test.v
cgen: fix fixed array option cast with `none` (fix #23164) (#23168)
1 year ago
343 bytes
array_insert_array_fixed_test.v
checker: allow fixed array where voidptr is expected (fix #23090) (#23100)
1 year ago
91 bytes
array_map_anon_return_fixed_array_test.v
cgen,checker: fix array map anon fn return fixed array (fix #25928) (#25977)
last Dec 15
303 bytes
arrays_reverse_ref_test.v
cgen: fix array.contains() when right is ref (fix #26253) (#26255)
last Jan 4
161 bytes
at_in_url_template.html
parser: fix wrong replacing of @ to $ in links in html vweb templates (fixes #11978)
last Apr 15
229 bytes
autofree_discarded_call_return_value_test.v
autofree: disable leak detection in some tests for now (#26748)
last Mar 19
519 bytes
autofree_if_expr_call_arg_with_struct_init_test.v
autofree: disable leak detection in some tests for now (#26748)
last Mar 19
668 bytes
autofree_result_method_chain_test.v
checker: fix autofree crash with option/result method chains (#26694)
last Mar 7
528 bytes
backtrace_test.v
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
5 years ago
126 bytes
c_array_test.c.v
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
630 bytes
c_errno_name_clash_test.c.v
cgen: Assigning C.var to var triggers a compiler bug. (fixes #15971)
last Apr 14
196 bytes
c_struct_with_reserved_field_name_test.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
335 bytes
chan_same_fn_name_test.v
cgen: fix thread struct name for same fn var name on different scope (fix #21746) (#23261)
1 year ago
355 bytes
clash_var_fn_name_test.v
checker: fix byte/u8 array param type checking and var-fn name clash (fixes #26492)
last Feb 26
7.38 KB
closure_with_fn_ref_var_test.v
cgen: fix fn_var_signature() allow option type (fix #26088) (#26120)
last Dec 25
713 bytes
comptime_pseudo_fn_with_dollar_test.v
comptime: convert some useful functions like dump to comptime fns (fixes #22864)
last Feb 26
595 bytes
debugger_reserved_arg_name_test.v
cgen: fix bad function argument name causes compilation error (fixes #26746)
last Mar 25
800 bytes
empty_array_push_test.v
checker: fix empty array append multi dims (fix #23092) (#23096)
1 year ago
361 bytes
failing_tests_test.v
all: fix testsuite `after_each` and `before_each` functions (fixes #19699)
last Apr 23
5.57 KB
fixed_array_2_dims_init_test.v
cgen: fix array fixed code generation for more than 1 dimension (fix #22866) (#22876)
1 year ago
317 bytes
fixed_array_init_with_option_array_test.v
cgen: fix fixed array with option dynamic elem not compiling (fixes #25460)
last Apr 15
334 bytes
fixed_array_on_array_test.v
checker: fix passing fixed array [n]t to generic function expecting []t (fixes #26899)
last Apr 21
744 bytes
fixed_array_update_embed_expr_test.v
cgen: fix struct update embed expr for fixed arrays (fix #22999) (#23040)
1 year ago
404 bytes
fn_field_ref_param_struct_init_test.v
ast: fix initializing fn field with matching fn function with ref params (fixes #16291)
last Mar 25
387 bytes
for_in_iterator_next_test.v
v.tests: fix how can I pass a Iterable as function argument ? (fixes #13603)
last Apr 23
2.33 KB
global_fixed_arr_init_test.v
tests: fix some of the notices/warnings/errors discovered through `find . |grep _test.v$ |xargs -i ./v -g -keepc -skip-running {}`
last Jul 23
725 bytes
global_init_array_test.v
cgen: fix codegen for global array passed as mut (fix #23873) (#23881)
1 year ago
333 bytes
hyphenated_module_path_test.v
v.util: compilation error if theres "-" in path to executed file (fixes #17764)
last Mar 11
918 bytes
if_expr_in_or_block_test.v
checker: fix clang build error with if expr in or block (fixes #15214)
last Mar 25
2.24 KB
import_order_1_test.v
checker: revise logic for reporting import conflicts with module names (#24539)
1 year ago
324 bytes
imported_symbols_test.v
tests: remove `module main` from tests, that do not need to be internal
3 years ago
779 bytes
index_on_loop_test.v
cgen: fix codegen for index expr on for loop with branchstmt (fix #22760) (#24289)
1 year ago
92 bytes
indexexpr_with_if_expr_test.v
checker: fix index expr that left is if expr (fix #22654) (#22661)
1 year ago
194 bytes
infix_expr_and_or_operate_unnecessary_eval_test.v
cgen: fix shortcircuiting of infix and/or expressions (#21740)
1 year ago
266 bytes
infix_expr_with_overflow_test.v
cgen: fix infix expr with number overflow (fix #18905) (#18936)
2 years ago
180 bytes
interface_generic_implements_test.v
checker: fix Generic method unable to implement an interface with a different interface passed as argument (fixes #20670)
last Apr 23
1.4 KB
interop_test.c.v
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
354 bytes
keyword_escaping_test.v
cgen: add `true` and `false` to C reserved words (#13781)
4 years ago
131 bytes
last_stmt_fn_call_or_expr_test.v
parser: fix last stmt is fn call in or_expr (fix #25732) (#25739)
last Nov 14
241 bytes
mark_as_referenced_test.v
tests: remove `module main` from tests, that do not need to be internal
3 years ago
288 bytes
match_branch_par_expr_test.v
checker: remove () from match branch exprs (fix #25950) (#25952)
last Dec 13
433 bytes
match_on_return_test.v
cgen: fix codegen for match on return (fix #23661) (#23851)
1 year ago
427 bytes
module_test.v
time: update unix time acces, fix issues related to deviating unix times (#21293)
2 years ago
896 bytes
multiret_with_maps_test.v
v.checker: fix panic for `a, b, c = fn_returning_several_maps()`
4 years ago
353 bytes
mut_arg_struct_pointer_rebind_test.v
cgen: fix modifying a struct pointer by passing it as mut to a function (fixes #17788)
last Feb 26
668 bytes
nest_defer_fn_test.v
checker: forbid leaving function from inside `defer` block (#10285)
5 years ago
311 bytes
nested_fors_with_labels_test.v
checker: support nested labeled for statements (#21658)
2 years ago
1.56 KB
nested_if_return_test.v
cgen: fix codegen for nested if on return (fix #23723) (#23729)
1 year ago
760 bytes
nested_or_in_assign_decl_test.v
cgen: fix nested or in assign decl (fix #25864) (#25865)
last Dec 1
257 bytes
old_generic_scanner_test.v
scanner: remove old generic check logic (fix #25959) (#25997)
last Dec 18
167 bytes
or_block_result_cast_test.v
checker: validate or-block defaults before outer casts (#27059)
last May 2
2.32 KB
orm_bulk_insert_update_test.v
orm: add bulk insert/update support with CASE WHEN batch updates, MySQL time conversion, and checker/codegen validation (#27132)
last May 13
3.25 KB
orm_enum_test.v
orm: fix tcc undefined symbol error with orm enums (fixes #19818)
last Mar 25
1.28 KB
orm_if_expr_value_test.v
parser: allow using orm as a value in `if` expressions (fixes #23680)
last Apr 14
692 bytes
orm_option_field_issue_18333_test.v
checker: orm, checker: error when using options fields (fixes #18333)
last Apr 14
536 bytes
parser_line_test.v
parser: require `(` on same line as name token for fn call or cast (#6160)
5 years ago
129 bytes
plugin_interface_shared_library_test.v
cgen: fix plugin creation not being called properly (fixes #20047)
last Mar 25
2.11 KB
project_issue_26873_check_test.v
v.tests: fix Compiler thinks there is an @ at line 3 of a file every time. (fixes #26873)
last Apr 23
311 bytes
range_expr_logical_and_test.v
parser: fix range expr precedence on compound logical and operator (fix #24252) (#24275)
1 year ago
180 bytes
raw_string_ending_withs_backslash_test.v
scanner: fix raw string endingwiths backslash (fix #25455) (#25456)
last Oct 7
250 bytes
reserved_keyword_asm_test.v
cgen: add `asm` to c_reserved, fixes compilation of `struct Abc { @asm int }` (#22340)
1 year ago
252 bytes
reserved_keywords_as_struct_field_test.v
tests: add missing license info for reserved_keywords_as_struct_field_test.v (#23817)
1 year ago
1.21 KB
reserved_keywords_if_guard_test.v
cgen: fix c error when use reserved keyword as if guard var (#12871)
4 years ago
209 bytes
result_call_or_block_with_stmts_test.v
checker: fix result call or_block with multi-statements (fix #21504) (#21717)
1 year ago
410 bytes
results_multi_return_test.v
checker: fix return error with multi_return optional (#16250)
3 years ago
355 bytes
return_error_in_if_expr_test.v
checker: fix returning error in if expr (#17783)
3 years ago
345 bytes
return_if_expr_with_custom_error_test.v
checker: fix returning if expr with custom error (#17265)
3 years ago
218 bytes
return_map_index_with_or_block_test.v
checker: fix return map index with or_block (#20544)
2 years ago
414 bytes
return_match_expr_of_sumtype_result_test.v
vfmt: change all '$expr' to '${expr}' (#16428)
3 years ago
369 bytes
return_option_call_in_non_option_fn_test.v
cgen: fix returning option call in non-option fn (#20943)
2 years ago
206 bytes
reusable_mut_multiret_values_test.v
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
5 years ago
463 bytes
script_with_no_extension
tests: add missing script_with_no_extension, add exception for /tmp.* files in .gitignore
3 years ago
61 bytes
selector_call_with_reserved_c_name_test.v
cgen: fix selector call with reserved c name (fix #23170) (#23175)
1 year ago
214 bytes
selectorexpt_field_name_test.v
parser: fix close_scope() missing, when field.name is `sort` or `sorted` (fix#20436) (#20485)
2 years ago
273 bytes
shared_int_assign_test.v
checker: allow assign to a shared int var (fix #25986) (#25988)
last Dec 17
201 bytes
shared_library_system_link_test.v
pref: fix undefined reference to tcc_backtrace when linking (fixes #23198)
last Mar 25
1.41 KB
shift_test.v
checker: fix type promotion not working with bitwise operators (fixes #9943)
last Apr 14
2.54 KB
struct_init_field_call_or_block_test.v
cgen: fix os.File.seek() not generating correct C code for mode parameter (fixes #12003)
last Apr 14
1.13 KB
sumtype_array_push_array_variant_test.v
checker: error behavior in array of sumtype has array subtype (fixes #26363)
last Mar 11
1.71 KB
sumtype_init_by_name_test.v
v: allow sumtype init by variant comptime var `T(v)` / `SumType(v)` (#22664)
1 year ago
566 bytes
tcc_arm64_atomic_fence_test.v
thirdparty: fix tcc __atomic_thread_fence (fix #25856) (fix #26158) (#26185)
last Jan 3
239 bytes
testcase_leak.vv
ci,tests: silence compilation warning for vlib/v/tests/testcase_leak.vv
1 year ago
339 bytes
tmpl_escape_test.v
parser: fix wrong replacing of @ to $ in links in html vweb templates (fixes #11978)
last Apr 15
495 bytes
tmpl_script_tag_interpolation_test.v
tests: remove `module main` from tests, that do not need to be internal
3 years ago
938 bytes
tmpl_test.v
parser: fix errors using conditionals in vweb templates (fixes #19475)
last Apr 14
4.27 KB
tmpl_with_double_quotes_test.v
v.parser: allow double quotes in @include template directives (#20628)
2 years ago
141 bytes
typeof_indirections_test.v
v: add `typeof(var).indirections` and `T.indirections` (#22805)
1 year ago
373 bytes
unicode_escape_test.v
checker: fix missing check for escape char on unicode checker (#22462)
1 year ago
145 bytes
var_name_using_type_test.v
parser: allow for variable name using keyword 'type' (#22512)
1 year ago
263 bytes
var_type_is_checking_test.v
all: comptime type lowercase ($int, $enum, $option, etc) (#17732)
3 years ago
573 bytes
veb_html_return_in_or_block_test.v
v.tests: fix Veb early return with $veb.html not working (fixes #25447)
last Apr 23
1.25 KB
vmodules_package_compile_regression_test.v
builder: fix module builder error (fixes #20147)
last Apr 15
3.18 KB
array_fixed_filter_test.v
v: add a fixed array `filter()` method (fix #25469) (#25479)
last Oct 12
557 bytes
array_fixed_none_init_test.v
parser,checker,cgen,fmt: fix array fixed option initialization (`none`) (complete #23164) (#23176)
1 year ago
318 bytes
array_len_int_alias_test.v
checker: allow int alias to be used as array `len` and `cap` (fix #23266) (#23272)
1 year ago
110 bytes
array_variant_arg_upcast_test.v
checker: fix array of variant not accepted for array of sumtype (fixes #24140)
last Mar 25
913 bytes
arrays_closure_fixed_array_test.v
cgen: fixed for in loop with generic fixed array (fix #23075) (#23101)
1 year ago
392 bytes
assert_alias_array_test.v
cgen: fix auto eq for fixed array (fix #23149) (#23169)
1 year ago
282 bytes
assert_short_circuit_test.v
cgen: fix short-circuit evaluation in asserts with || and && (#26777) (#26784)
last Apr 1
1.99 KB
autofree_arrays_reverse_iter_test.v
cgen,autofree: don't clone array fn args in struct field init, add test (#26709)
last Mar 16
320 bytes
autofree_generic_math_test.v
tests: add autofree vtest flags too to vlib/v/tests/autofree_generic_math_test.v (#26588)
last Feb 13
757 bytes
autofree_net_addr_len_test.v
autofree: disable leak detection in some tests for now (#26748)
last Mar 19
295 bytes
backtrace_addr2line_path_test.v
builder: addr2line: 'v': No such file, instead of meaningful output, when build fails due to internal bug (fixes #20768)
last Mar 11
1.43 KB
brace_for_block.tmpl
parser: fix for loop not working in $tmpl templates (fixes #23447)
last Mar 25
61 bytes
builtin_overflow_test.v
tests: skip some slow running tests on jobs that do not use tcc (only when the outputs/checked invariants *do not* depend on the used C compiler)
last Dec 7
4.28 KB
c_const_u8_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
268 bytes
c_shadowed_c_fn_call_test.v
cgen: fix function pointer expected error (fixes #22256)
last Mar 25
100 bytes
c_shadowed_c_fn_call_with_same_name_as_c_struct_test.c.v
cgen: fix c error from a name shadow using the same name as a C function in unsafe (fixes #17831)
last Apr 15
147 bytes
clash_var_name_of_array_and_map_test.v
vfmt: change all '$expr' to '${expr}' (#16428)
3 years ago
1.49 KB
complex_dim_fixed_array_test.v
parser: fix evaluation of fixed array size (fix #25404) (#25409)
last Sep 28
230 bytes
comptime_generic_comptime_variant_test.v
type_resolver: fix fn detection for comptime arg type (fix #23454) (#23456)
1 year ago
817 bytes
division_by_zero_runtime_test.v
cgen: add runtime guards for unsafe math operations (fixes #4261)
last Apr 15
1.66 KB
enum_packed_test.v
cgen: fix map with an Enum as key type, with size < 4 bytes on tcc (fix #23714) (#23738)
1 year ago
302 bytes
error_void_test.v
checker: fix !-propagating call to always-erroring function still requires placeholder return (fixes #26895)
last Apr 21
1006 bytes
fixed_array_2_dims_embed_test.v
cgen: fix update expr with embed fixed array with multiple dimensions (fix #23048) (#23049)
1 year ago
853 bytes
fixed_array_init_with_init_test.v
cgen: fix codegen for fixed array init with init using structinit (#24269)
1 year ago
287 bytes
fixed_array_multi_return_test.v
checker: fix codegen for multi return with array fixed (fix #24280) (#24282)
1 year ago
444 bytes
fixed_array_update_c_struct_alias_test.v
gg: Copy gg.Event results in runtime memory access error (fixes #24157)
last Mar 11
273 bytes
fixed_array_update_expr_test.v
cgen: fix array fixed on update expr and alias type to multi dimension of fixed array (fix #22971) (#22972)
1 year ago
524 bytes
for_brace_block_tmpl_test.v
parser: fix for loop not working in $tmpl templates (fixes #23447)
last Mar 25
442 bytes
generic_selector_ptr_test.v
cgen: fix codegen for generic selector expr (fix #22974) (#23132)
1 year ago
270 bytes
global_generic_sumtype_test.v
ast,cgen: fallback to field type when default_expr_typ is 0 (fix #25891) (#25903)
last Dec 6
174 bytes
html_comment_template.html
parser: V doesn't ignore variables in HTML comment template (fixes #12171)
last Mar 11
49 bytes
if_guard_elseif_test.v
checker: check fn call argument mismatch (fix #23016) (#23061)
1 year ago
444 bytes
import_aliases_test.v
checker: fix inability to use multiple `import some modname as _` in the same .v file (fix #19899) (#19900)
2 years ago
156 bytes
import_order_2_test.v
checker: revise logic for reporting import conflicts with module names (#24539)
1 year ago
324 bytes
in_op_array_fixed_test.v
cgen: fix `x in [...]!` operator with fixed arrays (fix #24082) (#24083)
1 year ago
183 bytes
indexexpr_with_anon_fn_test.v
cgen: fix codegen for indexing anon_fn (fix #23493) (#23495)
1 year ago
442 bytes
indexexpr_with_assign_test.v
cgen: fix code generated for indexexpr with complex assigning (#22203)
1 year ago
425 bytes
infix_autoderef_comparison_test.v
checker: sumtypes: V sometimes thinks 1 == &1 (hidden dereferencing that shouldn't be there?) (fixes #11543)
last Mar 11
199 bytes
init_global_test.v
tests: fix some of the notices/warnings/errors discovered through `find . |grep _test.v$ |xargs -i ./v -g -keepc -skip-running {}`
last Jul 23
3.26 KB
integer_size_test.v
v.gen.c: fix the :X string interpolation format for isize/usize on 64bit systems
4 years ago
412 bytes
interface_string_ref_arg_test.v
cgen: returned value differs from value to return (fixes #26346)
last Mar 11
2.0 KB
interop_test.js.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
249 bytes
keyword_as_params_field_test.v
parser: allow `type` as field type on params struct construction (fix #23091) (#23098)
1 year ago
275 bytes
last_stmt_semicolon_or_expr_test.v
checker: fix return 0; throwing unreachable code error (fixes #26916)
last Apr 21
322 bytes
left_shift_array_fixed_test.v
cgen: fix codegen for array append on indexexpr (fix #23156) (#23160)
1 year ago
145 bytes
match_array_fixed_test.v
cgen: fix codegen for array fixed comparison on MatchExpr (fix #23403) (#23415)
1 year ago
130 bytes
match_or_expr_test.v
tests: add test for or handling from result unexpected behavior (fixes #17850)
last Apr 21
755 bytes
module_type_cast_test.v
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
5 years ago
127 bytes
multi_return_nil_voidptr_test.v
checker: fix multi return using nil and voidptrfix (fix #17343) (#21144)
2 years ago
313 bytes
multiple_comptime_tmpl_in_one_fn_test.v
parser, cgen: fix multiple comptime tmpl in one function (#12757)
4 years ago
195 bytes
multiret_with_ptrtype_test.v
checker: do not allow &u8(0), force nil like we do with &Type(0)
1 year ago
313 bytes
multiret_with_sumtype_test.v
tests: remove `module main` from tests, that do not need to be internal
3 years ago
197 bytes
named_break_continue_test.v
os: deprecate os.exec (returning ?os.Result), in favour of os.execute, which returns os.Result (#8974)
5 years ago
459 bytes
nested_anonfunc_and_for_break_test.v
vfmt: change all '$expr' to '${expr}' (#16428)
3 years ago
229 bytes
nested_if_expr_method_call_test.v
checker: fix nested if expr method call (#21773)
1 year ago
808 bytes
nested_map_index_test.v
all: change index expr returning optional to result too (#16097)
3 years ago
253 bytes
nested_multiline_comments_test.v
scanner: fix nested multiline comments (#17859)
3 years ago
202 bytes
net_http_request_proxy_interpolation_test.v
net.http: fix `net.http.Request.proxy` is public but cannot be interpolated because `HttpProxy` is private and has no explicit `str()` (fixes #26938)
last Apr 23
370 bytes
or_block_endwiths_expr_test.v
checker: fix or block endwiths expr (fix #25329) (#25667)
last Nov 5
268 bytes
orm_array_field_test.v
orm: fix crash when working with array field (fix #22822) (#22824)
1 year ago
596 bytes
orm_create_several_tables_test.v
fmt: fix and simplify align of struct fields (#21995)
1 year ago
494 bytes
orm_generic_struct_select_test.v
checker: support passing generic types to orm select (fixes #24041)
last Apr 21
1.75 KB
orm_handle_error_for_select_from_not_created_table_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
289 bytes
orm_joined_tables_select_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
913 bytes
orm_stmt_wrong_return_checking_test.v
fmt: fix and simplify align of struct fields (#21995)
1 year ago
396 bytes
orm_table_name_test.v
vlib: enable more satnitized memleak detection runs without false positives on the CI (#23200)
1 year ago
300 bytes
orm_type_alias_test.v
orm: fix type alias not supported in table columns (fix #15478) (#24062)
1 year ago
683 bytes
parse_thread_type_test.v
parser: fix thread variable in struct causing inconsistent expecting type declaration error (fixes #25330)
last Feb 26
414 bytes
parse_type_of_ref_array_from_another_mod_test.v
parser: fix parse error in the type of a ref array when the element type is a structure of another mod(fix #19033) (#19039)
2 years ago
267 bytes
prefix_expr_test.v
checker: fix assert expression with -(-2) or +2 sub expression (fixes #26815)
last Apr 21
717 bytes
project_issue_15811_check_test.v
checker: fix private C definition causing compile error if importing `os` earlier than others (fixes #15811)
last Apr 14
300 bytes
project_issue_27078_run_test.v
checker: overwrite stale unresolved fixed-array sym for struct fields (fix #27078) (#27081)
last May 7
311 bytes
range_expr_with_int_test.v
v: support `in` expr with number ranges: `if var in 1..4 {` (fix #20352) (#22754)
1 year ago
626 bytes
reflection_attr_quotes_test.v
reflection: rework attrs handling (fixes #21537)
last Mar 25
697 bytes
repeated_multiret_values_test.v
tests: fix warnings when doing `./v -W -progress -check-syntax test-fixed`
5 years ago
260 bytes
reserved_keywords_array_test.v
checker: do now allow type name shadowing (#11401)
4 years ago
220 bytes
reserved_keywords_can_be_escaped_with_at_test.v
gen: fix C keyword escape to _v_ instead of just v_ (#10876)
4 years ago
282 bytes
resolve_generic_2_test.v
all: cleanup resolve_generic_to_concrete() and related methods (#22433)
1 year ago
384 bytes
result_with_index_expr_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
713 bytes
retry_test.v
tools: change `v test` to allow for `// vtest hide_retries` so that retry_test.v can hide its own (deliberate) retries
1 year ago
739 bytes
return_aliases_of_fixed_array_test.v
parser, checker, cgen: fix fn return alias of fixed array (#19116)
2 years ago
224 bytes
return_fixed_array_test.v
cgen: fix option/result fixed array init and related tests (#20384)
2 years ago
1.15 KB
return_in_lock_test.v
cgen: fix deadlock when returning multiple values in lock (#14014)
4 years ago
615 bytes
return_match_expr_of_sumtype_do_not_cast_to_ierror_test.v
checker: don't cast match branch structs to IError, when the return type of a function is !SumType (#22444)
1 year ago
1.2 KB
return_match_expr_with_custom_error_test.v
checker: fix returning match expr with custom error (#17413)
3 years ago
232 bytes
return_or_block_with_custom_error_test.v
checker: custom error without `IError()` crashes V (fixes #16921)
last Mar 11
307 bytes
run_v_code_from_stdin_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
1.0 KB
selector_as_cast_test.v
cgen: fix codegen for sumtype casting on selector on as cast with non pointer field (fix #23387) (#23391)
1 year ago
296 bytes
selector_generic_fn_test.v
checker: fix `f: app.method` field initialisation, for fn fields, initialised with generic methods (#22665)
1 year ago
321 bytes
selector_indexexpr_fn_type_assign_test.v
cgen: fix selector indexexpr with fntype on assignment (fix #22635) (#22637)
1 year ago
171 bytes
shared_int_default_val_test.v
cgen: allow init shared field with default value (fix #25990) (#25991)
last Dec 17
131 bytes
sizeof_packed_struct_union_const_test.v
checker: unexpected sizeof() result on union (fixes #23141)
last Mar 11
751 bytes
skip_sort_arg_check_test.v
parser: allow using `a`, `b` and `it` as var names, when using the builtin array methods (fix #25729) (#25755)
last Nov 17
982 bytes
sql_statement_inside_fn_call_test.v
vlib: enable more satnitized memleak detection runs without false positives on the CI (#23200)
1 year ago
383 bytes
static_vars_test.v
cgen: fix initializer element is not a compile-time constant (fixes #25684)
last Mar 25
775 bytes
sumtype_alias_init_by_variant_test.v
json2: features required for complete generic json implementation (fixes #25218)
last Mar 11
531 bytes
sumtype_default_common_field_test.v
cgen: Subtle runtime segfault on Linux x86_64 in GitHub actions CI (fixes #26121)
last Apr 14
681 bytes
test_global_init_test.v
cgen: allow asserts inside fns, called in const/global initialization, in test files (fix #24029) (#24031)
1 year ago
103 bytes
tmpl_dot_var_test.v
parser: fix `.${var}` used in a template, compiled by `$tmpl()` (fix #22231) (#22270)
1 year ago
143 bytes
tmpl_if_cond_test.v
tmpl: fix extra newline added on @if-@else-@end block (#22289)
1 year ago
263 bytes
tmpl_in_return_match_expr_test.v
cgen: fix $tmpl() in returning match expr (fix #16109, fix #16124) (#16229)
3 years ago
629 bytes
tmpl_using_variable_or_const_path_test.v
parser, fmt: fix fmt error in `$tmpl(path)` (#16949)
3 years ago
839 bytes
tmpl_with_single_quotes_test.v
tests: remove `module main` from tests, that do not need to be internal
3 years ago
440 bytes
trace_calls_test.v
all: replace remaining active usages of the long deprecated @VROOT in various tools/tests with @VEXEROOT
last Feb 8
2.99 KB
typeof_aggregate_test.v
checker, cgen: fix aggregate var handling on match branch (fix #23768) (#23787)
1 year ago
844 bytes
typeof_simple_types_test.v
all: change single blank comment to blank line (#22016)
1 year ago
1.54 KB
typeof_type_test.v
all: fix new int type promotion rules and cleanup native gen() (#19535)
2 years ago
2.09 KB
use_alias_from_another_module_in_struct_field_test.v
cgen: fix struct type dependency sorting, when struct field types, are aliases to struct types from other modules (#13779)
4 years ago
291 bytes
var_name_using_reserved_test.v
cgen: fix variable name conflict, when using a C reserved name (#19942)
2 years ago
133 bytes
var_type_is_checking2_test.v
cgen, checker: var type checking at compile-time (#16951)
3 years ago
998 bytes
vargs_empty_param_test.v
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
5 years ago
276 bytes
vmod_parser_test.v
builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041)
4 years ago
1.26 KB
websocket_client_default_read_timeout_test.v
net: websocket client connection in windows (fixes #24715)
last Apr 14
292 bytes