summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * implemented readAll()Simon Hafner2011-12-222-0/+26
| | |
* | | improved actors.syncAraq2011-12-311-0/+66
| | |
* | | make trecinca|b tests greenAraq2011-12-312-2/+2
|/ /
* | critbits added to stdlibAraq2011-12-301-0/+28
| |
* | added support for advanced substitution expressionsAraq2011-12-271-1/+1
|/
* fixed some recently introduced compilation errors in the standard libraryZahary Karadjov2011-12-131-1/+1
|
* added binary trees benchmarkAraq2011-12-121-0/+54
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2011-12-114-38/+57
|\
| * codegen uses alias analysis to generate better codeAraq2011-12-101-37/+37
| |
| * fixes #71; sorry about the polling implementationAraq2011-12-053-1/+20
| |
* | proc arguments are in scope when the result type definition is being processedZahary Karadjov2011-12-091-0/+3
|/ | | | | This is intended for type deduction depending on the arguments proc foo(x: type): type(expr(x))
* fixes 70Araq2011-12-041-4/+4
|
* 'assert' is now implemented without compiler magicAraq2011-12-041-0/+14
|