summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-09 15:12:43 -0500
committerBen Gamari <ben@well-typed.com>2019-12-16 13:01:50 -0500
commit7235a5c8559edc28863784a43719679952c6528b (patch)
treed7227a712d816f284e9f5280365b69a769d52e03
parentbc2163fc2fac73ad96a42b37238d4463b9f0d70d (diff)
downloadhaskell-7235a5c8559edc28863784a43719679952c6528b.tar.gz
testsuite: Mark T14028 as broken on ARMv7
Due to #17558.
-rw-r--r--testsuite/tests/quasiquotation/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T
index 23263d9475..0d2fd713cb 100644
--- a/testsuite/tests/quasiquotation/all.T
+++ b/testsuite/tests/quasiquotation/all.T
@@ -9,5 +9,6 @@ test('T14028',
[req_interp, req_rts_linker,
only_ways([config.ghc_th_way]),
unless(config.have_ext_interp, skip),
+ when(opsys('linux') and arch('arm'), expect_broken_for(17558, ['dyn'])),
when(opsys('linux') and arch('x86_64'), expect_broken_for(17300, ['dyn']))],
makefile_test, ['T14028'])