21 Commits

Author SHA1 Message Date
Delyan Angelov
d4298cae23
docs: describe the v test options VTEST_HIDE_OK and -progress in TESTS.md (#23635) 2025-02-02 19:30:18 +02:00
Delyan Angelov
40b574b409
tools,v.doc: move vlib/v/doc/ to cmd/tools/vdoc/doc/ to reduce the runtime of the CI runs, when v doc is changed (#23483) 2025-01-16 14:40:28 +02:00
Delyan Angelov
e862aa004d
tools: support a -fix option in v check-md file.v to make usage easier on Windows. Add an usage hint on formatting errors. 2024-08-13 18:05:37 +03:00
Delyan Angelov
8eaaba6094
tools: move _test.v files for vdoc at the same level (#21473) 2024-05-08 17:29:49 +03:00
Turiiya
c80515465e
docs: update deprecated blockquote highlight syntax (#19974) 2023-11-23 13:33:33 +02:00
Swastik Baranwal
4458e49652
vdoc: fix syntax highlighting for symbols before ! and between ( and , (#19888) 2023-11-16 20:14:28 +02:00
Delyan Angelov
c0950873a4
docs: add a note about using VAUTOFIX=1 v check-md file.md 2023-08-22 21:30:14 +03:00
Ahmad Yasser
cad2cd5583
docs: fix typos using codespell (#17332) 2023-02-16 11:43:39 +02:00
Makhnev Petr
c8c70de87d
docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
Delyan Angelov
6a32c81070
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892) 2023-01-09 23:47:03 +02:00
Delyan Angelov
a1e9cae5d2
tests: add a vlib/v/tests/known_errors/known_errors_test.v test runner 2022-04-03 12:54:22 +03:00
Delyan Angelov
91bfab79a5
docs: clarify TESTS.md 2022-01-18 14:57:46 +02:00
Delyan Angelov
d2e28e8fc5
docs: describe how coutput_test.v works 2021-07-31 12:29:22 +03:00
Delyan Angelov
19dca026a9
checker: bugfix for __global ( cpu_get_id fn () u64 ) ... cpu_get_id()
Support new vlib/v/checker/tests/globals_run/ folder, for .vv files
that will be run with `-enable-globals run`, and the results will be
compared with their matching `.run.out` files.

Add regression tests.
2021-06-26 01:23:50 +03:00
Delyan Angelov
ea74e2bc64
v.parser: add p.unique_prefix, add run_project_folders_test.v (closes #10023) 2021-05-06 21:14:19 +03:00
Nick Treleaven
15daeaeafa
cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
Lukas Neubert
76ea3e7b41
tools/check-md: allow directories as args and deprecate -all flag (#8582) 2021-02-05 16:46:20 +01:00
Delyan Angelov
927606dc39
tools: rename v test-compiler-full to v test-self 2021-01-19 10:41:51 +02:00
Delyan Angelov
460f32baf2
tests: add v test-all, move v test-fixed to v test-compiler-full 2021-01-17 16:11:10 +02:00
Andréas Livet
18ec24dd53
gen: fix mutable map generation (#7251) 2020-12-11 04:48:55 +01:00
Nick Treleaven
497bf226e2
add TESTS.md file to explain different tests (#6318) 2020-09-07 13:48:15 +02:00