Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix nimble package tests | narimiran | 2019-02-22 | 1 | -3/+2 |
| | |||||
* | add more nimble packages to the test (#10707) | Miran | 2019-02-19 | 2 | -2/+11 |
| | |||||
* | add more nimble packages for testing (#10671) | Miran | 2019-02-15 | 2 | -43/+75 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | new AppVeyor configuration that should test the compiler against sele… ↵ | Andreas Rumpf | 2019-02-09 | 1 | -2/+2 |
| | | | | (#10549) | ||||
* | koch and testament improvement; make testing command easier to get right | Andreas Rumpf | 2019-02-08 | 2 | -2/+6 |
| | |||||
* | 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 | 3 | -32/+36 |
| | |||||
* | testament: revive ability to test specific important Nimble packages | Araq | 2019-02-02 | 2 | -32/+68 |
| | |||||
* | fix sdl_test test that failed in CI cpp mode (#10314) | Timothee Cour | 2019-01-15 | 1 | -2/+2 |
| | | | | | | * fix sdl_test test that failed in CI cpp mode * preserve old code for NimInAction in `nim c` mode | ||||
* | fixed indentation | Andreas Rumpf | 2019-01-15 | 1 | -3/+2 |
| | |||||
* | refs #10249 #10266; each command logged only if --verboseCommands:true (#10303) | Timothee Cour | 2019-01-15 | 1 | -3/+8 |
| | |||||
* | fixes leftover from #9647 : use nimf as standardized extension for source ↵ | Timothee Cour | 2019-01-14 | 2 | -1/+1 |
| | | | | code filters (#10294) | ||||
* | fixes #10273 execShellCmd now returns nonzero when child killed with signal ↵ | Timothee Cour | 2019-01-13 | 1 | -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 Cour | 2019-01-11 | 1 | -6/+10 |
| | |||||
* | testament megatest: we can now tell which test failed; helps debugging and ↵ | Timothee Cour | 2019-01-05 | 2 | -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 Cour | 2018-12-23 | 2 | -2/+2 |
| | |||||
* | lots of testament bug fixes and improvements: (#10044) | Timothee Cour | 2018-12-20 | 2 | -20/+109 |
| | |||||
* | Testament fixes (#10034) | alaviss | 2018-12-18 | 2 | -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 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 |
| |