closes #17085; boehm has problems with large allocations, that is expected and we don't care (#17487)

This commit is contained in:
Andreas Rumpf
2021-03-24 01:01:31 +01:00
committed by GitHub
parent dbde97f649
commit 8ccde68f13

View File

@@ -173,7 +173,7 @@ proc gcTests(r: var TResults, cat: Category, options: string) =
test "stackrefleak"
test "cyclecollector"
test "trace_globals"
testWithoutBoehm "trace_globals"
proc longGCTests(r: var TResults, cat: Category, options: string) =
when defined(windows):