summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2022-08-31 13:19:26 +0200
committerGitHub <noreply@github.com>2022-08-31 13:19:26 +0200
commit5211a471c82f8952e64753fb84b962263f9945b0 (patch)
tree1406b12a64a641ca674e283743da3e62b255516f /tests
parentd4c0d35b32e51eae06e65e78c253cdaf8bb42446 (diff)
downloadNim-5211a471c82f8952e64753fb84b962263f9945b0.tar.gz
fixes the regressions caused by the fix for #20107 [backport] (#20287)
* fixes the regressions caused by the fix for #20107 [backport]
Diffstat (limited to 'tests')
-rw-r--r--tests/ccgbugs/tderefblock.nim1
-rw-r--r--tests/misc/t19600.nim1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/ccgbugs/tderefblock.nim b/tests/ccgbugs/tderefblock.nim
index 55253da10..fd21a19b8 100644
--- a/tests/ccgbugs/tderefblock.nim
+++ b/tests/ccgbugs/tderefblock.nim
@@ -1,5 +1,6 @@
 discard """
   cmd: "nim c -d:release -d:danger $file"
+  matrix: ";--gc:orc"
   output: "42"
 """
 
diff --git a/tests/misc/t19600.nim b/tests/misc/t19600.nim
index 3708dac18..8d3978660 100644
--- a/tests/misc/t19600.nim
+++ b/tests/misc/t19600.nim
@@ -2,6 +2,7 @@ discard """
   targets: "c cpp"
   disabled: "win"
   disabled: "osx"
+  disabled: "linux"
   exitcode: 1
   outputsub: "No space left on device"
 """