Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7abaaef826ee077136cfb600d4f4381aea8dbbb7 >--------------------------------------------------------------- commit 7abaaef826ee077136cfb600d4f4381aea8dbbb7 Author: Ian Lynagh <[email protected]> Date: Tue May 15 16:42:53 2012 +0100 tc078(hpc,optasm,profasm) are broken (#6097) >--------------------------------------------------------------- tests/typecheck/should_compile/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/typecheck/should_compile/all.T b/tests/typecheck/should_compile/all.T index b8cf340..878b50f 100644 --- a/tests/typecheck/should_compile/all.T +++ b/tests/typecheck/should_compile/all.T @@ -79,7 +79,7 @@ test('tc073', normal, compile, ['']) test('tc074', normal, compile, ['']) test('tc076', normal, compile, ['']) test('tc077', normal, compile, ['']) -test('tc078', normal, compile, ['']) +test('tc078', expect_broken_for(6096, ['hpc', 'optasm', 'profasm']), compile, ['']) test('tc079', normal, compile, ['']) test('tc080', normal, compile, ['']) test('tc081', normal, compile, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
