Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6560613138d61afddd0d8d428254370f8dfdb4cd >--------------------------------------------------------------- commit 6560613138d61afddd0d8d428254370f8dfdb4cd Author: Ian Lynagh <[email protected]> Date: Fri May 27 18:14:11 2011 +0100 GShow fails for now (#5227) >--------------------------------------------------------------- tests/ghc-regress/generics/GShow/test.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/generics/GShow/test.T b/tests/ghc-regress/generics/GShow/test.T index 68770ba..ddd1990 100644 --- a/tests/ghc-regress/generics/GShow/test.T +++ b/tests/ghc-regress/generics/GShow/test.T @@ -1,3 +1,3 @@ setTestOpts(only_compiler_types(['ghc'])) -test('GShow1', normal, multimod_compile_and_run, ['Main', '']) \ No newline at end of file +test('GShow1', expect_broken(5227), multimod_compile_and_run, ['Main', '']) \ No newline at end of file _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
