[commit: testsuite] master: arith005(ghci) is broken on OS X x86 (#7043) (98fee92)
Ian Lynagh
igloo at earth.li
Fri Jan 18 00:28:55 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/98fee92f15c72f57ca2d1ce71cf22ebb7dd8d23d
>---------------------------------------------------------------
commit 98fee92f15c72f57ca2d1ce71cf22ebb7dd8d23d
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Jan 17 14:22:09 2013 +0000
arith005(ghci) is broken on OS X x86 (#7043)
>---------------------------------------------------------------
tests/numeric/should_run/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/numeric/should_run/all.T b/tests/numeric/should_run/all.T
index ff19507..c5cfc8c 100644
--- a/tests/numeric/should_run/all.T
+++ b/tests/numeric/should_run/all.T
@@ -7,7 +7,7 @@ test('arith001', normal, compile_and_run, [''])
test('arith002', normal, compile_and_run, [''])
test('arith003', normal, compile_and_run, [''])
test('arith004', normal, compile_and_run, [''])
-test('arith005', normal, compile_and_run, [''])
+test('arith005', if_platform('i386-apple-darwin', expect_broken_for(7043, 'ghci')), compile_and_run, [''])
test('arith006', normal, compile_and_run, [''])
test('arith007', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list