Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable new BoehmGC tests on Windows | Araq | 2015-10-12 | 1 | -4/+7 |
| | |||||
* | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into ↵ | Araq | 2015-10-12 | 1 | -3/+9 |
|\ | | | | | | | rbehrends-gc-fixes | ||||
| * | Include Boehm GC in garbage collection tests. | Reimer Behrends | 2015-09-08 | 1 | -3/+9 |
| | | |||||
* | | Merge pull request #3314 from haiodo/emscripten-support | Andreas Rumpf | 2015-10-07 | 1 | -0/+1 |
|\ \ | | | | | | | Emscripten support | ||||
| * \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-10-06 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-10-01 | 2 | -2/+8 |
| |\ \ \ | |||||
| * | | | | Added a test to check how gc works in emscripten. | Andrey Sobolev | 2015-09-23 | 1 | -0/+1 |
| | |_|/ | |/| | | | | | | | | | | Test will fail in emscripten and pass in normal environment. | ||||
* | | | | initialize new fields to empty values | Aman Gupta | 2015-10-06 | 1 | -0/+3 |
| | | | | |||||
* | | | | copy nimrtl into lib, reset LD_LIBRARY_PATH after use | Aman Gupta | 2015-10-06 | 1 | -0/+3 |
| | | | | |||||
* | | | | add tfile/tline assertions for template expansion file/line | Aman Gupta | 2015-10-06 | 2 | -1/+27 |
| | | | | |||||
* | | | | show stderr w/ reExitcodesDiffer | Aman Gupta | 2015-10-02 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | show full compiler output with reNimcCrash | Aman Gupta | 2015-09-30 | 1 | -0/+2 |
| |/ |/| | |||||
* | | allow testament/tester to run single file | Aman Gupta | 2015-09-30 | 2 | -2/+8 |
|/ | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -12/+12 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 2 | -10/+10 |
| | |||||
* | Revert from columnar layout. Remove temp-fix for 2857. | Oscar Campbell | 2015-06-10 | 1 | -12/+6 |
| | |||||
* | Treat unitest's default esc.seq. output as empty. | Oscar Campbell | 2015-06-04 | 1 | -5/+8 |
| | |||||
* | Add "safety compilation". Improved, fixed messages | Oscar Campbell | 2015-06-04 | 1 | -53/+93 |
| | | | | | | | | - node ext searcher also looks for "iojs" if no node(js?) found. - koch ensures the local work dir compiler is freshly compiled before executing the tests. - the tester can only run in the repo dir - now the compiler and libs used are also explicitly the local dirs - so no confusion from system wide pathing ("sufficiently sandboxed"). - fixed expectations in tmitems.nim test to match changes in json mod. - re-layouted the columns / row printing slightly, making test fails pop out more, and everything "normal" layed back. | ||||
* | Made pathing (hopefully) Windows friendly. | Oscar Campbell | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Ensure fresh compiler and local compiler + libs | Oscar Campbell | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Introduce pedantic mode for tester | Sergey Avseyev | 2015-05-25 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | Motivation ---------- External tools need to know whether or not any test in suite failed. For example buildbot, or packaging tool would like to stop the execution and mark it as failed if some tests does not pass. Modification ------------ Add `--pedantic` switch to tester program which will force it to quit with non-zero exit code if at least one failure detected. Also update `tests()` proc in koch to inspect result from tester and propagate it to user. Result ------ Nothing has changed in default behaviour. But following invocations will exit with non-zero code if there failed tests: ./koch tests --pedantic all ./tests/testament/tester --pedantic all | ||||
* | run the C test too | Simon Hafner | 2015-05-13 | 2 | -2/+2 |
| | |||||
* | Merge branch 'devel' into jpoirier-realtimeGCTest | Simon Hafner | 2015-05-13 | 3 | -15/+33 |
|\ | |||||
| * | fixes #2517 | Araq | 2015-04-25 | 3 | -9/+18 |
| | | |||||
| * | Tests: Optional error location column spec | Adam Strzelecki | 2015-04-20 | 2 | -6/+15 |
| | | | | | | | | | | This allows some test to specify error location column, to ensure compiler is generating diagnostics pointing to exactly right place of an error. | ||||
* | | integrated realtimegc stuff into testament | Simon Hafner | 2015-04-13 | 2 | -1/+48 |
|/ | |||||
* | Use `^` instead of `-` in slices | def | 2015-03-28 | 2 | -20/+20 |
| | |||||
* | Fix tests some more | def | 2015-03-17 | 2 | -2/+1 |
| | |||||
* | Merge pull request #2307 from def-/test-fixes-2 | Andreas Rumpf | 2015-03-12 | 1 | -3/+3 |
|\ | | | | | Test fixes 2 | ||||
| * | Fix DLL tests on POSIX | def | 2015-03-10 | 1 | -3/+3 |
| | | | | | | | | Automatically add the lib directory to LD_LIBRARY_PATH temporarily | ||||
* | | fixes #2286 | Araq | 2015-03-12 | 1 | -1/+5 |
|/ | |||||
* | fixed the tester; more tests green | Araq | 2015-03-10 | 2 | -27/+35 |
| | |||||
* | one result too much | Simon Hafner | 2015-03-09 | 1 | -3/+0 |
| | |||||
* | fixed tester back up | Simon Hafner | 2015-03-09 | 1 | -21/+27 |
| | |||||
* | Merge pull request #2275 from reactormonk/better-tester-messages | Andreas Rumpf | 2015-03-07 | 1 | -14/+16 |
|\ | | | | | better messages for nimout | ||||
| * | better messages for nimout | Simon Hafner | 2015-03-05 | 1 | -14/+16 |
| | | |||||
* | | fixed a bug in nimble tests - disable for now | Simon Hafner | 2015-03-06 | 1 | -3/+2 |
|/ | |||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -22/+22 |
| | |||||
* | tester reports ignored tests and supports 'nimout'; fixes #2211 | Araq | 2015-02-25 | 2 | -1/+18 |
| | |||||
* | fixes #2070 | Araq | 2015-02-10 | 1 | -1/+2 |
| | |||||
* | Fix name of generated C file in tester | def | 2015-02-04 | 1 | -1/+1 |
| | | | | - Makes tests/ccgbugs/tmissingvolatile work again | ||||
* | Disable rodfiles tests for now | def | 2015-02-04 | 1 | -2/+3 |
| | |||||
* | Add missing tester.nim.cfg. | Dominik Picheta | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 1 | -3/+4 |
|\ | | | | | Algorithm to find the nodejs binary | ||||
| * | find the nodejs binary | Simon Hafner | 2015-01-27 | 1 | -3/+4 |
| | | | | | | | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them. | ||||
* | | Merge pull request #1995 from def-/fix-idetools | Andreas Rumpf | 2015-01-27 | 1 | -6/+9 |
|\ \ | | | | | | | Make caasdriver compile | ||||
| * | | Make caasdriver compile | def | 2015-01-20 | 1 | -6/+9 |
| |/ | |||||
* / | proper 'space in dir' test | Araq | 2015-01-27 | 1 | -1/+1 |
|/ | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 5 | -5/+5 |
| |