summary refs log tree commit diff stats
path: root/tests/testament
Commit message (Expand)AuthorAgeFilesLines
* Testament HTML generation upgrade (#6058)Fredrik Høisæther Rasch2017-10-254-394/+504
* fixes #5143Araq2017-10-161-3/+3
* enable unguarded_access testAndreas Rumpf2017-10-022-6/+2
* Add tests for examples from Nim in Action.Dominik Picheta2017-10-011-0/+44
* 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
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+1
* review and merge zahary's work (#5849)zah2017-06-032-9/+22
* compiler option for testament (#5713)Jacek Sieka2017-05-152-6/+11
* 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
* Update testament to include all tests from tests/threads category. (#5576)Eugene Kabanov2017-03-201-19/+5
* Add ``tearDownForeignThreadGc`` function (#5369)Anatoly Galiulin2017-02-131-0/+1
* testament: be verbose when --pedantic failsAndreas Rumpf2017-02-031-1/+3
* make tests on Windows green under --pedanticAraq2017-02-022-12/+11
* make tests on Windows greenAraq2017-01-311-2/+6
* testament: OS specific disablesAraq2017-01-311-1/+17
* added test case; threadex example crashes nowAraq2017-01-301-0/+1
* added system.onThreadCreation feature for safe thread local storage initializ...Andreas Rumpf2017-01-181-0/+1
* disable not implemented test for sighashesAraq2016-12-131-4/+5
* Merge pull request #4800 from Wh1teDuke/FixTesterRunOptAndreas Rumpf2016-10-242-3/+9
|\
| * Run Option: use now processSingleTestWh1teDuke2016-09-191-1/+1
| * Add processSingleTest, remove file arg from processCategoryWh1teDuke2016-09-191-2/+8
* | run gctest for gc:noneJacek Sieka2016-10-121-0/+7
|/
* Merge pull request #4706 from cheatfate/testupcomingAndreas Rumpf2016-09-041-0/+10
|\
| * Fix define.cheatfate2016-09-041-1/+1
| * Add upcoming/asyncdispatch.nim to tests.cheatfate2016-09-041-0/+10
* | Enabled logging tests for jsYuriy Glukhov2016-09-031-2/+2
|/
* Merge pull request #4661 from yglukhov/js-uncaught-stacktraceAndreas Rumpf2016-08-292-0/+6
|\
| * Treat all failure codes from nodejs as 1Yuriy Glukhov2016-08-271-0/+5
| * Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-271-0/+1
* | disable rodfile tests depending on gtkAraq2016-08-281-1/+1
* | tester cleanup; enable some rod testsAraq2016-08-272-15/+17
* | next steps in getting symbol files to work againAraq2016-08-161-3/+2
|/
* 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-302-6/+12
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-092-1/+6
* Time has now reference semantics on jsYuriy Glukhov2016-06-011-1/+1
* fixes #3184Andreas Rumpf2016-05-221-0/+1
* fixes #3793Andreas Rumpf2016-05-161-0/+2
* Merge pull request #4049 from arnetheduck/tester-targetsAndreas Rumpf2016-04-072-0/+19
|\
| * untaint command line option for parsingJacek Sieka2016-04-061-1/+1
| * tester: allow filtering tests by targetJacek Sieka2016-04-052-0/+19
* | Prevent tester from checking for output diffs for actionRunNoSpec.Dominik Picheta2016-04-051-1/+1
|/
* Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+1
* JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-1/+1