Miran
44f5c7e90f
Merge tests into a larger file (part 1 of ∞) ( #9318 )
...
* merge actiontable tests
* merge arithm tests
* merge array tests
* merge assign tests
* merge bind tests
* merge casestmt tests
* merge closure tests
* merge cnt seq tests
* merge collections tests
* merge concept issues tests
* merge concept tests
* fix failing tests
* smaller outputs
Use `doAssert` where possible.
* fix wrong output
* split `tcomputedgoto`
* revert merging concepts
* fix failing test
(cherry picked from commit 7f18d7cbc1 )
2018-11-01 17:34:33 +01:00
Araq
c92fdb24c8
fixes #5015
2018-10-03 00:00:19 +02:00
LemonBoy
ba7c874a7d
Mysterious fix for #8550 ( #8561 )
...
Replacing the `for` body with a nkEmpty node is not the right thing to
do.
2018-08-12 20:41:48 +02:00
Andreas Rumpf
c57e320c94
fixes 7833 ( #8533 )
...
* fixes #7833 ; still to-do: fix setLen
* make tests green again
* also fixes setLen and string concats; refs #7833
* change formating to avoid a compiler warning
* emit the write barrier also for addChar
* fixes yet another regression
* make setLengthStr compile for the old version
* make growobjcrash complete earlier
2018-08-05 11:42:38 +02:00
Andreas Rumpf
ae82406c8b
make tests green again
2018-07-05 19:14:18 +02:00
Araq
b57d14b1ae
make more tests green
2018-02-10 20:55:22 +01:00
Araq
8cc268876a
bugfix: detect captures in non-closure inner procs
2017-11-03 18:05:14 +01:00
Daniil Yarancev
9570c6e6f4
Add a test-case for #1641
2017-10-16 14:04:36 +03:00
Zahary Karadjov
7ad115f530
Restore the old behavior of parsing "quote do:"
...
close #5845
2017-08-19 08:57:43 +02:00
Araq
7be896a75a
disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on Windows
2017-08-04 22:24:37 +02:00
Arne Döring
000b8afd26
Remove expr/stmt ( #5857 )
2017-07-25 09:28:23 +02:00
Andreas Rumpf
ad608838bf
closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target
2017-07-22 11:10:52 +02:00
Zahary Karadjov
a3f19c87fb
lift parameter-less do block to lambdas
2017-04-10 23:58:05 +03:00
Zahary Karadjov
34b2527441
the new blocks without 'do' produce compatible AST with 'do blocks'
2017-04-09 23:45:52 +03:00
Zahary Karadjov
987b522071
fix the do notation when used with procs
2017-04-09 22:59:24 +03:00
Andreas Rumpf
b9322010e9
make tests green again
2016-08-25 21:56:21 +02:00
Yuriy Glukhov
e61cfea78b
Fixed broken test. Added closureScope test.
2016-06-28 13:15:02 +03:00
Andreas Rumpf
8dec1dcd1f
make tests green
2016-05-11 21:17:13 +02:00
Andreas Rumpf
299351a909
fixes #4070
2016-05-11 18:16:25 +02:00
Andreas Rumpf
5757ad858c
fixes #3995
2016-04-03 18:12:25 +02:00
def
57897698d1
Fix test cases for JSON object changes
2016-02-24 19:03:55 +01:00
Andreas Rumpf
2309975f78
fixes yet another LL regression (Aporia compiles again)
2016-01-18 03:00:14 +01:00
Dominik Picheta
d0d1b396ed
Added test for #600 .
2016-01-16 14:29:48 +00:00
Dominik Picheta
a395182dd7
Added test for code in @def-'s comment in #1502 .
2016-01-16 14:14:29 +00:00
Dominik Picheta
23cebff5fc
Added test for #1512 .
2016-01-16 14:09:28 +00:00
Dominik Picheta
abc72eb919
Added test for #1642 .
2016-01-16 14:02:25 +00:00
Dominik Picheta
19ea2672c5
Added test for #1846 .
2016-01-16 13:58:40 +00:00
Dominik Picheta
ac71ece673
Added test for #1911 .
2016-01-16 13:56:44 +00:00
Dominik Picheta
bc65a7c76b
Added test for #1923 .
2016-01-16 13:54:28 +00:00
Dominik Picheta
40ae1ad363
Added test for #2138 .
2016-01-16 13:49:37 +00:00
Dominik Picheta
b6e8a1437b
Added test for #3304
2016-01-16 13:32:26 +00:00
Andreas Rumpf
9097033b4e
fixes yet another regression
2016-01-13 13:47:13 +01:00
Andreas Rumpf
b4c62d5fed
async works again
2016-01-03 23:20:53 +01:00
Andreas Rumpf
813f98fb34
further progress on closure iterators; tforum still failing
2016-01-03 21:16:07 +01:00
Andreas Rumpf
307a6095fa
made closure iterators tests green, updated docs
2015-12-31 00:16:38 +01:00
Andreas Rumpf
250e81ceda
Merge branch 'devel' into new-ll
2015-12-29 20:45:22 +01:00
Andreas Rumpf
255177f7cd
new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name
2015-12-29 20:39:52 +01:00
Andreas Rumpf
bbb5ce38c7
updated test cases
2015-12-29 20:25:05 +01:00
Andreas Rumpf
e079db95f8
changed testcase for new LL semantics
2015-12-29 19:42:11 +01:00
Andreas Rumpf
99f167724b
updated test case for changed LL
2015-12-29 19:41:26 +01:00
Peter Mora
75097e2981
sequtils related changes
2015-10-05 22:42:22 +02:00
Adam Strzelecki
e80465dacf
tests: Trim .nim files trailing whitespace
...
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:04:32 +02:00
def
fc76c93a19
Fix expected tester messages
2015-04-21 11:17:24 +02:00
Araq
b7f11b8b0a
fixes #2125
2015-02-18 13:44:01 +01:00
Araq
eaf00dd1fb
minor documentation updates
2015-02-16 02:56:40 +01:00
Araq
ada0f14711
fixes #2073
2015-02-08 14:15:02 +01:00
Dominik Picheta
3ac2e00334
Fixes #1642 .
2015-01-28 23:10:25 +00:00
Araq
76c3b314dc
implemented 'koch pdf'
2014-12-19 13:44:56 +01:00
Araq
d7d059a686
more tests green
2014-08-31 17:23:35 +02:00
Araq
ca8135f34b
added test
2014-08-05 21:45:58 +02:00