0 branches
Tree
Top files
Clone with HTTPS:
.gitignore
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
20 bytes
cast_to_reference_type.out
checker: remove warning of casting same reference type (#17579)
3 years ago
6 bytes
cast_to_reference_type.vv
checker: remove warning of casting same reference type (#17579)
3 years ago
71 bytes
closure_with_fn_variables.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
12 bytes
closure_with_fn_variables.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
172 bytes
closure_with_nested_closure_var.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
46 bytes
closure_with_nested_closure_var.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
260 bytes
comptime_bool_fields.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
323 bytes
comptime_bool_fields.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.08 KB
comptime_if_script_mode.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
7 bytes
comptime_if_script_mode.vv
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
61 bytes
comptime_iterate.out
v: allow comptime-for to iterate over comptime variables, add `$string` comptime type, cleanup (#20233)
2 years ago
245 bytes
comptime_ptr.vv
checker, cgen: fix generic resolution for comptimeselector and indirection checking on generic funcs (#18043)
3 years ago
1.23 KB
comptime_selector_of_interface.vv
cgen: fix comptime selector of interface (#20876)
2 years ago
171 bytes
comptime_smartcast_variant.vv
checker: fix comptime if with comptime smartcast (#20466)
2 years ago
589 bytes
data_obj.v.templ
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
219 bytes
dump_cross_reference_field.vv
cgen: fix dump() cross-reference field printing recursively (fixes #13370)
last Mar 25
227 bytes
dump_expressions_with_literals.vv
transformer: keep the symbolic expressions inside dump(expr) from being optimised out, even when they could be, when composed of literals known at comptime (#19086)
2 years ago
369 bytes
dump_fixed_array_of_option.vv
cgen: fix printing fixed array of options (#19479)
2 years ago
196 bytes
dump_generic_interface_ref_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
478 bytes
dump_match_expr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
81 bytes
dump_multi_fixed_array_init.vv
cgen: fix printing multiple fixed array (fix #18866) (#18879)
2 years ago
33 bytes
dump_multiple_ptr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
101 bytes
dump_nested_generic_fn_call_ref_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
586 bytes
dump_nil_voidptr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
171 bytes
dump_none.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
26 bytes
dump_sumtype_of_fntype.out
ast: improve the assert informations (related #22668) (#22679)
1 year ago
104 bytes
embedded.html
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
38 bytes
enum_print.vv
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
383 bytes
file.md
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
152 bytes
for_channel_or_expr_block.vv
parser,checker: smart detect `or {}` inside loop when using `c <-val` (fix #24550) (#25435)
last Oct 27
431 bytes
generic_fn_with_alias_arg.vv
tests: correct the test comment in generic_fn_with_alias_arg.vv (#17048)
3 years ago
290 bytes
generic_fn_with_array_arg.vv
all: comptime type lowercase ($int, $enum, $option, etc) (#17732)
3 years ago
174 bytes
go_print.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
107 bytes
hello.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
11 bytes
hello_devs.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
179 bytes
import_sym_field_no_warn.vv
v.parser: prevent unused warning on `import mod { Sym }`, when `Sym` is later used, for more cases (fix #23412) (#23626)
1 year ago
96 bytes
in_expr_callexpr.vv
cgen: fix codegen to emit callexpr one time for `in` expr optimization (#22764)
1 year ago
167 bytes
interface_field_initialised_struct_update_expr.vv
checker: no notice for `interface` field initialized struct with `...other` syntax (#18405)
3 years ago
169 bytes
nested_generic_fn_call.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
293 bytes
nested_structs.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
188 bytes
oneliner_with_semicolons.vv
parser: fix regression for `v -e "import os; import math;"`, add a test to check it (#19353)
2 years ago
114 bytes
option_fn_arg.vv
checker: turn the option/result split warning into an error; readme: better wording
2 years ago
161 bytes
option_panic.vv
cgen: fix missing panic message for 'option not set' on debug (#18168)
3 years ago
67 bytes
os.vv
tests: make os.vv list the contents of the doc/ folder, instead of the vroot one (fix #26291) (#26292)
last Jan 8
225 bytes
panic_array_decompose_extra_args.vv
cgen,checker: improve handling of array decompose for dynamic arrays and array init (fix #25838) (#25843)
last Nov 28
496 bytes
panic_on_bad_st_as.vv
tests: make `VTEST_ONLY=panic ./v vlib/v/slow_tests/inout/compiler_test.v` more useful as a filter
3 years ago
295 bytes
panic_on_fixed_array_index.vv
tests: make `VTEST_ONLY=panic ./v vlib/v/slow_tests/inout/compiler_test.v` more useful as a filter
3 years ago
43 bytes
panic_on_fixed_array_slice.vv
tests: make `VTEST_ONLY=panic ./v vlib/v/slow_tests/inout/compiler_test.v` more useful as a filter
3 years ago
32 bytes
printing_alias_has_str_method.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
139 bytes
printing_aliases_of_multi_fixed_array.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
114 bytes
printing_complex_if_exprs_output.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
443 bytes
printing_comptime_if.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
109 bytes
printing_fixed_array_of_pointers.out
cgen: add `&` before ptr arr elements (#17379)
3 years ago
1.02 KB
printing_fixed_array_of_pointers.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.24 KB
printing_interpolating_float.vv
strconv: fix format_fl()/format_es() (fix #13210) (#22244)
1 year ago
116 bytes
printing_multi_fixed_array.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
94 bytes
printing_multi_fixed_array_init.vv
cgen: fix printing multiple fixed array (fix #18866) (#18879)
2 years ago
36 bytes
printing_nested_generic_struct.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.23 KB
printing_option_in_if_expr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
113 bytes
printing_recursive_array_of_reference_struct.vv
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
249 bytes
printing_reference_alias.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
288 bytes
printing_reference_struct.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
33 bytes
printing_result_in_infix_expr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
14 bytes
printing_result_in_infix_expr2.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
25 bytes
printing_result_or_expr_with_map_val.vv
checker: fix return type checks, when returning struct values, implementing IError in non-result fn (fix #22659) (fix #22658) (#22660)
1 year ago
311 bytes
printing_slice_of_fn_call_string.out
builtin, cgen: fix printing slice of fn call string (#19450)
2 years ago
16 bytes
printing_slice_of_multiline_raw_string.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
42 bytes
comptime_iterate.vv
v: allow comptime-for to iterate over comptime variables, add `$string` comptime type, cleanup (#20233)
2 years ago
530 bytes
comptime_ptr.out
checker, cgen: fix generic resolution for comptimeselector and indirection checking on generic funcs (#18043)
3 years ago
165 bytes
comptime_selector_of_interface.out
cgen: fix comptime selector of interface (#20876)
2 years ago
154 bytes
comptime_smartcast_variant.out
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
421 bytes
dump_expression.out
breaking,log: set stderr as default log output, add .set_output_stream() to allow for opting in the old default of stdout (#23444)
1 year ago
718 bytes
dump_expression.vv
breaking,log: set stderr as default log output, add .set_output_stream() to allow for opting in the old default of stdout (#23444)
1 year ago
833 bytes
dump_expressions_with_literals.out
transformer: keep the symbolic expressions inside dump(expr) from being optimised out, even when they could be, when composed of literals known at comptime (#19086)
2 years ago
564 bytes
dump_fixed_array_of_option.out
cgen: fix printing fixed array of options (#19479)
2 years ago
364 bytes
dump_generic_fn_mut_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
117 bytes
dump_generic_interface_ref_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
530 bytes
printing_struct_with_arrays_of_anon_struct_field.vv
cgen: fix printing struct having fields of arrays of anonymous structs (#16953)
3 years ago
117 bytes
printing_struct_with_skip_fields.vv
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
101 bytes
printing_struct_with_thread_field.vv
ci: fix spurious failures for printing_struct_with_thread_field.vv on windows
1 year ago
1.02 KB
publish_shared_object_method_call.out
cgen: fix shared object method call (fix #22121) (#22125)
1 year ago
9 bytes
push_on_closed_channel.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
16 bytes
push_work_on_channel.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
186 bytes
smart_quote.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
31 bytes
string_interp.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
14 bytes
struct_with_embed_field_init.out
checker: fix embedded structure initialization warnings (#18385)
3 years ago
55 bytes
struct_with_embed_field_init.vv
checker: fix embedded structure initialization warnings (#18385)
3 years ago
199 bytes
thread_uninitialized_err.out
cgen: fix cgen error for `instance.t.wait()` on default 0 initialized thread field `t` (fix #23390) #23392
1 year ago
72 bytes
tmpl_all_in_one_folder.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
124 bytes
tmpl_expand_v_source_code.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
415 bytes
tmpl_parse_html.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.22 KB
vscript_using_constants_in_os.out
os: allow using `os` constants without importing `os` in vsh scripts (fixes #17280)
last Apr 14
12 bytes
vscript_using_generics_in_os.vsh
tests: change option to result in vscript_using_generics_in_os.vsh (#17306)
3 years ago
194 bytes
dump_match_expr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
64 bytes
dump_multi_fixed_array_init.out
cgen: fix printing multiple fixed array (fix #18866) (#18879)
2 years ago
95 bytes
dump_multiple_ptr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
232 bytes
dump_nested_generic_fn_call_ref_arg.out
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
1.45 KB
dump_nil_voidptr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
114 bytes
dump_none.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
52 bytes
dump_shared_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
80 bytes
dump_shared_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
128 bytes
dump_sumtype_of_fntype.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
145 bytes
enum_print.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
67 bytes
file.html
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.17 KB
footer.md
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
10 bytes
for_channel_or_expr_block.out
parser,checker: smart detect `or {}` inside loop when using `c <-val` (fix #24550) (#25435)
last Oct 27
104 bytes
generic_fn_with_alias_arg.out
checker: fix generic fn infering error with alias argument (#17026)
3 years ago
134 bytes
generic_fn_with_array_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
12 bytes
go_print.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
20 bytes
header.md
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
10 bytes
hello.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
38 bytes
hello_devs.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
153 bytes
import_sym_field_no_warn.out
v.parser: prevent unused warning on `import mod { Sym }`, when `Sym` is later used, for more cases (fix #23412) (#23626)
1 year ago
18 bytes
in_expr_callexpr.out
cgen: fix codegen to emit callexpr one time for `in` expr optimization (#22764)
1 year ago
15 bytes
interface_field_initialised_struct_update_expr.out
checker: no notice for `interface` field initialized struct with `...other` syntax (#18405)
3 years ago
134 bytes
nested_generic_fn_call.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
148 bytes
nested_structs.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
114 bytes
oneliner_with_semicolons.out
parser: fix regression for `v -e "import os; import math;"`, add a test to check it (#19353)
2 years ago
11 bytes
option_fn_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
5 bytes
option_panic.out
cgen: fix missing panic message for 'option not set' on debug (#18168)
3 years ago
157 bytes
or_block_with_rvoid.out
cgen: fix code generated for or-block for void result return function + code generated for indirection comptime checking for logical operators (#18066)
3 years ago
105 bytes
or_block_with_rvoid.vv
cgen: fix code generated for or-block for void result return function + code generated for indirection comptime checking for logical operators (#18066)
3 years ago
1.35 KB
orm_panic_for_insert_into_not_created_table.vv
orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871)
3 years ago
197 bytes
orm_panic_for_select_from_not_created_table.vv
orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871)
3 years ago
184 bytes
panic_array_decompose_extra_args.out
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
573 bytes
panic_on_bad_st_as.out
tests: make `VTEST_ONLY=panic ./v vlib/v/slow_tests/inout/compiler_test.v` more useful as a filter
3 years ago
154 bytes
panic_on_fixed_array_index.out
tests: make `VTEST_ONLY=panic ./v vlib/v/slow_tests/inout/compiler_test.v` more useful as a filter
3 years ago
187 bytes
panic_on_fixed_array_slice.out
tests: make `VTEST_ONLY=panic ./v vlib/v/slow_tests/inout/compiler_test.v` more useful as a filter
3 years ago
171 bytes
printing_alias_has_str_method.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
18 bytes
printing_aliases_of_multi_fixed_array.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
44 bytes
printing_complex_if_exprs_output.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
17 bytes
printing_comptime_if.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
9 bytes
printing_const_array.out
ast: fix const values defined in the wrong order (#17002)
3 years ago
119 bytes
printing_const_array.vv
checker: add a deprecation warning for `const ()` groups (an error after 2025-01-01) (#22019)
1 year ago
215 bytes
printing_interpolating_float.out
strconv: fix format_fl()/format_es() (fix #13210) (#22244)
1 year ago
185 bytes
printing_multi_fixed_array.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
17 bytes
printing_multi_fixed_array_init.out
cgen: fix printing multiple fixed array (fix #18866) (#18879)
2 years ago
23 bytes
printing_nested_generic_struct.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.75 KB
printing_option_in_if_expr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
2 bytes
printing_recursive_array_of_reference_struct.out
cgen: fix printing array of recursive reference struct (fix #17858) (#17922)
3 years ago
64 bytes
printing_reference_alias.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
59 bytes
printing_reference_enum.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
21 bytes
printing_reference_enum.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
169 bytes
printing_reference_struct.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
96 bytes
printing_result_in_infix_expr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
253 bytes
printing_result_in_infix_expr2.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
374 bytes
printing_result_or_expr_with_map_val.out
checker: fix return type checks, when returning struct values, implementing IError in non-result fn (fix #22659) (fix #22658) (#22660)
1 year ago
35 bytes
printing_slice_of_fn_call_string.vv
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
210 bytes
printing_slice_of_multiline_raw_string.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
11 bytes
printing_struct_with_arrays_of_anon_struct_field.out
cgen: fix printing struct having fields of arrays of anonymous structs (#16953)
3 years ago
54 bytes
printing_struct_with_skip_fields.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
25 bytes
printing_struct_with_thread_field.out
ci: fix spurious failures for printing_struct_with_thread_field.vv on windows
1 year ago
227 bytes
printing_sumtype_with_none.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
65 bytes
publish_shared_object_method_call.vv
cgen: fix shared object method call (fix #22121) (#22125)
1 year ago
931 bytes
push_on_closed_channel.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
108 bytes
push_work_on_channel.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
565 bytes
smart_quote.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
7 bytes
strconv_v_printf.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
696 bytes
string_interp.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
81 bytes
struct_dump_option_fields.vv
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
308 bytes
struct_field_option.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
827 bytes
sumtype_with_fntype.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
55 bytes
sumtype_with_fntype.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
541 bytes
thread_uninitialized_err.vv
cgen: fix cgen error for `instance.t.wait()` on default 0 initialized thread field `t` (fix #23390) #23392
1 year ago
170 bytes
tmpl_all_in_one_folder.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
176 bytes
tmpl_expand_v_source_code.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
382 bytes
tmpl_parse_html.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
161 bytes