Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3a31d1a48e1faf3b1d647937a3823556b3967405 >--------------------------------------------------------------- commit 3a31d1a48e1faf3b1d647937a3823556b3967405 Author: Ian Lynagh <[email protected]> Date: Sun Oct 14 17:58:17 2012 +0100 Tweak the 2228 config >--------------------------------------------------------------- tests/ghc-e/should_run/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-e/should_run/all.T b/tests/ghc-e/should_run/all.T index 7f01b5b..60bafdf 100644 --- a/tests/ghc-e/should_run/all.T +++ b/tests/ghc-e/should_run/all.T @@ -8,7 +8,7 @@ test('ghc-e004', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e0 test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e005']) test('2228', - [req_interp, if_platform('x86_64-unknown-linux', expect_broken(7298))], + [req_interp, if_ghci_dynamic(expect_broken(7298))], run_command, ['$MAKE --no-print-directory -s 2228']) test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
