summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation
diff options
context:
space:
mode:
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2019-10-30 16:42:30 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-08 05:36:54 -0500
commit9db2e905f974f6b6dae74cb5157c497e056d24f2 (patch)
treeb23a00b956b06fa6dd84d205d6c0a2c48b041396 /testsuite/tests/quasiquotation
parenta3ce52fd5704247de2360f0e8423834113fe3a71 (diff)
downloadhaskell-9db2e905f974f6b6dae74cb5157c497e056d24f2.tar.gz
Testsuite: Introduce req_rts_linker
Some tests depend on the RTS linker. Introduce a modifier to skip such tests, in case the RTS linker is not available.
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r--testsuite/tests/quasiquotation/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T
index 331f7c16ae..23263d9475 100644
--- a/testsuite/tests/quasiquotation/all.T
+++ b/testsuite/tests/quasiquotation/all.T
@@ -6,7 +6,7 @@ test('T7918',
only_ways([config.ghc_th_way]), unless(have_dynamic(), skip)],
compile_and_run, ['-package ghc ' + config.ghc_th_way_flags])
test('T14028',
- [req_interp,
+ [req_interp, req_rts_linker,
only_ways([config.ghc_th_way]),
unless(config.have_ext_interp, skip),
when(opsys('linux') and arch('x86_64'), expect_broken_for(17300, ['dyn']))],