summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixed minor bugs; cleaned up testsAraq2015-02-129-604/+151
|
* increase limit for 64bit systemsAraq2015-02-101-1/+1
|
* fixes #2070Araq2015-02-102-1/+31
|
* cleanup index generationAraq2015-02-102-0/+54
|
* cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-1/+3
|
* unsigned array indexes work better; minor cleanupsAraq2015-02-101-2/+19
|
* fixes #1131Araq2015-02-101-0/+11
|
* cleaned up some testsAraq2015-02-1021-3/+10
|
* temptyseqs works againAraq2015-02-101-1/+1
|
* Async await try statement fixes.Dominik Picheta2015-02-092-1/+41
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-0/+19
|
* apparently the json spacing changedSimon Hafner2015-02-081-1/+1
|
* fixes #2004Araq2015-02-082-2/+20
|
* fixes #2073Araq2015-02-081-0/+15
|
* Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-072-0/+0
|\ | | | | Rename *.nimrod.cfg to *.nim.cfg
| * Rename *.nimrod.cfg to *.nim.cfgdef2015-02-032-0/+0
| |
* | Clean up tests/staticdef2015-02-041-1/+1
| | | | | | | | tstaticparammacro still fails
* | Clean up tests/osprocdef2015-02-041-3/+6
| |
* | Clean up tests/modulesdef2015-02-041-2/+2
| |
* | Clean up tests/manylocdef2015-02-0413-121/+113
| | | | | | | | named_argument_bug still fails
* | Clean up tests/iterdef2015-02-041-1/+8
| |
* | Clean up tests/effectsdef2015-02-041-1/+0
| |
* | Clear up tests/clearmsgdef2015-02-041-1/+1
| |
* | Fix name of generated C file in testerdef2015-02-041-1/+1
| | | | | | | | - Makes tests/ccgbugs/tmissingvolatile work again
* | Clean up tests/binddef2015-02-041-1/+1
| |
* | Clean up tests/assertdef2015-02-041-1/+1
| | | | | | | | | | | | | | 1 test still fails: - tunittests uses utemplates, which seems broken. not sure what it's supposed to do
* | Clean up tests/stdlibdef2015-02-043-33/+37
| | | | | | | | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects
* | Disable rodfiles tests for nowdef2015-02-041-2/+3
| |
* | Add test for #1460def2015-02-041-0/+5
| |
* | Add test for #1459def2015-02-041-0/+5
| |
* | Add test for #1877def2015-02-041-0/+19
| |
* | Add test for #1259def2015-02-041-0/+12
| |
* | Add test for #1836def2015-02-041-0/+17
| |
* | Merge pull request #2049 from def-/permutationsAndreas Rumpf2015-02-041-0/+19
|\ \ | | | | | | Add nextPermutation and prevPermutation
| * | Adapt the tester for permutationsdef2015-02-021-11/+13
| | | | | | | | | | | | Uses the bool return value now
| * | Add nextPermutation and prevPermutationdef2015-02-011-0/+17
| |/ | | | | | | | | | | Fits best into algorithm module I guess. These are the most general ways, an iterator could easily be implemented from this. Same algorithm as in Rust: http://web.mit.edu/rust-lang_v0.11/doc/src/collections/var/tmp/alexp/rust/rust-0.11.0/src/libcollections/slice.rs.html#644
* | fixes #2057Araq2015-02-041-0/+22
| |
* | Merge pull request #2031 from reactormonk/high-cstringAndreas Rumpf2015-02-041-0/+6
|\ \ | | | | | | Fixes #2030
| * | Fixes #2030Simon Hafner2015-01-291-0/+6
| | |
* | | added tests from issue #497Simon Hafner2015-02-012-0/+22
| |/ |/|
* | Fix SinglyLinkedRing in lists moduledef2015-02-011-0/+29
| | | | | | | | | | | | | | - SinglyLinkedRing's prepend was broken - needed a tail so that prepend can work properly - now append works as well, so I added it too - simple testcase added as well
* | check test resultAraq2015-02-011-0/+4
| |
* | fixes #2023Araq2015-02-011-0/+16
| |
* | Merge pull request #2033 from reactormonk/round-in-jsAndreas Rumpf2015-02-011-0/+7
|\ \ | | | | | | Fixes #1959, rounding floats in JS
| * | Fixes #1959, rounding floats in JSSimon Hafner2015-01-291-0/+7
| |/
* | Merge pull request #2020 from def-/mitemsreactormonk2015-02-011-0/+136
|\ \ | | | | | | mitems and mpairs
| * | Add tests for mitemsdef2015-01-291-0/+136
| | |
* | | fixes #1988Araq2015-01-311-0/+15
| | |
* | | fixes #2022Araq2015-01-312-0/+97
| | |
* | | fixes #2041Araq2015-01-311-0/+3
| | |