summary refs log tree commit diff stats
path: root/tests/stdlib/tsharedtable.nim
Commit message (Collapse)AuthorAgeFilesLines
* use doAssert in tests (#16486)flywind2020-12-281-3/+3
|
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of ↵Timothee Cour2020-02-261-6/+80
| | | | | | | | | | | tests (#13498) [backport] * fix #13496 handle tombstones * add test * more tests * fix #13504; add SharedTable tests * fix #https://github.com/nim-lang/Nim/issues/13505 intsets.missingOrExcl silently gave wrong results sometimes * add test for tintsets
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+1
| | | | | | | | * Locks modules should give a compile error when threads are not enabled. * fix the compile flags to make the tests pass, or ignore files where necessary. * Fixed when statement to account for doc builds.
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-261-0/+14