diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-29 19:15:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-29 19:53:21 +0000 |
commit | acdd956123ac5829d17b26139481fa80603ec9b2 (patch) | |
tree | 1a87f2ee4eb5975111ece272181389018cdb7aea /libraries/base/tests/Numeric | |
parent | e3467bde274e72969dd629a5a1c70c17e70ef6f4 (diff) | |
download | haskell-acdd956123ac5829d17b26139481fa80603ec9b2.tar.gz |
num009 now only fails on OS X i386, not OS X amd64
Diffstat (limited to 'libraries/base/tests/Numeric')
-rw-r--r-- | libraries/base/tests/Numeric/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/Numeric/all.T b/libraries/base/tests/Numeric/all.T index b4218b3dbc..6b575db20d 100644 --- a/libraries/base/tests/Numeric/all.T +++ b/libraries/base/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 |