summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2020-10-20 15:50:29 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2020-10-20 15:50:29 +0800
commitd625eab0ea4b837c6e2df1232691dbde1ca40e14 (patch)
tree8de152cc5356680a6977fdd887fcedcf25339221
parentf7564af62aaf21ce2c5273acd6b5e55d9218c8ee (diff)
downloadhaskell-d625eab0ea4b837c6e2df1232691dbde1ca40e14.tar.gz
[Testsuite/arm64] Fix test derefnull
-rw-r--r--testsuite/tests/rts/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 30f5313d62..efe8198d23 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -37,6 +37,7 @@ test('derefnull',
# The output under OS X is too unstable to readily compare
when(platform('i386-apple-darwin'), [ignore_stderr, exit_code(139)]),
when(platform('x86_64-apple-darwin'), [ignore_stderr, exit_code(139)]),
+ when(platform('aarch64-apple-darwin'), [ignore_stderr, exit_code(139)]),
when(opsys('mingw32'), [ignore_stderr, exit_code(11)]),
# since these test are supposed to crash the
# profile report will be empty always.