diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-09 15:12:43 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-17 07:24:40 -0500 |
commit | 7cef0b7d707c0b242ee788919f76a73d1a3d2c96 (patch) | |
tree | adf206e7b2f2dc9da1f16e2e6db521c39748c448 /testsuite/tests | |
parent | 1e6827c6e4e083eafccabb7a90a38d9d1262bbed (diff) | |
download | haskell-7cef0b7d707c0b242ee788919f76a73d1a3d2c96.tar.gz |
testsuite: Mark T14028 as broken on ARMv7
Due to #17558.
Diffstat (limited to 'testsuite/tests')
-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 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']) |