summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* making tests green againZahary Karadjov2012-03-203-7/+7
|
* merged branch overloading-for-macrosZahary Karadjov2012-03-1916-30/+102
|\
| * the test suite is mostly green againZahary Karadjov2012-03-1611-25/+21
| |
| * fix for template redefinition. test cases added.Zahary Karadjov2012-03-155-5/+81
| |
* | first steps for cleaner static/const distinctionAraq2012-03-131-3/+3
|/
* unit test for #100Zahary Karadjov2012-03-102-0/+13
| | | | | unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-211-1/+7
|
* fixes #99Araq2012-02-171-0/+30
|
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+11
|
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-1/+7
|
* added tests/tclosure2Araq2012-02-081-0/+78
|
* tester shouldn't fail when copyFile fails anymoreAraq2012-02-061-2/+8
|
* bugfix: threading on PowerPCAraq2012-02-021-0/+48
|
* small fixes for tests on windowsAraq2012-01-314-12/+14
|
* tlsEmulation:on for windows/GCCAraq2012-01-291-2/+2
|
* fixes #98Araq2012-01-291-1/+1
|
* bugfix tests/tzeroarrayAraq2012-01-291-0/+18
|
* fixes #89Araq2012-01-291-0/+5
|
* fixed #96 as good as technically possible (debug frames are allocated on the ↵Araq2012-01-291-4/+4
| | | | C stack)
* pragma on/off improvements; endb rewrittenAraq2012-01-281-22/+37
|
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-1/+1
|
* bugfix: invalid indentation for 'else' is detected; optional indentation for ↵Araq2012-01-131-0/+27
| | | | 'if' expressions
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-131-0/+16
|
* even more sys assertionsAraq2012-01-131-25/+14
|
* more sysasserts for allocator/gcAraq2012-01-121-7/+12
|
* further steps to eliminate generics bugsAraq2012-01-112-2/+4
|
* disabled tdatabind.nim as it's still to heavy for the compilerAraq2012-01-081-0/+95
|
* adapted titer4 test because of new implicit items/pairs iteratorsAraq2012-01-081-2/+2
|
* implicit invokation of items/pairs iteratorsAraq2012-01-081-0/+4
|
* fixes #33Araq2012-01-071-19/+17
|
* bugfix: type alias to generic; generic type not stripped away from for loop ↵Araq2012-01-073-0/+34
| | | | variable
* test t99bott.nim works nowAraq2012-01-061-4/+4
|
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-1/+8
|
* fixed some testsAraq2012-01-032-6/+2
|
* io test uses dummy compile result objectAraq2012-01-021-1/+3
|
* Merge pull request #86 from Tass/masterAraq2012-01-023-13/+6
|\ | | | | Fixed IO tests.
| * removed """ so unittest can handle itSimon Hafner2012-01-021-6/+1
| |
| * fixed the io tests so they run as intendedSimon Hafner2011-12-313-7/+5
| | | | | | | | | | There is however a problem with the unittest. It does output colors even if stdout isn't a tty, so the test still fails.
* | year 2012 for most copyright headersAraq2012-01-024-4/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-311-0/+1
|\
| * Disabled io tests because it blocks indefinitely.dom962011-12-311-0/+1
| |
* | new len(openarray) implementationAraq2011-12-311-0/+9
|/
* Merge pull request #84 from Tass/masterAraq2011-12-311-0/+1
|\ | | | | forgot to add the testfile for the io test
| * forgot to add tests/testdata/stringSimon Hafner2011-12-311-0/+1
| |
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-312-4/+16
| |
* | changed io testsAraq2011-12-312-2/+6
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-313-0/+37
|\ \
| * | Merge pull request #79 from Tass/masterAraq2011-12-313-0/+37
| |\| | | | | | | readAll
| | * compileSingleTest instead of direct callCompilerSimon Hafner2011-12-301-1/+1
| | |
| | * fixes for readAllSimon Hafner2011-12-302-3/+14
| | |