Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -122/+0 |
| | |||||
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Modify hash for HashSet to use `xor` to mix hash of items. | Lolo Iccl | 2018-05-09 | 1 | -4/+0 |
| | |||||
* | Modify previous commit and add tests | Lolo Iccl | 2018-05-09 | 1 | -4/+52 |
| | |||||
* | Added clear() function for OrderedSet and HashSet. (#5545) | GrundleTrundle | 2017-03-16 | 1 | -0/+42 |
| | |||||
* | Fix floats in tuples in HashSets | Nycto | 2015-04-24 | 1 | -14/+34 |
| | | | | | Previously, the added tests would fail to compile with errors complaining that 'hash(float)' didn't exist | ||||
* | moved tsets test to collections/ | Simon Hafner | 2014-02-12 | 1 | -0/+17 |