diff options
author | Peter Trommler <ptrommler@acm.org> | 2016-12-26 10:04:54 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-27 12:44:25 -0500 |
commit | 4dec7d191fbc26276cc2c8306d9d03e71e277979 (patch) | |
tree | b7dbe0c3ebd757acdac5f0459e6dfd1fa6704278 /settings.in | |
parent | 88f5add0280788d424c9df5f751a73e73a1a4284 (diff) | |
download | haskell-4dec7d191fbc26276cc2c8306d9d03e71e277979.tar.gz |
Testsuite: Skip failing tests on PowerPC 64-bit
The Power ISA says the result of a division by zero is undefined. So
ignore stdout on PowerPC 64-bit systems.
Disable ext-interp tests on 64-bit PowerPC. We don't have support for
PowerPC 64-bit ELF in the RTS linker, which is needed for the external
interpreter.
Test Plan: ./validate
Reviewers: austin, simonmar, hvr, erikd, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2782
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.in b/settings.in index 7ec1c26028..04b913b86c 100644 --- a/settings.in +++ b/settings.in @@ -26,6 +26,7 @@ ("target has GNU nonexec stack", "@HaskellHaveGnuNonexecStack@"), ("target has .ident directive", "@HaskellHaveIdentDirective@"), ("target has subsections via symbols", "@HaskellHaveSubsectionsViaSymbols@"), + ("target has RTS linker", "@HaskellHaveRTSLinker@"), ("Unregisterised", "@Unregisterised@"), ("LLVM llc command", "@SettingsLlcCommand@"), ("LLVM opt command", "@SettingsOptCommand@") |