Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs #10249 #10266; each command logged only if --verboseCommands:true (#10303) | Timothee Cour | 2019-01-15 | 1 | -3/+8 |
| | |||||
* | refs #10249 ; more debug info to diagnose failures (#10266) | Timothee Cour | 2019-01-11 | 1 | -6/+10 |
| | |||||
* | testament megatest: we can now tell which test failed; helps debugging and ↵ | Timothee Cour | 2019-01-05 | 1 | -3/+6 |
| | | | | | | | | prevents certain bugs, plus other fixes (#10089) * [testament] --verboseMegatest flag to make megatest compilation verbose * replace "tests" by testsDir * megatest's nimcache is now in same dir as other tests to avoid clobbering (eg when running tests from multiple Nim repos) | ||||
* | lots of testament bug fixes and improvements: (#10044) | Timothee Cour | 2018-12-20 | 1 | -7/+50 |
| | |||||
* | Testament fixes (#10034) | alaviss | 2018-12-18 | 1 | -2/+6 |
| | | | | | | * testament/htmlgen: add support for disabled and joined tests * testament/tester: respect --targets | ||||
* | 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 |
| | |||||
* | attempt to make travis green | Araq | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | don't run megatest in parallel for better error messages | Araq | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | make more tests green | Araq | 2018-12-11 | 1 | -18/+2 |
| | |||||
* | testament megatest: furher refactorings making more tests green | Araq | 2018-12-11 | 1 | -7/+10 |
| | |||||
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -6/+8 |
| | |||||
* | Testament: refactoring; makes the test joiner green | Araq | 2018-12-11 | 1 | -16/+9 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -0/+3 |
| | |||||
* | megatest integrated in default test all | Arne Döring | 2018-12-11 | 1 | -2/+4 |
| | |||||
* | megatest checks output and nimout | Arne Döring | 2018-12-11 | 1 | -8/+8 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+4 |
| | |||||
* | 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 | 1 | -1/+6 |
| | |||||
* | fix htmlgen, that I broke | Arne Döring | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | kill testnospec | Arne Döring | 2018-12-11 | 1 | -8/+0 |
| | |||||
* | fix js category | Arne Döring | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | one error less | Arne Döring | 2018-12-11 | 1 | -13/+2 |
| | |||||
* | WIP, most tests are now skipped | Arne Döring | 2018-12-11 | 1 | -20/+18 |
| | |||||
* | minor changes | Arne Döring | 2018-12-11 | 1 | -9/+6 |
| | |||||
* | WIP | Arne Döring | 2018-12-11 | 1 | -24/+26 |
| | |||||
* | Tester tests (#9787) | Arne Döring | 2018-11-27 | 1 | -20/+64 |
| | | | | | | | * 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 | 1 | -1/+2 |
| | |||||
* | maybe this time? | Arne Döring | 2018-11-23 | 1 | -4/+12 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 1 | -1/+28 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+522 |
* 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 |