summary refs log tree commit diff stats
path: root/tests/gc/gcleak4.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes a flaky test for the realtime GCAraq2019-11-281-3/+0
|
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-4/+4
|
* Remove ENDB (#12095)Clyybber2019-08-311-2/+0
|
* Fix gc tests for BoehmGC (#7094)Sergey Avseyev2018-01-181-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-1/+3
|
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-1/+1
|
* thread var emulation should work againAraq2012-06-251-3/+10
|
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-0/+42