diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-02 12:52:21 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-04 01:52:02 -0500 |
commit | 461c447db50ba3f7ded59f73e3b5342212089fb2 (patch) | |
tree | c796da8bb4501ae9977cdfa1030ebcbd43ee32df /testsuite/tests/profiling | |
parent | eeabeb92a62b86c6140d901c541355d70ec6a5a6 (diff) | |
download | haskell-461c447db50ba3f7ded59f73e3b5342212089fb2.tar.gz |
testsuite: Skip T15897 in unregisterised way
As noted in #16227 this test routinely times out when run in the
unregisterised way.
See also #15467.
Diffstat (limited to 'testsuite/tests/profiling')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index f5f696ea6a..f76b8f9794 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -146,5 +146,8 @@ test('T12962', [], compile_and_run, ['']) test('T14257', [], makefile_test, ['T14257']) test('T15897', - [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)], + [extra_ways(['profasm']), only_ways(['profasm']), + run_timeout_multiplier(2), + # Fragile in unregisterised way (#15467, #16227) + when(unregisterised(), skip)], makefile_test, ['T15897']) |