summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1791Araq2015-03-121-13/+13
|
* fixes #794 properlyAraq2015-03-121-3/+12
|
* fixes #1845, fixes #2224Araq2015-03-121-0/+29
|
* Merge pull request #2307 from def-/test-fixes-2Andreas Rumpf2015-03-126-16/+16
|\ | | | | Test fixes 2
| * Fix DLL tests on POSIXdef2015-03-101-3/+3
| | | | | | | | Automatically add the lib directory to LD_LIBRARY_PATH temporarily
| * Fix tests a bit moredef2015-03-105-13/+13
| |
* | fixes #2286Araq2015-03-123-2/+46
| |
* | fixes #2287Araq2015-03-121-0/+41
| |
* | fixes #2316Araq2015-03-111-0/+54
|/
* fixed the tester; more tests greenAraq2015-03-104-30/+43
|
* fixes --gc:none regression; made some tests greenAraq2015-03-104-8/+7
|
* fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be usedAraq2015-03-106-22/+91
|
* Merge pull request #2279 from nathan-hoad/sni-support-for-opensslDominik Picheta2015-03-101-0/+47
|\ | | | | Add SNI support to client and server sockets.
| * Make IP address checking more obvious, and add tests for the net module.Nathan Hoad2015-03-071-0/+47
| |
* | one result too muchSimon Hafner2015-03-091-3/+0
| |
* | fixed tester back upSimon Hafner2015-03-091-21/+27
| |
* | Merge pull request #2274 from reactormonk/warning-for-resultAndreas Rumpf2015-03-081-0/+6
|\ \ | | | | | | Warning for result
| * | nimout instead of msg for warningsSimon Hafner2015-03-051-2/+1
| | |
| * | Merge branch 'devel' into warning-for-resultSimon Hafner2015-03-05114-834/+1284
| |\ \
| * | | added test for result shadow warningSimon Hafner2015-03-051-0/+7
| | | |
* | | | Merge pull request #2239 from Maxdamantus/develAndreas Rumpf2015-03-072-0/+160
|\ \ \ \ | | | | | | | | | | interpret `tuple` as a class and `tuple[]` as the empty tuple, enable syntax for anonymous tuples
| * | | | add parser combinator test; uses multiple tuples/generics featuresMax Zerzouri2015-03-072-0/+160
| | | | |
* | | | | fixes #1940; code breakage! stricter template evaluationAraq2015-03-071-0/+47
| | | | |
* | | | | fixes #794Araq2015-03-071-0/+10
| | | | |
* | | | | Merge pull request #2275 from reactormonk/better-tester-messagesAndreas Rumpf2015-03-071-14/+16
|\ \ \ \ \ | | | | | | | | | | | | better messages for nimout
| * | | | | better messages for nimoutSimon Hafner2015-03-051-14/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #2282 from reactormonk/disable-nimble-testsAndreas Rumpf2015-03-061-3/+2
|\ \ \ \ \ | |_|/ / / |/| | | | fixed a bug in nimble tests - disable for now
| * | | | fixed a bug in nimble tests - disable for nowSimon Hafner2015-03-061-3/+2
| |/ / /
* | | | fixes #2229Araq2015-03-051-0/+24
| | | |
* | | | fixes #2250Araq2015-03-051-0/+80
| | | |
* | | | fixes #2252Araq2015-03-041-0/+8
| | | |
* | | | Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-044-9/+9
| | | |
* | | | Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-045-7/+7
|/ / /
* | / Replaced repeatStr() and repeatChar() with more natural versions.Hans Raaf2015-03-031-2/+8
| |/ |/|
* | some love for the testsuite; fixed regressionsAraq2015-03-0114-42/+111
| |
* | fixes #2233Araq2015-02-281-0/+8
| |
* | fixes #2169Araq2015-02-281-0/+118
| |
* | fixes #2216Araq2015-02-261-0/+27
| |
* | fixes #2215Araq2015-02-251-0/+29
| |
* | tester reports ignored tests and supports 'nimout'; fixes #2211Araq2015-02-256-9/+46
| |
* | Allow empty sets in case/of branches.Hans Raaf2015-02-241-0/+24
| | | | | | | | | | | | | | Added support for conditional compilation using 'when' with empty sets and arrays in 'case of' branches. Please enter the commit message for your changes. Lines starting
* | Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-0/+16
| | | | | | | | Fixes an error with mpairs iterator which was introduced with 5fbcf93860. This is used by nimforum thats why I found it. I also added a testcase for the mpairs iterator.
* | fixes #2134Araq2015-02-201-0/+33
| |
* | fixes #1902Araq2015-02-201-0/+15
| |
* | added test case for #2107Araq2015-02-201-0/+10
| |
* | Merge pull request #2164 from oderwat/fix-tohexAndreas Rumpf2015-02-191-24/+27
|\ \ | | | | | | Fixing toHex() to not wrap for long lens + Test
| * | Added test for toHex().Hans Raaf2015-02-181-24/+27
| | |
* | | Merge pull request #2139 from c-blake/develAndreas Rumpf2015-02-182-2/+10
|\ \ \ | |/ / |/| | Add mgetOrPut to support just one probe chase for the common
| * | Add some unit tests for mgetOrPut and hasKeyOrPut.Charles Blake2015-02-171-1/+9
| | |
| * | Merge ../Nim into develCharles Blake2015-02-165-6/+6
| |\ \