[commit: ghc] master: Testsuite: mark T7681 expect_broken (#11287) (bc8cac1)

git at git.haskell.org git at git.haskell.org
Fri Dec 25 14:12:10 UTC 2015


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

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

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

commit bc8cac12f54bf032eb8578f6b112403bee5cb2de
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Fri Dec 25 15:11:05 2015 +0100

    Testsuite: mark T7681 expect_broken (#11287)
    
    When compiler_debugged only. This makes the Travis build green again.


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

bc8cac12f54bf032eb8578f6b112403bee5cb2de
 testsuite/tests/th/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index fb429bc..2a82a23 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -272,7 +272,7 @@ test('T7532',
      ['T7532', '-v0 ' + config.ghc_th_way_flags])
 test('T2222', normal, compile, ['-v0'])
 test('T1849', normal, ghci_script, ['T1849.script'])
-test('T7681', normal, compile, ['-v0'])
+test('T7681', when(compiler_debugged(), expect_broken(11287)), compile, ['-v0'])
 test('T7910', normal, compile_and_run, ['-v0'])
 
 test('ClosedFam1TH', normal, compile, ['-dsuppress-uniques -v0'])



More information about the ghc-commits mailing list