Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7697e0f7b13c136d86a767245b2e5d8a28d03519 >--------------------------------------------------------------- commit 7697e0f7b13c136d86a767245b2e5d8a28d03519 Author: Ian Lynagh <[email protected]> Date: Tue May 15 16:37:51 2012 +0100 tc126(optasm) is broken (#6096) >--------------------------------------------------------------- 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 58664a4..b8cf340 100644 --- a/tests/typecheck/should_compile/all.T +++ b/tests/typecheck/should_compile/all.T @@ -125,7 +125,7 @@ test('tc122', normal, compile, ['']) test('tc123', normal, compile, ['']) test('tc124', normal, compile, ['']) test('tc125', normal, compile, ['']) -test('tc126', normal, compile, ['']) +test('tc126', expect_broken_for(6096, ['optasm']), 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
