Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -0/+3 |
| | |||||
* | koch and testament improvement; make testing command easier to get right | Andreas Rumpf | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | testament: use bin/nim.exe as the default | Araq | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | testament: test nimble packages is beginning to work | Araq | 2019-02-04 | 1 | -1/+1 |
| | |||||
* | fix #10049 (#10083) | Timothee Cour | 2018-12-23 | 1 | -1/+1 |
| | |||||
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -12/+14 |
| | |||||
* | Testament: refactoring; makes the test joiner green | Araq | 2018-12-11 | 1 | -7/+6 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -3/+2 |
| | |||||
* | megatest checks output and nimout | Arne Döring | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -0/+6 |
| | |||||
* | test can fail because of invalid spec | Arne Döring | 2018-12-11 | 1 | -8/+29 |
| | |||||
* | remove echo | Arne Döring | 2018-12-11 | 1 | -3/+0 |
| | |||||
* | one error less | Arne Döring | 2018-12-11 | 1 | -2/+6 |
| | |||||
* | WIP, most tests are now skipped | Arne Döring | 2018-12-11 | 1 | -100/+105 |
| | |||||
* | WIP | Arne Döring | 2018-12-11 | 1 | -6/+11 |
| | |||||
* | Tester tests (#9787) | Arne Döring | 2018-11-27 | 1 | -1/+1 |
| | | | | | | | * remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated | ||||
* | print more to see the test in the log that was never finished. | Arne Döring | 2018-11-23 | 1 | -0/+2 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 1 | -0/+3 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 1 | -4/+4 |
| | |||||
* | Testament pre parallel (#9137) | Jacek Sieka | 2018-10-12 | 1 | -0/+202 |
* testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move |