Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/163ea99c572c91b9a74ec9331a8caca48ab311cc >--------------------------------------------------------------- commit 163ea99c572c91b9a74ec9331a8caca48ab311cc Author: Simon Peyton Jones <simo...@microsoft.com> Date: Mon May 9 11:43:36 2011 +0100 New coercion rep breaks 'T1999a' and 'termination' See comments in Trac #1999 >--------------------------------------------------------------- tests/ghc-regress/gadt/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghc-regress/gadt/all.T b/tests/ghc-regress/gadt/all.T index 08254e4..c4398fb 100644 --- a/tests/ghc-regress/gadt/all.T +++ b/tests/ghc-regress/gadt/all.T @@ -70,7 +70,7 @@ test('karl2', normal, compile, ['']) test('data1', normal, compile, ['']) test('data2', normal, compile, ['']) -test('termination', normal, compile, ['']) +test('termination', expect_broken(1999), compile, ['']) test('set', normal, compile, ['']) test('scoped', normal, compile, ['']) test('gadt-escape1', normal, compile, ['']) @@ -91,7 +91,7 @@ test('Session', normal, compile_and_run, ['']) test('CasePrune', normal, compile_and_run, ['']) test('T1999', normal, compile, ['']) -test('T1999a', normal, compile, ['']) +test('T1999a', expect_broken(1999), compile, ['']) test('T2587', normal, compile, ['']) test('T2040', normal, compile, ['']) _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc