summary refs log tree commit diff stats
path: root/testament/tester.nim
Commit message (Collapse)AuthorAgeFilesLines
* refs #10249 #10266; each command logged only if --verboseCommands:true (#10303)Timothee Cour2019-01-151-3/+8
|
* refs #10249 ; more debug info to diagnose failures (#10266)Timothee Cour2019-01-111-6/+10
|
* testament megatest: we can now tell which test failed; helps debugging and ↵Timothee Cour2019-01-051-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 Cour2018-12-201-7/+50
|
* Testament fixes (#10034)alaviss2018-12-181-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 Talpalaru2018-12-131-4/+6
| | | | e.g.: PATH="./bin:$PATH" ./koch tests r stdlib/nre/captures.nim
* fixes testament regression due to changed '/' operatorAraq2018-12-131-2/+1
|
* attempt to make travis greenAraq2018-12-111-1/+1
|
* don't run megatest in parallel for better error messagesAraq2018-12-111-0/+2
|
* make more tests greenAraq2018-12-111-18/+2
|
* testament megatest: furher refactorings making more tests greenAraq2018-12-111-7/+10
|
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-6/+8
|
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-16/+9
|
* lots of small changesArne Döring2018-12-111-0/+3
|
* megatest integrated in default test allArne Döring2018-12-111-2/+4
|
* megatest checks output and nimoutArne Döring2018-12-111-8/+8
|
* megatest can be executedArne Döring2018-12-111-1/+4
|
* allow to disable backend loggingArne Döring2018-12-111-8/+19
|
* test can fail because of invalid specArne Döring2018-12-111-1/+6
|
* fix htmlgen, that I brokeArne Döring2018-12-111-0/+1
|
* kill testnospecArne Döring2018-12-111-8/+0
|
* fix js categoryArne Döring2018-12-111-3/+3
|
* one error lessArne Döring2018-12-111-13/+2
|
* WIP, most tests are now skippedArne Döring2018-12-111-20/+18
|
* minor changesArne Döring2018-12-111-9/+6
|
* WIPArne Döring2018-12-111-24/+26
|
* Tester tests (#9787)Arne Döring2018-11-271-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 echoAraq2018-11-231-1/+0
|
* Windows: disabled testsAraq2018-11-231-1/+1
|
* print more to see the test in the log that was never finished.Arne Döring2018-11-231-1/+2
|
* maybe this time?Arne Döring2018-11-231-4/+12
|
* activated more tests, allow input in test specArne Döring2018-11-231-1/+28
|
* updated tests to be executedArne Döring2018-11-231-1/+1
|
* make run the default action of a test in testerArne Döring2018-11-231-1/+1
|
* Moves fsmonitor into graveyard. Fixes #6718. (#9529)Dominik Picheta2018-10-281-1/+1
|
* make testament compile again with --taintMode:onAraq2018-10-181-1/+1
|
* testament: use NIM_COMPILE_TO_CPP environment variableAraq2018-10-181-2/+4
|
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-1/+1
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-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