summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2016-06-03 21:39:31 +0200
committerBen Gamari <ben@smart-cactus.org>2016-06-03 21:39:37 +0200
commit1dadd9a91454bb098e9c47d6c034b07e2e1e2529 (patch)
treeffe79b1ca983f1c6bc76e5f54d5f7ba34cab8437 /testsuite/tests/ghci/linking
parent4842a8050058bb571db861be3fc5ec03a1b4274b (diff)
downloadhaskell-1dadd9a91454bb098e9c47d6c034b07e2e1e2529.tar.gz
testsuite: Mark broken tests on powerpc64le
Mark all failing tests that have a ticket for powerpc64 as broken. Most of these failures are due to the lack of linker support in the runtime system. Test Plan: validate on powerpc and AIX Reviewers: erikd, bgamari, simonmar, hvr, austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2289 GHC Trac Issues: #11261, #11259, #11260, #11323
Diffstat (limited to 'testsuite/tests/ghci/linking')
-rw-r--r--testsuite/tests/ghci/linking/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index b542c16415..699802fe4b 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -20,7 +20,7 @@ test('ghcilink003',
test('ghcilink004',
[unless(doing_ghci, skip),
- when(arch('powerpc64'), expect_broken(11259)),
+ when(arch('powerpc64') or arch('powerpc64le'), expect_broken(11259)),
extra_clean(['dir004/local.package.conf/*', 'dir004/*', 'dir004'])
],
run_command,