[commit: ghc] master: Mark T11978a as broken due to #12019 (d1b4fec)

git at git.haskell.org git at git.haskell.org
Sat Oct 1 21:50:51 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d1b4fec12250e608ca8a863ba4ef911084c468ef/ghc

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

commit d1b4fec12250e608ca8a863ba4ef911084c468ef
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sat Oct 1 17:02:49 2016 -0400

    Mark T11978a as broken due to #12019
    
    Test Plan: `validate --slow`
    
    Reviewers: austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2536
    
    GHC Trac Issues: #12019


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

d1b4fec12250e608ca8a863ba4ef911084c468ef
 testsuite/tests/profiling/should_run/all.T | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 7aa7977..151b75b 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -110,7 +110,9 @@ test('T11627b', [ extra_run_opts('+RTS -i0 -RTS')  # census after each GC
                 , [''])
 
 test('T11978a',
-     [only_ways(['profthreaded']), extra_run_opts('+RTS -hb -N10')],
+     [only_ways(['profthreaded']),
+      extra_run_opts('+RTS -hb -N10'),
+      expect_broken(12019)],
      compile_and_run, [''])
 
 test('toplevel_scc_1',



More information about the ghc-commits mailing list