summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T18623/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rts/T18623/all.T')
-rw-r--r--testsuite/tests/rts/T18623/all.T7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/tests/rts/T18623/all.T b/testsuite/tests/rts/T18623/all.T
index c6176f1eac..156da9632e 100644
--- a/testsuite/tests/rts/T18623/all.T
+++ b/testsuite/tests/rts/T18623/all.T
@@ -1,6 +1,11 @@
# Starting GHC on *nix with vmem limit, RTS will reserve all available memory
# and crash when creating a thread. Fix reserves only 2/3rds of vmem_limit.
test('T18623',
- [when(opsys('mingw32'), skip), cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '), ignore_stdout],
+ [when(opsys('mingw32'), skip),
+ # This keeps failing on aarch64-linux for reasons that are not
+ # fully clear. Maybe it needs a higher limit due to LLMV?
+ when(arch('aarch64'), skip),
+ cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '),
+ ignore_stdout],
run_command,
['{compiler} --version']) \ No newline at end of file