Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/77cd37824211100c548d6ef41f79f9156b0eef05 >--------------------------------------------------------------- commit 77cd37824211100c548d6ef41f79f9156b0eef05 Author: Ian Lynagh <i...@well-typed.com> Date: Fri Oct 5 02:09:25 2012 +0100 2228 is broken on x86_64-unknown-linux (technically, broken if dynamic-by-default is enabled) >--------------------------------------------------------------- tests/ghc-e/should_run/all.T | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tests/ghc-e/should_run/all.T b/tests/ghc-e/should_run/all.T index 6039a40..7f01b5b 100644 --- a/tests/ghc-e/should_run/all.T +++ b/tests/ghc-e/should_run/all.T @@ -7,6 +7,9 @@ test('ghc-e003', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e0 test('ghc-e004', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e004']) test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e005']) -test('2228', req_interp, run_command, ['$MAKE --no-print-directory -s 2228']) +test('2228', + [req_interp, if_platform('x86_64-unknown-linux', expect_broken(7298))], + run_command, + ['$MAKE --no-print-directory -s 2228']) test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636']) test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890']) _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc