summary refs log tree commit diff stats
path: root/tests/testament/categories.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-251-3/+25
* disable symbol file tests for the old symbol file implementationAraq2018-02-191-2/+3
* Fix longgc category tests (#7095)Sergey Avseyev2018-01-221-2/+2
* Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-171-1/+2
|\
| * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-1/+2
* | travis: attempt to make tests green againAndreas Rumpf2018-01-161-1/+1
* | Include target in tester nimcache hash (#7053)Mathias Stearn2018-01-141-5/+6
* | Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-1/+1
|/
* Prep for tester parallel: private nimcache for each test (#6937)Mathias Stearn2017-12-181-20/+14
* Async upcoming (#6585)Dominik Picheta2017-11-221-1/+0
* use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-151-10/+10
* Always compile tests in the JS category with the JS backend (#6680)GULPF2017-11-031-1/+2
* Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542)Xiao-Yong2017-10-281-1/+2
* fixes #5143Araq2017-10-161-3/+3
* enable unguarded_access testAndreas Rumpf2017-10-021-5/+1
* Add tests for examples from Nim in Action.Dominik Picheta2017-10-011-0/+44
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+1
* 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
* make tests on Windows green under --pedanticAraq2017-02-021-2/+2
* make tests on Windows greenAraq2017-01-311-2/+6
* 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-241-2/+8
|\
| * 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-291-0/+1
|\
| * 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-271-15/+16
* | next steps in getting symbol files to work againAraq2016-08-161-3/+2
|/
* testament update to have list of disabled modules.cheatfate2016-07-301-5/+7
* 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
* 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
* Unsigned arith corrected for JSYuriy Glukhov2016-01-211-1/+1
* fixed float formatting for jsYuriy Glukhov2015-11-261-0/+3
* Improved postgres docs and added untestable tests.Dominik Picheta2015-10-271-0/+3
* Fixed tests for TravisCIYuriy Glukhov2015-10-221-8/+10
* Fixed ret by var in jsYuriy Glukhov2015-10-151-1/+3
* Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-131-3/+12
|\
| * disable new BoehmGC tests on WindowsAraq2015-10-121-4/+7
| * Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...Araq2015-10-121-3/+9
| |\