summary refs log tree commit diff stats
path: root/testament/categories.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Nimgrep improvements 2 (#15612)Andrey Makarov2020-11-091-0/+3
* Try to fix CI failures (#15701)Clyybber2020-10-241-42/+33
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-3/+3
* revert 0944b0f4narimiran2020-07-061-3/+3
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-271-2/+3
* CI: Install the pkg we cloned (#14770)Clyybber2020-06-241-16/+37
* misc testament cleanups (#14764)Timothee Cour2020-06-231-23/+13
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-2/+2
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-151-13/+20
* fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ...Timothee Cour2020-06-021-3/+4
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-5/+0
* Split testing important packages into two jobs (#14256)Miran2020-05-071-7/+19
* fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)Timothee Cour2020-05-061-1/+1
* testament: don't try to test nimgrep if it's not there [backport:1.2] (#14085)alaviss2020-04-241-3/+4
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-7/+17
* faster CIs (#13803)Miran2020-03-301-9/+1
* allow category nimble-packages to test a single package (#13576)Arne Döring2020-03-181-2/+4
* important_packages: change the order of arguments in the template (#13577)Miran2020-03-031-3/+1
* compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)alaviss2020-01-201-0/+4
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-2/+2
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-3/+3
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-1/+7
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-33/+37
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* add tensordsl test (#12166)Arne Döring2019-09-111-0/+1
* disable IC and the SQLite dependency for version 1Andreas Rumpf2019-09-031-1/+2