summary refs log tree commit diff stats
path: root/tests/collections/ttablesthreads.nim
Commit message (Collapse)AuthorAgeFilesLines
* use doAssert in tests (#16486)flywind2020-12-281-55/+55
|
* Remove testutils (#13435) [backport]Clyybber2020-02-191-1/+3
|
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-3/+2
|
* fixes #11764, faster hashing of (u)int (#12407)Miran2019-10-151-1/+1
|
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-0/+275
* 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