Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/2921e94a3546d3c431051271f505307d2f13b208 >--------------------------------------------------------------- commit 2921e94a3546d3c431051271f505307d2f13b208 Author: Ian Lynagh <[email protected]> Date: Sun Jan 29 19:15:33 2012 +0000 num009 now only fails on OS X i386, not OS X amd64 >--------------------------------------------------------------- tests/Numeric/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Numeric/all.T b/tests/Numeric/all.T index b4218b3..6b575db 100644 --- a/tests/Numeric/all.T +++ b/tests/Numeric/all.T @@ -7,7 +7,7 @@ test('num006', normal, compile_and_run, ['']) test('num007', normal, compile_and_run, ['']) test('num008', normal, compile_and_run, ['']) test('num009', [ skip_if_fast - , if_os('darwin', expect_broken(2370)) + , if_platform('i386-apple-darwin', expect_broken(2370)) , if_os('mingw32', omit_ways(['ghci'])) ], # We get different results at 1e20 on x86/Windows, so there is # a special output file for that. I (SDM) don't think these are _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
