summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_compile
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/roles/should_compile
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/roles/should_compile')
-rw-r--r--testsuite/tests/roles/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/roles/should_compile/all.T b/testsuite/tests/roles/should_compile/all.T
index ae4a490579..064202e73f 100644
--- a/testsuite/tests/roles/should_compile/all.T
+++ b/testsuite/tests/roles/should_compile/all.T
@@ -10,4 +10,4 @@ test('T8958', [normalise_fun(normalise_errmsg), only_ways('normal')], compile, [
test('T10263', normal, compile, [''])
test('T9204b', [], multimod_compile, ['T9204b', '-v0'])
test('T14101', normal, compile, [''])
-test('T16718', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
+test('T16718', requires_th, compile, ['-v0 -ddump-splices -dsuppress-uniques'])