Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/753ac6d027fa434681ef0dcd5ee645e9b076fe13 >--------------------------------------------------------------- commit 753ac6d027fa434681ef0dcd5ee645e9b076fe13 Author: Simon Marlow <[email protected]> Date: Tue Jun 12 09:36:24 2012 +0100 tc078 and tc126 are no longer expect_broken (6096 is fixed) >--------------------------------------------------------------- tests/typecheck/should_compile/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/typecheck/should_compile/all.T b/tests/typecheck/should_compile/all.T index 9464c27..86f0e74 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', expect_broken_for(6096, ['hpc', 'optasm', 'profasm']), compile, ['']) +test('tc078', normal, compile, ['']) test('tc079', normal, compile, ['']) test('tc080', normal, compile, ['']) test('tc081', normal, compile, ['']) @@ -125,7 +125,7 @@ test('tc122', normal, compile, ['']) test('tc123', normal, compile, ['']) test('tc124', normal, compile, ['']) test('tc125', normal, compile, ['']) -test('tc126', expect_broken_for(6096, ['optasm']), compile, ['']) +test('tc126', normal, compile, ['']) test('tc127', normal, compile, ['']) test('tc128', normal, compile, ['']) test('tc129', normal, compile, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
