summary refs log tree commit diff stats
path: root/tests/testament/tester.nim
Commit message (Expand)AuthorAgeFilesLines
* Implement .nimble-link files in the compiler and add tests for them.Dominik Picheta2017-09-021-1/+0
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-2/+10
* tester: better error message comparisonsAndreas Rumpf2017-08-311-1/+1
* tester: make 'nimout' matching more robust against whitespace issuesAndreas Rumpf2017-08-311-1/+5
* review and merge zahary's work (#5849)zah2017-06-031-9/+19
* compiler option for testament (#5713)Jacek Sieka2017-05-151-2/+4
* further improvements to the error messages produced by conceptsZahary Karadjov2017-03-241-3/+3
* proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-0/+4
* testament: be verbose when --pedantic failsAndreas Rumpf2017-02-031-1/+3
* make tests on Windows green under --pedanticAraq2017-02-021-10/+9
* Run Option: use now processSingleTestWh1teDuke2016-09-191-1/+1
* Treat all failure codes from nodejs as 1Yuriy Glukhov2016-08-271-0/+5
* sets don't support empty arrays :)cheatfate2016-07-301-1/+1
* Enable coroutines again.cheatfate2016-07-301-1/+1
* commentscheatfate2016-07-301-1/+1
* testament update to have list of disabled modules.cheatfate2016-07-301-1/+5
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-091-0/+1
* Merge pull request #4049 from arnetheduck/tester-targetsAndreas Rumpf2016-04-071-0/+10
|\
| * untaint command line option for parsingJacek Sieka2016-04-061-1/+1
| * tester: allow filtering tests by targetJacek Sieka2016-04-051-0/+10
* | Prevent tester from checking for output diffs for actionRunNoSpec.Dominik Picheta2016-04-051-1/+1
|/
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-161-1/+2
* Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-131-5/+5
|\
| * udpated the compiler and tester to use getOrDefaultAraq2015-10-131-5/+5
* | skip sdl/opengl/fsmonitor tests when unavailableAman Gupta2015-10-081-0/+6
* | show failure codeAman Gupta2015-10-081-1/+1
* | standardize on forward slashes for pathsAman Gupta2015-10-071-1/+1
* | framework is requiredAman Gupta2015-10-071-1/+1
* | fix compile errorAman Gupta2015-10-071-1/+1
* | collect any output of appveyor commandAman Gupta2015-10-071-1/+3
* | report duration to appveyor runnerAman Gupta2015-10-071-3/+5
* | use category as filename, and full filename in test nameAman Gupta2015-10-071-1/+1
* | clean up whitespace on error msgAman Gupta2015-10-071-1/+1
* | tie into appveyor test results apiAman Gupta2015-10-071-0/+10
|/
* add tfile/tline assertions for template expansion file/lineAman Gupta2015-10-061-1/+22
* show stderr w/ reExitcodesDifferAman Gupta2015-10-021-1/+1
* show full compiler output with reNimcCrashAman Gupta2015-09-301-0/+2
* allow testament/tester to run single fileAman Gupta2015-09-301-0/+6
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* Revert from columnar layout. Remove temp-fix for 2857.Oscar Campbell2015-06-101-12/+6
* Treat unitest's default esc.seq. output as empty.Oscar Campbell2015-06-041-5/+8
* Add "safety compilation". Improved, fixed messagesOscar Campbell2015-06-041-53/+93
* Introduce pedantic mode for testerSergey Avseyev2015-05-251-1/+6
* run the C test tooSimon Hafner2015-05-131-1/+1
* Merge branch 'devel' into jpoirier-realtimeGCTestSimon Hafner2015-05-131-7/+17
|\
| * fixes #2517Araq2015-04-251-2/+7
| * Tests: Optional error location column specAdam Strzelecki2015-04-201-5/+10
* | integrated realtimegc stuff into testamentSimon Hafner2015-04-131-1/+34
|/
* Use `^` instead of `-` in slicesdef2015-03-281-2/+2
* Fix tests some moredef2015-03-171-1/+0