[commit: testsuite] ghc-7.6: arith005(ghci) is broken on OS X x86 (#7043) (85f9f58)
Ian Lynagh
igloo at earth.li
Fri Jan 18 00:20:55 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/85f9f5855c0e1d0776b18597e7769a508f0340f3
>---------------------------------------------------------------
commit 85f9f5855c0e1d0776b18597e7769a508f0340f3
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 3e12a88..226dcbc 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