diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-11 15:56:07 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:27:25 -0400 |
commit | 20160f1a8a8ed69c168bee5c8d43373191303b3f (patch) | |
tree | 0cc245157a0a58e253148ef29353f8d550fe8453 /testsuite/tests/perf | |
parent | 1cbfef47f0288a0f55e8f3db71076afd190121ca (diff) | |
download | haskell-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/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 39aed75eca..40b5e268f0 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -404,7 +404,7 @@ test ('WWRec', ['-v0 -O']) test('T16190', - collect_stats(), + [requires_th, collect_stats()], multimod_compile, ['T16190.hs', '-v0']) |