summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-03-24 01:01:31 +0100
committerGitHub <noreply@github.com>2021-03-24 01:01:31 +0100
commit8ccde68f132be4dba330eb6ec50f4679e564efac (patch)
tree08d5bca1307392e20154a8438cfe42b8121be3e2 /testament
parentdbde97f649b0a4d947e15eddfacbde761cd49885 (diff)
downloadNim-8ccde68f132be4dba330eb6ec50f4679e564efac.tar.gz
closes #17085; boehm has problems with large allocations, that is expected and we don't care (#17487)
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index acb3ee0a8..86aa1f8af 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -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):