summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-02 12:52:21 -0500
committerBen Gamari <ben@smart-cactus.org>2019-02-02 14:35:26 -0500
commita4cee7142bc1b5bd19be28fdd88fa45c099e0790 (patch)
tree10cf3540743392cbb6e0efb9e0cbbe320b63aa68
parentf0cd728fde9bb582930a616cff8d0c5a178c5e14 (diff)
downloadhaskell-a4cee7142bc1b5bd19be28fdd88fa45c099e0790.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.
-rw-r--r--testsuite/tests/profiling/should_run/all.T5
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'])