summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-07 04:14:14 +0800
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-07 04:14:14 +0800
commit4603c668461b8cc62da2d33f1577fa5cbf096495 (patch)
tree725a176edf53560ca869cbf68688b213655201fc
parenta8bd03ea036239a0687b61c1a564f5eb1c33ea6c (diff)
downloadhaskell-wip/darwin-fixes-mp.tar.gz
Skip T18623 on darwin (as well as the other OS..wip/darwin-fixes-mp
-rw-r--r--testsuite/tests/rts/T18623/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/T18623/all.T b/testsuite/tests/rts/T18623/all.T
index c03ef8927c..ad948a8f03 100644
--- a/testsuite/tests/rts/T18623/all.T
+++ b/testsuite/tests/rts/T18623/all.T
@@ -5,6 +5,8 @@ test('T18623',
# This keeps failing on aarch64-linux for reasons that are not
# fully clear. Maybe it needs a higher limit due to LLVM?
when(arch('aarch64'), skip),
+ # Recent versions of osx report an error when running `ulimit -v`
+ when(arch('darwin'), skip),
when(arch('powerpc64le'), skip),
cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '),
ignore_stdout],