summary refs log tree commit diff stats
path: root/testament
Commit message (Collapse)AuthorAgeFilesLines
* fix nimble package testsnarimiran2019-02-221-3/+2
|
* add more nimble packages to the test (#10707)Miran2019-02-192-2/+11
|
* add more nimble packages for testing (#10671)Miran2019-02-152-43/+75
|
* 32 bit fixes (#10608)Arne Döring2019-02-121-0/+3
|
* new AppVeyor configuration that should test the compiler against sele… ↵Andreas Rumpf2019-02-091-2/+2
| | | | (#10549)
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-082-2/+6
|
* testament: use bin/nim.exe as the defaultAraq2019-02-071-1/+1
|
* testament: test nimble packages is beginning to workAraq2019-02-043-32/+36
|
* testament: revive ability to test specific important Nimble packagesAraq2019-02-022-32/+68
|
* fix sdl_test test that failed in CI cpp mode (#10314)Timothee Cour2019-01-151-2/+2
| | | | | | * fix sdl_test test that failed in CI cpp mode * preserve old code for NimInAction in `nim c` mode
* fixed indentationAndreas Rumpf2019-01-151-3/+2
|
* refs #10249 #10266; each command logged only if --verboseCommands:true (#10303)Timothee Cour2019-01-151-3/+8
|
* fixes leftover from #9647 : use nimf as standardized extension for source ↵Timothee Cour2019-01-142-1/+1
| | | | code filters (#10294)
* fixes #10273 execShellCmd now returns nonzero when child killed with signal ↵Timothee Cour2019-01-131-0/+31
| | | | | | | | | | + other fixes (#10274) * s/exitStatus(...)/exitStatusLikeShell(...)/ * fix #10273 execShellCmd now returns nonzero when child exits with signal * test case for #10249 and explanation for the bug * fix test failure * add tests/nim.cfg
* 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-052-20/+46
| | | | | | | | 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)
* fix #10049 (#10083)Timothee Cour2018-12-232-2/+2
|
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-202-20/+109
|
* Testament fixes (#10034)alaviss2018-12-182-5/+10
| | | | | | * 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
|
* 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-112-4/+3
|
* don't run megatest in parallel for better error messagesAraq2018-12-112-1/+4
|
* make more tests greenAraq2018-12-111-18/+2
|
* make tests green; better output for when megatest execution failsAraq2018-12-111-0/+1
|
* testament megatest: furher refactorings making more tests greenAraq2018-12-112-80/+86
|
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-113-48/+31
|
* Testament: refactoring; makes the test joiner greenAraq2018-12-113-206/+120
|
* lots of small changesArne Döring2018-12-113-15/+66
|
* megatest integrated in default test allArne Döring2018-12-112-58/+51
|
* megatest checks output and nimoutArne Döring2018-12-113-20/+62
|
* megatest can be executedArne Döring2018-12-113-2/+117
|
* tshouldfail is stricterArne Döring2018-12-114-4/+4
|
* require errormsg to be specified before file.Arne Döring2018-12-112-11/+30
|
* allow to disable backend loggingArne Döring2018-12-111-8/+19
|
* test can fail because of invalid specArne Döring2018-12-112-9/+35
|
* fix htmlgen, that I brokeArne Döring2018-12-112-10/+8
|
* kill testnospecArne Döring2018-12-112-11/+7
|
* fix js categoryArne Döring2018-12-111-3/+3
|
* remove echoArne Döring2018-12-111-3/+0
|
* one error lessArne Döring2018-12-113-16/+10
|
* WIP, most tests are now skippedArne Döring2018-12-114-163/+167
|
* minor changesArne Döring2018-12-111-9/+6
|
* WIPArne Döring2018-12-113-30/+39
|
* Tester tests (#9787)Arne Döring2018-11-2714-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 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-232-1/+4
|