Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -3/+3 |
| | |||||
* | tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of ↵ | Timothee Cour | 2020-02-26 | 1 | -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 Imber | 2019-09-26 | 1 | -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 initialized | narimiran | 2019-06-26 | 1 | -0/+14 |