summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-11 15:56:07 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:27:25 -0400
commit20160f1a8a8ed69c168bee5c8d43373191303b3f (patch)
tree0cc245157a0a58e253148ef29353f8d550fe8453 /testsuite/tests/quotes
parent1cbfef47f0288a0f55e8f3db71076afd190121ca (diff)
downloadhaskell-20160f1a8a8ed69c168bee5c8d43373191303b3f.tar.gz
testsuite: Don't run tests requiring TH in profasm way when GhcDynamic
Since we can't load profiled objects when GhcDynamic==YES. Affects: * T16737 * T16384 * T16718 * T16619 * T16190
Diffstat (limited to 'testsuite/tests/quotes')
-rw-r--r--testsuite/tests/quotes/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quotes/all.T b/testsuite/tests/quotes/all.T
index d5bdda0124..18c4247ed1 100644
--- a/testsuite/tests/quotes/all.T
+++ b/testsuite/tests/quotes/all.T
@@ -15,7 +15,7 @@ test('T8633', normal, compile_and_run, [''])
test('T8759a', normal, compile, ['-v0'])
test('T9824', normal, compile, ['-v0'])
test('T10384', normal, compile_fail, [''])
-test('T16384', normal, compile, [''])
+test('T16384', requires_th, compile, [''])
test('TH_tf2', normal, compile, ['-v0'])
test('TH_ppr1', normal, compile_and_run, [''])