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

(cherry picked from commit 8ccde68f13)
This commit is contained in:
Andreas Rumpf
2021-03-24 01:01:31 +01:00
committed by narimiran
parent 05991805fb
commit cc6bc8960d

View File

@@ -216,7 +216,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):