summary refs log tree commit diff stats
path: root/tests/system/talloc2.nim
Commit message (Collapse)AuthorAgeFilesLines
* disable talloc2 on 32 bits (#10656)Arne Döring2019-02-131-36/+35
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-33/+35
|
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+1
|
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
|
* more eyewashArne Döring2018-11-231-0/+3
|
* fixed #7894 (#8496)jcosborn2018-08-011-0/+3
| | | make system tests run properly
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-171-0/+37
* fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize