Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | remove `scgi` | narimiran | 2019-01-10 | 1 | -2/+7 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 4 | -10/+4 |
| | |||||
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 5 | -71/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 2 | -2/+2 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 3 | -3/+3 |
| | |||||
* | make some tests green again | Zahary Karadjov | 2017-06-20 | 2 | -2/+2 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | fixes some regressions | Araq | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -12/+12 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fix expected tester messages | def | 2015-04-21 | 1 | -3/+3 |
| | |||||
* | Clean up tests/bind | def | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | made some tests green | Araq | 2014-09-21 | 1 | -3/+3 |
| | |||||
* | prettified some async modules | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | removed flawed thread analysis pass | Araq | 2014-04-20 | 1 | -4/+4 |
| | |||||
* | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 1 | -1/+1 |
| | | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params | ||||
* | make some tests red :) (i.e. print failure details while running the tester) | Zahary Karadjov | 2014-03-16 | 1 | -1/+0 |
| | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -0/+0 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 9 | -0/+223 |