diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-07 04:14:14 +0800 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-07 04:14:14 +0800 |
commit | 4603c668461b8cc62da2d33f1577fa5cbf096495 (patch) | |
tree | 725a176edf53560ca869cbf68688b213655201fc | |
parent | a8bd03ea036239a0687b61c1a564f5eb1c33ea6c (diff) | |
download | haskell-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.T | 2 |
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], |