[commit: ghc] master: Mark T9208 as broken when debugging is on (518ada5)

git at git.haskell.org git at git.haskell.org
Mon Jun 23 15:51:49 UTC 2014


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

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

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

commit 518ada5cda08d3256826ed0383888111f8096de5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Jun 23 08:50:47 2014 -0700

    Mark T9208 as broken when debugging is on
    
    this seems to be expected, as explained by SPJ in comment 7 of #9208.


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

518ada5cda08d3256826ed0383888111f8096de5
 testsuite/tests/stranal/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T
index b88c49f..3a9a35d 100644
--- a/testsuite/tests/stranal/should_compile/all.T
+++ b/testsuite/tests/stranal/should_compile/all.T
@@ -19,4 +19,4 @@ test('T1988', normal, compile, [''])
 test('T8467', normal, compile, [''])
 test('T8037', normal, compile, [''])
 test('T8743', [ extra_clean(['T8743.o-boot', 'T8743.hi-boot']) ], multimod_compile, ['T8743', '-v0'])
-test('T9208', normal, compile, [''])
+test('T9208', when(compiler_debugged(), expect_broken(9208)), compile, [''])



More information about the ghc-commits mailing list