Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testament: individual tests with more than a subdir in their path | Ștefan Talpalaru | 2018-12-13 | 1 | -4/+6 |
| | | | | e.g.: PATH="./bin:$PATH" ./koch tests r stdlib/nre/captures.nim | ||||
* | fixes testament regression due to changed '/' operator | Araq | 2018-12-13 | 1 | -2/+1 |
| | |||||
* | don't skip tests that really were not joined | Araq | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | remove outputGotten.txt file on success | Araq | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | attempt to make travis green | Araq | 2018-12-11 | 2 | -4/+3 |
| | |||||
* | don't run megatest in parallel for better error messages | Araq | 2018-12-11 | 2 | -1/+4 |
| | |||||
* | make more tests green | Araq | 2018-12-11 | 1 | -18/+2 |
| | |||||
* | make tests green; better output for when megatest execution fails | Araq | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | testament megatest: furher refactorings making more tests green | Araq | 2018-12-11 | 2 | -80/+86 |
| | |||||
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 3 | -48/+31 |
| | |||||
* | Testament: refactoring; makes the test joiner green | Araq | 2018-12-11 | 3 | -206/+120 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 3 | -15/+66 |
| | |||||
* | megatest integrated in default test all | Arne Döring | 2018-12-11 | 2 | -58/+51 |
| | |||||
* | megatest checks output and nimout | Arne Döring | 2018-12-11 | 3 | -20/+62 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 3 | -2/+117 |
| | |||||
* | tshouldfail is stricter | Arne Döring | 2018-12-11 | 4 | -4/+4 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 2 | -11/+30 |
| | |||||
* | allow to disable backend logging | Arne Döring | 2018-12-11 | 1 | -8/+19 |
| | |||||
* | test can fail because of invalid spec | Arne Döring | 2018-12-11 | 2 | -9/+35 |
| | |||||
* | fix htmlgen, that I broke | Arne Döring | 2018-12-11 | 2 | -10/+8 |
| | |||||
* | kill testnospec | Arne Döring | 2018-12-11 | 2 | -11/+7 |
| | |||||
* | fix js category | Arne Döring | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | remove echo | Arne Döring | 2018-12-11 | 1 | -3/+0 |
| | |||||
* | one error less | Arne Döring | 2018-12-11 | 3 | -16/+10 |
| | |||||
* | WIP, most tests are now skipped | Arne Döring | 2018-12-11 | 4 | -163/+167 |
| | |||||
* | minor changes | Arne Döring | 2018-12-11 | 1 | -9/+6 |
| | |||||
* | WIP | Arne Döring | 2018-12-11 | 3 | -30/+39 |
| | |||||
* | Tester tests (#9787) | Arne Döring | 2018-11-27 | 14 | -21/+147 |
| | | | | | | | * remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated | ||||
* | testament: remove debugging echo | Araq | 2018-11-23 | 1 | -1/+0 |
| | |||||
* | Windows: disabled tests | Araq | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | print more to see the test in the log that was never finished. | Arne Döring | 2018-11-23 | 2 | -1/+4 |
| | |||||
* | fix for nimInAction | Arne Döring | 2018-11-23 | 1 | -15/+12 |
| | |||||
* | maybe this time? | Arne Döring | 2018-11-23 | 1 | -4/+12 |
| | |||||
* | fix for dll tests | Arne Döring | 2018-11-23 | 1 | -5/+4 |
| | |||||
* | more tests fixed | Arne Döring | 2018-11-23 | 1 | -1/+0 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 2 | -1/+31 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 3 | -5/+6 |
| | |||||
* | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480) | cooldome | 2018-10-28 | 1 | -1/+0 |
| | | | * Fixes #9434 | ||||
* | Moves fsmonitor into graveyard. Fixes #6718. (#9529) | Dominik Picheta | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | make testament compile again with --taintMode:on | Araq | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | testament: use NIM_COMPILE_TO_CPP environment variable | Araq | 2018-10-18 | 1 | -2/+4 |
| | |||||
* | Merge tests into a larger file (part 5 of ∞) (#9368) | Miran | 2018-10-16 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix | ||||
* | implement sizeof and alignof operator (manually squashed #5664) (#9356) | Timothee Cour | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Testament pre parallel (#9137) | Jacek Sieka | 2018-10-12 | 8 | -0/+1979 |
* 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 |