summary refs log tree commit diff stats
path: root/testament/categories.nim
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-0/+12
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-96/+65
* Revert "makes travis OSX green again"narimiran2019-06-191-2/+1
* makes travis OSX green againAraq2019-06-191-1/+2
* [other] test 6 more nimble packages (#11464)Miran2019-06-111-6/+3
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+2
* Testament print failed command (#11219)Arne Döring2019-05-101-7/+11
* testament: apply skip to hard-coded categories (#11168)Jacek Sieka2019-05-081-18/+3
* Append all output on failed test. (#11156)Arne Döring2019-05-021-17/+7
* tester: add test skipping capability (#11080)Jacek Sieka2019-04-231-1/+19
* make nimble packages testing more robust (#10984)Miran2019-04-091-12/+19
* testament: catch failing nimble tests (#10832)Miran2019-03-131-49/+39
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-20/+24
* add more nimble packages to the test (#10707)Miran2019-02-191-1/+3
* add more nimble packages for testing (#10671)Miran2019-02-151-22/+38
* testament: test nimble packages is beginning to workAraq2019-02-041-8/+13
* testament: revive ability to test specific important Nimble packagesAraq2019-02-021-32/+39
* fix sdl_test test that failed in CI cpp mode (#10314)Timothee Cour2019-01-151-2/+2
* fixed indentationAndreas Rumpf2019-01-151-3/+2
* testament megatest: we can now tell which test failed; helps debugging and pr...Timothee Cour2019-01-051-17/+40
* fix #10049 (#10083)Timothee Cour2018-12-231-1/+1
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-201-13/+59
* don't skip tests that really were not joinedAraq2018-12-111-1/+1
* remove outputGotten.txt file on successAraq2018-12-111-0/+1
* attempt to make travis greenAraq2018-12-111-3/+2
* don't run megatest in parallel for better error messagesAraq2018-12-111-1/+2
* make tests green; better output for when megatest execution failsAraq2018-12-111-0/+1
* testament megatest: furher refactorings making more tests greenAraq2018-12-111-73/+76
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-30/+9