Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/169eb378caeafce134179fc81eff959ec150f67c >--------------------------------------------------------------- commit 169eb378caeafce134179fc81eff959ec150f67c Author: Ian Lynagh <i...@well-typed.com> Date: Fri Jan 18 01:05:30 2013 +0000 num010(ghci) is broken on OS X 32 (#7043) >--------------------------------------------------------------- tests/Numeric/all.T | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tests/Numeric/all.T b/tests/Numeric/all.T index 6b575db..1c8ef16 100644 --- a/tests/Numeric/all.T +++ b/tests/Numeric/all.T @@ -15,4 +15,7 @@ test('num009', [ skip_if_fast # We also get another set of results for 1e02 with GHCi, so # I'm skipping that way altogether. compile_and_run, ['']) -test('num010', normal, compile_and_run, ['']) +test('num010', + if_platform('i386-apple-darwin', expect_broken_for(7043, 'ghci')), + compile_and_run, + ['']) _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits