Andreas Rumpf
327b56d5e1
Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cpp
...
Fix issues with pthread_create when compiling under C++ mode.
2015-03-16 10:27:55 +01:00
Dominik Picheta
1e9ab3bb0a
Fixes #2323 . Fixes #2148 .
2015-03-15 22:06:26 +00:00
Philip Wernersbach
dcf4cee37c
Add test for fix in f8d6d74368.
2015-03-15 17:54:57 -04:00
def
669db4216e
Add test case for infinite recursion in semtypes
2015-03-14 22:46:17 +01:00
Araq
4077f7d49c
fixes #1791
2015-03-12 16:04:44 +01:00
Araq
0a0126d49a
fixes #794 properly
2015-03-12 11:40:14 +01:00
Araq
3aad16e337
fixes #1845 , fixes #2224
2015-03-12 11:08:03 +01:00
Andreas Rumpf
b97207a74c
Merge pull request #2307 from def-/test-fixes-2
...
Test fixes 2
2015-03-12 11:03:08 +01:00
Araq
f514be0772
fixes #2286
2015-03-12 01:45:15 +01:00
Araq
5a21892da0
fixes #2287
2015-03-12 01:45:14 +01:00
Araq
6dbd41e875
fixes #2316
2015-03-11 20:11:08 +01:00
def
ac0f62084c
Fix DLL tests on POSIX
...
Automatically add the lib directory to LD_LIBRARY_PATH temporarily
2015-03-10 15:35:36 +01:00
def
69e2b61c0a
Fix tests a bit more
2015-03-10 15:34:15 +01:00
Araq
0032912d10
fixed the tester; more tests green
2015-03-10 12:32:48 +01:00
Araq
ee57bb3e3e
fixes --gc:none regression; made some tests green
2015-03-10 12:32:47 +01:00
Araq
1efb5174f2
fixes #2220 ; #2219 ; breaks #2022 ; for #2022 callsite needs to be used
2015-03-10 12:32:46 +01:00
Dominik Picheta
3ea3aa633d
Merge pull request #2279 from nathan-hoad/sni-support-for-openssl
...
Add SNI support to client and server sockets.
2015-03-10 11:08:21 +00:00
Simon Hafner
2b4dcc9f33
one result too much
2015-03-09 14:26:08 -05:00
Simon Hafner
8f8171a0c4
fixed tester back up
2015-03-09 11:30:40 -05:00
Andreas Rumpf
38b9093581
Merge pull request #2274 from reactormonk/warning-for-result
...
Warning for result
2015-03-08 14:49:49 +01:00
Andreas Rumpf
df0473d754
Merge pull request #2239 from Maxdamantus/devel
...
interpret `tuple` as a class and `tuple[]` as the empty tuple, enable syntax for anonymous tuples
2015-03-07 17:35:14 +01:00
Araq
d58212ccc5
fixes #1940 ; code breakage! stricter template evaluation
2015-03-07 15:43:36 +01:00
Araq
4d8cd34c9e
fixes #794
2015-03-07 15:43:35 +01:00
Andreas Rumpf
1a9f266e50
Merge pull request #2275 from reactormonk/better-tester-messages
...
better messages for nimout
2015-03-07 11:26:13 +01:00
Max Zerzouri
3dcec39739
add parser combinator test; uses multiple tuples/generics features
2015-03-07 22:15:53 +13:00
Nathan Hoad
5978625c12
Make IP address checking more obvious, and add tests for the net module.
2015-03-07 12:37:52 +11:00
Andreas Rumpf
3b86c897a0
Merge pull request #2282 from reactormonk/disable-nimble-tests
...
fixed a bug in nimble tests - disable for now
2015-03-06 23:24:56 +01:00
Simon Hafner
df0afd8752
fixed a bug in nimble tests - disable for now
2015-03-06 12:59:36 -06:00
Simon Hafner
fb8c0280bd
better messages for nimout
2015-03-05 16:15:28 -06:00
Simon Hafner
1e1d58c3bc
nimout instead of msg for warnings
2015-03-05 14:53:46 -06:00
Simon Hafner
70eaf92ff0
Merge branch 'devel' into warning-for-result
2015-03-05 14:44:54 -06:00
Simon Hafner
f592240c54
added test for result shadow warning
2015-03-05 14:44:50 -06:00
Araq
cac259cdfb
fixes #2229
2015-03-05 20:39:25 +01:00
Araq
3adcad1b5d
fixes #2250
2015-03-05 11:17:14 +01:00
Araq
83cab19c62
fixes #2252
2015-03-04 21:19:38 +01:00
Hans Raaf
b902ea887b
Replaced deprecated repeatStr() with repeat().
2015-03-04 03:44:09 +01:00
Hans Raaf
58186f6c1d
Replaced deprecated repeatChar() with repeat() or spaces().
2015-03-04 03:30:43 +01:00
Hans Raaf
3546ff8819
Replaced repeatStr() and repeatChar() with more natural versions.
2015-03-03 16:37:54 +01:00
Araq
24ae0c387f
some love for the testsuite; fixed regressions
2015-03-01 21:41:21 +01:00
Araq
2808b7f9a5
fixes #2233
2015-02-28 23:53:52 +01:00
Araq
2ebeb0bd21
fixes #2169
2015-02-28 20:13:21 +01:00
Araq
9053799bf5
fixes #2216
2015-02-26 02:05:23 +01:00
Araq
f2cdbc92eb
fixes #2215
2015-02-25 20:32:32 +01:00
Araq
335c19c869
tester reports ignored tests and supports 'nimout'; fixes #2211
2015-02-25 12:59:32 +01:00
Hans Raaf
79384ea729
Allow empty sets in case/of branches.
...
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
2015-02-24 14:54:27 +01:00
Hans Raaf
93aa73284e
Fix unknown symbol in tables mpairs iterator.
...
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.
2015-02-21 23:20:02 +01:00
Araq
77406dd59c
fixes #2134
2015-02-20 20:01:25 +01:00
Araq
aef7be2e79
fixes #1902
2015-02-20 20:01:24 +01:00
Araq
1c88d26ebf
added test case for #2107
2015-02-20 20:01:23 +01:00
Andreas Rumpf
43c023c8dd
Merge pull request #2164 from oderwat/fix-tohex
...
Fixing toHex() to not wrap for long lens + Test
2015-02-19 09:12:50 +01:00