[commit: ghc] wip/T16193, wip/fix-json-profiling-report-i386: testsuite: Skip T15897 in unregisterised way (461c447)
git at git.haskell.org
git at git.haskell.org
Tue Feb 5 12:23:36 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/T16193,wip/fix-json-profiling-report-i386
Link : http://ghc.haskell.org/trac/ghc/changeset/461c447db50ba3f7ded59f73e3b5342212089fb2/ghc
>---------------------------------------------------------------
commit 461c447db50ba3f7ded59f73e3b5342212089fb2
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Feb 2 12:52:21 2019 -0500
testsuite: Skip T15897 in unregisterised way
As noted in #16227 this test routinely times out when run in the
unregisterised way.
See also #15467.
>---------------------------------------------------------------
461c447db50ba3f7ded59f73e3b5342212089fb2
testsuite/tests/profiling/should_run/all.T | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index f5f696e..f76b8f9 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'])
More information about the ghc-commits
mailing list