diff options
author | Peter Trommler <ptrommler@acm.org> | 2019-11-03 13:54:41 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-05 02:46:48 -0500 |
commit | 487ede425bd0ef958481f0ca0b9614d362e10972 (patch) | |
tree | 816f7bc6878726fa6be1e88d802a00c45b0f8ad9 /testsuite/tests/quasiquotation | |
parent | d57059f72ed9a34f0589beac4feb41f8738dfdea (diff) | |
download | haskell-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/quasiquotation')
-rw-r--r-- | testsuite/tests/quasiquotation/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T index e8320a9f9a..331f7c16ae 100644 --- a/testsuite/tests/quasiquotation/all.T +++ b/testsuite/tests/quasiquotation/all.T @@ -8,5 +8,6 @@ test('T7918', test('T14028', [req_interp, only_ways([config.ghc_th_way]), + unless(config.have_ext_interp, skip), when(opsys('linux') and arch('x86_64'), expect_broken_for(17300, ['dyn']))], makefile_test, ['T14028']) |