1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
cad2cd5583 docs: fix typos using codespell (#17332) 2023-02-16 11:43:39 +02:00
c8c70de87d docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
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
a1e9cae5d2 tests: add a vlib/v/tests/known_errors/known_errors_test.v test runner 2022-04-03 12:54:22 +03:00
91bfab79a5 docs: clarify TESTS.md 2022-01-18 14:57:46 +02:00
d2e28e8fc5 docs: describe how coutput_test.v works 2021-07-31 12:29:22 +03:00
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
ea74e2bc64 v.parser: add p.unique_prefix, add run_project_folders_test.v (closes #10023) 2021-05-06 21:14:19 +03:00
15daeaeafa cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
76ea3e7b41 tools/check-md: allow directories as args and deprecate -all flag (#8582) 2021-02-05 16:46:20 +01:00
927606dc39 tools: rename v test-compiler-full to v test-self 2021-01-19 10:41:51 +02:00
460f32baf2 tests: add v test-all, move v test-fixed to v test-compiler-full 2021-01-17 16:11:10 +02:00
18ec24dd53 gen: fix mutable map generation (#7251) 2020-12-11 04:48:55 +01:00
497bf226e2 add TESTS.md file to explain different tests (#6318) 2020-09-07 13:48:15 +02:00