summary refs log tree commit diff stats
path: root/tests/specials.nim
Commit message (Expand)AuthorAgeFilesLines
* Adds highlite to tests suite.Grzegorz Adam Hankiewicz2013-06-181-0/+2
* revert new scope for 'if'Araq2013-05-021-1/+2
* fixes #376Araq2013-03-241-0/+1
* tester supports large testsAraq2013-03-181-1/+25
* used correct syntax for multiline results in testsSimon Hafner2013-03-161-6/+2
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-0/+4
* cleaner GC switchingAraq2013-01-311-0/+1
* small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-1/+1
* bugfix: typeinfo generationAraq2012-09-211-0/+1
* bugfix: tester does not hang anymoreAraq2012-09-211-3/+3
* bugfix: 'nimrod i' works againAraq2012-09-181-0/+4
* activated tests for tr macrosAraq2012-09-061-1/+3
* fixed the rodfiles testsZahary Karadjov2012-07-201-5/+0
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-1/+1
* JS codegen improvements; barely usable nowAraq2012-07-021-1/+1
* JS codegen enhancements; still unusableAraq2012-07-011-0/+16
* GC with realtime supportAraq2012-04-211-0/+2
* fix incorrect path for rodfile tests' nimcacheZahary Karadjov2012-04-151-5/+6
* re-enable rodfiles tests; fixes #91Zahary Karadjov2012-04-111-1/+2
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-211-1/+7
* tester shouldn't fail when copyFile fails anymoreAraq2012-02-061-2/+8
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-1/+8
* io test uses dummy compile result objectAraq2012-01-021-1/+3
* Merge pull request #86 from Tass/masterAraq2012-01-021-4/+2
|\
| * fixed the io tests so they run as intendedSimon Hafner2011-12-311-4/+2
* | year 2012 for most copyright headersAraq2012-01-021-1/+1
|/
* MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-311-2/+13
* changed io testsAraq2011-12-311-1/+5
* compileSingleTest instead of direct callCompilerSimon Hafner2011-12-301-1/+1
* fixes for readAllSimon Hafner2011-12-301-0/+7
* fixes #71; sorry about the polling implementationAraq2011-12-051-0/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-0/+3
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-1/+1
* fixed bug that kept tls emulation from workingAraq2011-11-251-1/+1
* tester: threading tests addedAraq2011-11-191-3/+7
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-181-0/+138