[commit: ghc] wip/cleanup-tests: testsuite: Always skip T15897 (29aaf8e)

git at git.haskell.org git at git.haskell.org
Fri Feb 8 17:49:41 UTC 2019


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

On branch  : wip/cleanup-tests
Link       : http://ghc.haskell.org/trac/ghc/changeset/29aaf8ea9db5618c9685566152b9fd3399daed12/ghc

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

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

    testsuite: Always skip T15897
    
    See #16193.


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

29aaf8ea9db5618c9685566152b9fd3399daed12
 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