[commit: ghc] wip/T16188: testsuite: Always skip T15897 (f53ef1a)

git at git.haskell.org git at git.haskell.org
Sun Feb 10 21:31:50 UTC 2019


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

On branch  : wip/T16188
Link       : http://ghc.haskell.org/trac/ghc/changeset/f53ef1a72fdebeff19d4a4bd5552d25101c85147/ghc

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

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

    testsuite: Always skip T15897
    
    See #16193.


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

f53ef1a72fdebeff19d4a4bd5552d25101c85147
 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..8baddcb 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