Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e75dc4eedf61cb2b8a15b1e9ec818eca31f2cf68 >--------------------------------------------------------------- commit e75dc4eedf61cb2b8a15b1e9ec818eca31f2cf68 Author: Edward Z. Yang <[email protected]> Date: Mon Apr 4 14:58:59 2011 +0100 2228 no longer fails on MinGW due to isatty patch. Signed-off-by: Edward Z. Yang <[email protected]> >--------------------------------------------------------------- tests/ghc-regress/ghc-e/should_run/all.T | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/ghc-regress/ghc-e/should_run/all.T b/tests/ghc-regress/ghc-e/should_run/all.T index b4aec44..bedaaa1 100644 --- a/tests/ghc-regress/ghc-e/should_run/all.T +++ b/tests/ghc-regress/ghc-e/should_run/all.T @@ -6,10 +6,7 @@ test('ghc-e002', normal, run_command, ['$MAKE --no-print-directory -s ghc-e002'] test('ghc-e003', normal, run_command, ['$MAKE --no-print-directory -s ghc-e003']) test('ghc-e004', normal, run_command, ['$MAKE --no-print-directory -s ghc-e004']) test('ghc-e005', normal, run_command, ['$MAKE --no-print-directory -s ghc-e005']) -test('2228', - if_platform('i386-unknown-mingw32', expect_broken(2628)), - run_command, - ['$MAKE --no-print-directory -s 2228']) -test('2636', normal, run_command, ['$MAKE --no-print-directory -s 2636']) +test('2228', normal, run_command, ['$MAKE --no-print-directory -s 2228']) +test('2636', normal, run_command, ['$MAKE --no-print-directory -s 2636']) test('3890', normal, run_command, ['$MAKE --no-print-directory -s 3890']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
