[commit: ghc] wip/T16193: testsuite: Always skip T15897 (10fe94e)

git at git.haskell.org git at git.haskell.org
Tue Feb 5 12:23:55 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T16193
Link       : http://ghc.haskell.org/trac/ghc/changeset/10fe94e053dd536d37465f4f3e61b03bd9fbe5a6/ghc

>---------------------------------------------------------------

commit 10fe94e053dd536d37465f4f3e61b03bd9fbe5a6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Feb 4 22:02:52 2019 -0500

    testsuite: Always skip T15897


>---------------------------------------------------------------

10fe94e053dd536d37465f4f3e61b03bd9fbe5a6
 testsuite/tests/profiling/should_run/all.T | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index f76b8f9..6758c34 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -148,6 +148,6 @@ test('T14257', [], makefile_test, ['T14257'])
 test('T15897',
      [extra_ways(['profasm']), only_ways(['profasm']),
       run_timeout_multiplier(2),
-      # Fragile in unregisterised way (#15467, #16227)
-      when(unregisterised(), skip)],
+      # Takes too long and is quite fragile (#15467, #16193)
+      skip),
      makefile_test, ['T15897'])



More information about the ghc-commits mailing list