[commit: ghc] wip/T16227: testsuite: Skip T15897 in unregisterised way (a4cee71)

git at git.haskell.org git at git.haskell.org
Sun Feb 3 11:25:51 UTC 2019


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

On branch  : wip/T16227
Link       : http://ghc.haskell.org/trac/ghc/changeset/a4cee7142bc1b5bd19be28fdd88fa45c099e0790/ghc

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

commit a4cee7142bc1b5bd19be28fdd88fa45c099e0790
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.


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

a4cee7142bc1b5bd19be28fdd88fa45c099e0790
 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