Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests on Windows green | Araq | 2017-01-31 | 1 | -2/+6 |
| | |||||
* | testament: OS specific disables | Araq | 2017-01-31 | 1 | -1/+17 |
| | |||||
* | added test case; threadex example crashes now | Araq | 2017-01-30 | 1 | -0/+1 |
| | |||||
* | added system.onThreadCreation feature for safe thread local storage ↵ | Andreas Rumpf | 2017-01-18 | 1 | -0/+1 |
| | | | | initializations | ||||
* | disable not implemented test for sighashes | Araq | 2016-12-13 | 1 | -4/+5 |
| | |||||
* | Merge pull request #4800 from Wh1teDuke/FixTesterRunOpt | Andreas Rumpf | 2016-10-24 | 2 | -3/+9 |
|\ | | | | | [Tester] allow running single tests with 'run' option | ||||
| * | Run Option: use now processSingleTest | Wh1teDuke | 2016-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add processSingleTest, remove file arg from processCategory | Wh1teDuke | 2016-09-19 | 1 | -2/+8 |
| | | |||||
* | | run gctest for gc:none | Jacek Sieka | 2016-10-12 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #4706 from cheatfate/testupcoming | Andreas Rumpf | 2016-09-04 | 1 | -0/+10 |
|\ | | | | | Add upcoming/asyncdispatch.nim to tests. | ||||
| * | Fix define. | cheatfate | 2016-09-04 | 1 | -1/+1 |
| | | |||||
| * | Add upcoming/asyncdispatch.nim to tests. | cheatfate | 2016-09-04 | 1 | -0/+10 |
| | | |||||
* | | Enabled logging tests for js | Yuriy Glukhov | 2016-09-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4661 from yglukhov/js-uncaught-stacktrace | Andreas Rumpf | 2016-08-29 | 2 | -0/+6 |
|\ | | | | | Uncaught exceptions in JS now always propagate with better stack trace. Fixed codegen bug. | ||||
| * | Treat all failure codes from nodejs as 1 | Yuriy Glukhov | 2016-08-27 | 1 | -0/+5 |
| | | |||||
| * | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 1 | -0/+1 |
| | | |||||
* | | disable rodfile tests depending on gtk | Araq | 2016-08-28 | 1 | -1/+1 |
| | | |||||
* | | tester cleanup; enable some rod tests | Araq | 2016-08-27 | 2 | -15/+17 |
| | | |||||
* | | next steps in getting symbol files to work again | Araq | 2016-08-16 | 1 | -3/+2 |
|/ | |||||
* | sets don't support empty arrays :) | cheatfate | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Enable coroutines again. | cheatfate | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | comments | cheatfate | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | testament update to have list of disabled modules. | cheatfate | 2016-07-30 | 2 | -6/+12 |
| | |||||
* | added 'koch testinstall' command; more installer related bugfixes | Andreas Rumpf | 2016-06-09 | 2 | -1/+6 |
| | |||||
* | Time has now reference semantics on js | Yuriy Glukhov | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | fixes #3184 | Andreas Rumpf | 2016-05-22 | 1 | -0/+1 |
| | |||||
* | fixes #3793 | Andreas Rumpf | 2016-05-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #4049 from arnetheduck/tester-targets | Andreas Rumpf | 2016-04-07 | 2 | -0/+19 |
|\ | | | | | tester: allow filtering tests by target | ||||
| * | untaint command line option for parsing | Jacek Sieka | 2016-04-06 | 1 | -1/+1 |
| | | |||||
| * | tester: allow filtering tests by target | Jacek Sieka | 2016-04-05 | 2 | -0/+19 |
| | | |||||
* | | Prevent tester from checking for output diffs for actionRunNoSpec. | Dominik Picheta | 2016-04-05 | 1 | -1/+1 |
|/ | |||||
* | Fixed bad JS codegen for new json with tables. Added json to JS tests. | Yuriy Glukhov | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Unsigned arith corrected for JS | Yuriy Glukhov | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | fixed float formatting for js | Yuriy Glukhov | 2015-11-26 | 1 | -0/+3 |
| | |||||
* | Improved postgres docs and added untestable tests. | Dominik Picheta | 2015-10-27 | 1 | -0/+3 |
| | |||||
* | Fixed tests for TravisCI | Yuriy Glukhov | 2015-10-22 | 1 | -8/+10 |
| | |||||
* | compiler/msgs: Default to stderr for diagnostics | Adam Strzelecki | 2015-10-16 | 1 | -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 js | Yuriy Glukhov | 2015-10-15 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/devel' into appveyor | Aman Gupta | 2015-10-13 | 4 | -12/+21 |
|\ | |||||
| * | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 3 | -9/+9 |
| | | |||||
| * | disable new BoehmGC tests on Windows | Araq | 2015-10-12 | 1 | -4/+7 |
| | | |||||
| * | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into ↵ | Araq | 2015-10-12 | 1 | -3/+9 |
| |\ | | | | | | | | | | rbehrends-gc-fixes | ||||
| | * | Include Boehm GC in garbage collection tests. | Reimer Behrends | 2015-09-08 | 1 | -3/+9 |
| | | | |||||
* | | | copy server.dll too? | Aman Gupta | 2015-10-08 | 1 | -0/+2 |
| | | | |||||
* | | | skip sdl/opengl/fsmonitor tests when unavailable | Aman Gupta | 2015-10-08 | 1 | -0/+6 |
| | | | |||||
* | | | show failure code | Aman Gupta | 2015-10-08 | 1 | -1/+1 |
| | | | |||||
* | | | standardize on forward slashes for paths | Aman Gupta | 2015-10-07 | 1 | -1/+1 |
| | | | |||||
* | | | framework is required | Aman Gupta | 2015-10-07 | 1 | -1/+1 |
| | | | |||||
* | | | fix compile error | Aman Gupta | 2015-10-07 | 1 | -1/+1 |
| | | |