[commit: ghc] wip/ghc-8.8-merges: testsuite: Always skip T15897 (3ac2d66)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:11:34 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/3ac2d665efb4aadf62c310710e83a2e945bb25b4/ghc
>---------------------------------------------------------------
commit 3ac2d665efb4aadf62c310710e83a2e945bb25b4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Feb 4 22:02:52 2019 -0500
testsuite: Always skip T15897
See #16193.
(cherry picked from commit f53ef1a72fdebeff19d4a4bd5552d25101c85147)
>---------------------------------------------------------------
3ac2d665efb4aadf62c310710e83a2e945bb25b4
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 9bca86b..52dcf98 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -147,6 +147,9 @@ test('T12962', [], compile_and_run, [''])
test('T14257', [], run_command, ['$MAKE -s --no-print-directory T14257'])
test('T15897',
- [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)],
+ [extra_ways(['profasm']), only_ways(['profasm']),
+ run_timeout_multiplier(2),
+ # Takes too long and is quite fragile (#15467, #16193)
+ skip],
run_command,
['$MAKE -s --no-print-directory T15897'])
More information about the ghc-commits
mailing list