summary refs log tree commit diff stats
path: root/tests/system/tio.nim
Commit message (Collapse)AuthorAgeFilesLines
* disable tio.nim, it just causes problemsArne Döring2018-11-231-0/+1
|
* updated tests to be executedArne Döring2018-11-231-4/+7
|
* fixed #7894 (#8496)jcosborn2018-08-011-1/+4
| | | make system tests run properly
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-171-0/+48
* fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize