summary refs log tree commit diff stats
path: root/tests/system/tparams.nim
Commit message (Collapse)AuthorAgeFilesLines
* properly deprecate parseopt2 (#10452)Miran2019-01-251-2/+2
|
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+5
|
* make run the default action of a test in testerArne Döring2018-11-231-4/+0
|
* fixed #7894 (#8496)jcosborn2018-08-011-6/+9
| | | make system tests run properly
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-171-0/+18
* fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize