diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-05-06 17:58:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-06 17:58:00 +0200 |
commit | b74d49c037734079765770426d0f5c79dee6cf87 (patch) | |
tree | 2f5cfcf1b97292f5d9703d53bb87d5d79a06dadf /tests/arc | |
parent | 10328e50a5450174d1226f8f362bd83f93b2ba6d (diff) | |
download | Nim-b74d49c037734079765770426d0f5c79dee6cf87.tar.gz |
ORC: make rootsThreshold thread local [backport] (#21799)
Diffstat (limited to 'tests/arc')
-rw-r--r-- | tests/arc/tasyncleak.nim | 2 | ||||
-rw-r--r-- | tests/arc/topt_no_cursor.nim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/arc/tasyncleak.nim b/tests/arc/tasyncleak.nim index eb0c45213..8e3a7b3e7 100644 --- a/tests/arc/tasyncleak.nim +++ b/tests/arc/tasyncleak.nim @@ -1,5 +1,5 @@ discard """ - outputsub: "(allocCount: 4302, deallocCount: 4300)" + outputsub: "(allocCount: 4050, deallocCount: 4048)" cmd: "nim c --gc:orc -d:nimAllocStats $file" """ diff --git a/tests/arc/topt_no_cursor.nim b/tests/arc/topt_no_cursor.nim index 50dfa26ac..26dc25447 100644 --- a/tests/arc/topt_no_cursor.nim +++ b/tests/arc/topt_no_cursor.nim @@ -1,6 +1,6 @@ discard """ nimoutFull: true - cmd: '''nim c -r --warnings:off --hints:off --gc:arc --expandArc:newTarget --expandArc:delete --expandArc:p1 --expandArc:tt --hint:Performance:off --assertions:off --expandArc:extractConfig --expandArc:mergeShadowScope --expandArc:check $file''' + cmd: '''nim c -r --warnings:off --hints:off --mm:arc --expandArc:newTarget --expandArc:delete --expandArc:p1 --expandArc:tt --hint:Performance:off --assertions:off --expandArc:extractConfig --expandArc:mergeShadowScope --expandArc:check $file''' nimout: ''' --expandArc: newTarget |