summary refs log tree commit diff stats
path: root/testament/categories.nim
Commit message (Expand)AuthorAgeFilesLines
* use old typeinfo generation for hot code reloading (#22518)metagn2023-08-201-2/+5
* some test cleanups & category reorganization (#22010)metagn2023-06-061-2/+2
* hot code reloading: fix regression? and PreMain with arc/orc (#21940)metagn2023-05-301-2/+5
* fix & add test for basic hot code reloading case (#21915)metagn2023-05-261-0/+1
* fix nimrtl and nimhcr on arc/orc (#21814)metagn2023-05-091-12/+9
* test DLL generation with ORC (#21445)ringabout2023-03-031-9/+15
* megatest now checks refc too (#21341)ringabout2023-02-091-0/+2
* defaults to ORC (#19972)ringabout2022-09-231-4/+4
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-2/+5
* default threads on (#19368)flywind2022-07-061-5/+5
* testament: include extra options in test name (#19801)Jacek Sieka2022-05-191-6/+6
* fixes #12642 (#18811)Andreas Rumpf2021-09-061-2/+4
* testament --megatest:off now makes tests non-joinable so that they all run (#...Timothee Cour2021-09-031-1/+1
* improve several tests in testament (#18635)Timothee Cour2021-08-081-1/+1
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-0/+1
* increase backoffDuration to avoid timeouts (#18281)Timothee Cour2021-06-161-1/+1
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-261-17/+5
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-2/+2
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-261-1/+2
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-261-23/+0
* fixes #17943 (#18045)Andreas Rumpf2021-05-191-14/+19
* Fix running testament c nimble-packages without batch arg (#18023)Clyybber2021-05-171-3/+4
* fix #17952: fix both false positives and false negatives for reInvalidSpec (#...Timothee Cour2021-05-081-2/+9
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-301-2/+2
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-271-0/+3
* important_packages: `allowed_failures` batch (#17757)Timothee Cour2021-04-201-10/+25
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-191-1/+1
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-191-1/+1
* fix #17732(forward args... to megatest) (#17780)flywind2021-04-191-3/+7
* ic navigator tests (#17735)Andreas Rumpf2021-04-161-7/+12
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-0/+1
* megatest: allow duplicate file names, show compilation progress (#17713)Timothee Cour2021-04-131-6/+11
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-1/+1
* nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ...Timothee Cour2021-03-281-2/+5
* closes #17085; boehm has problems with large allocations, that is expected an...Andreas Rumpf2021-03-241-1/+1
* use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code clea...Timothee Cour2021-03-121-56/+34
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-2/+0
* fixes #17085 [backport:1.2] (#17101)Andreas Rumpf2021-02-191-0/+1
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-021-3/+4
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-0/+45
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-42/+20
* testament: fix #16829, fix partially #16830 (#16831)Timothee Cour2021-01-271-64/+71
* Testament small fixes (#16788)Juan Carlos2021-01-221-71/+12
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-041-2/+8
* Retry commands in testament again (#16262)Clyybber2020-12-051-5/+16
* error instead of echo when testament category is empty; fix realtimeGC (#16162)Timothee Cour2020-12-011-1/+3
* fix #14242 `testament r tests/js/foo` now works; testament now honors --targe...Timothee Cour2020-11-281-7/+7
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-10/+12
* Correct all eggs (#15906)Miran2020-11-101-2/+2