summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog001
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2019-11-03 13:54:41 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-05 02:46:48 -0500
commit487ede425bd0ef958481f0ca0b9614d362e10972 (patch)
tree816f7bc6878726fa6be1e88d802a00c45b0f8ad9 /testsuite/tests/ghci/prog001
parentd57059f72ed9a34f0589beac4feb41f8738dfdea (diff)
downloadhaskell-487ede425bd0ef958481f0ca0b9614d362e10972.tar.gz
testsuite: skip test requiring RTS linker on PowerPC
The RTS linker is not available on 64-bit PowerPC. Instead of marking tests that require the RTS linker as broken on PowerPC 64-bit skip the respective tests on all platforms where the RTS linker or a statically linked external interpreter is not available. Fixes #11259
Diffstat (limited to 'testsuite/tests/ghci/prog001')
-rw-r--r--testsuite/tests/ghci/prog001/prog001.T4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/prog001/prog001.T b/testsuite/tests/ghci/prog001/prog001.T
index 49aa4861e2..7cd60c0b20 100644
--- a/testsuite/tests/ghci/prog001/prog001.T
+++ b/testsuite/tests/ghci/prog001/prog001.T
@@ -1,7 +1,5 @@
test('prog001',
[extra_files(['../shell.hs', 'A.hs', 'B.hs', 'C1.hs', 'D1.hs', 'D2.hs']),
cmd_prefix('ghciWayFlags=' + config.ghci_way_flags),
- when(arch('powerpc64') or arch('powerpc64le'),
- expect_broken_for(11259, ['ghci-ext'])),
- unless(opsys('mingw32'), extra_ways(['ghci-ext']))],
+ unless(opsys('mingw32') or (not config.have_ext_interp), extra_ways(['ghci-ext']))],
ghci_script, ['prog001.script'])