Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testament: remove debugging echo | Araq | 2018-11-23 | 1 | -1/+0 |
| | |||||
* | Windows: disabled tests | Araq | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | print more to see the test in the log that was never finished. | Arne Döring | 2018-11-23 | 2 | -1/+4 |
| | |||||
* | fix for nimInAction | Arne Döring | 2018-11-23 | 1 | -15/+12 |
| | |||||
* | maybe this time? | Arne Döring | 2018-11-23 | 1 | -4/+12 |
| | |||||
* | fix for dll tests | Arne Döring | 2018-11-23 | 1 | -5/+4 |
| | |||||
* | more tests fixed | Arne Döring | 2018-11-23 | 1 | -1/+0 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 2 | -1/+31 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 3 | -5/+6 |
| | |||||
* | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480) | cooldome | 2018-10-28 | 1 | -1/+0 |
| | | | * Fixes #9434 | ||||
* | Moves fsmonitor into graveyard. Fixes #6718. (#9529) | Dominik Picheta | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | make testament compile again with --taintMode:on | Araq | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | testament: use NIM_COMPILE_TO_CPP environment variable | Araq | 2018-10-18 | 1 | -2/+4 |
| | |||||
* | Merge tests into a larger file (part 5 of ∞) (#9368) | Miran | 2018-10-16 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix | ||||
* | implement sizeof and alignof operator (manually squashed #5664) (#9356) | Timothee Cour | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Testament pre parallel (#9137) | Jacek Sieka | 2018-10-12 | 8 | -0/+1979 |
* testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move |