summary refs log tree commit diff stats
path: root/tests/testament
Commit message (Collapse)AuthorAgeFilesLines
* review and merge zahary's work (#5849)zah2017-06-032-9/+22
| | | | | | | | | * proper indentation for the generated JS code * improved dead-code elimination for JavaScript * test the JS dead-code elimination A new test spec has been added - "maxcodesize". It specifies the maximum size of the generated code in bytes.
* compiler option for testament (#5713)Jacek Sieka2017-05-152-6/+11
| | | | | | * compiler option for testament * different spacing
* 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.} ↵Zahary Karadjov2017-03-241-0/+4
| | | | pragma
* 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 ↵Andreas Rumpf2017-01-181-0/+1
| | | | initializations
* disable not implemented test for sighashesAraq2016-12-131-4/+5
|
* Merge pull request #4800 from Wh1teDuke/FixTesterRunOptAndreas Rumpf2016-10-242-3/+9
|\ | | | | [Tester] allow running single tests with 'run' option
| * 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
|\ | | | | Add upcoming/asyncdispatch.nim to tests.
| * 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
|\ | | | | Uncaught exceptions in JS now always propagate with better stack trace. Fixed codegen bug.
| * 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
|\ | | | | tester: allow filtering tests by target
| * 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
|
* 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
|
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-161-1/+2
| | | | | | | | | | | | Previously we were defaulting to stdout for diagnostics, which could interfere with scripts or `nim c -r' programs outputting their results to stdout, possibly mixing their output with compiler messages. This change makes now Nim to be inline with other compilers emitting diagnostics to stderr. Also now --stdout option has proper meaning making all diagnostics to be sent to stdout instead. NOTE: Tester now calls compiler with --stdout.
* Fixed ret by var in jsYuriy Glukhov2015-10-151-1/+3
|
* Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-134-12/+21
|\
| * udpated the compiler and tester to use getOrDefaultAraq2015-10-133-9/+9
| |
| * disable new BoehmGC tests on WindowsAraq2015-10-121-4/+7
| |