[commit: testsuite] ghc-7.6: numrun012(ghci) now passes on Windows (49d6367)
Ian Lynagh
igloo at earth.li
Sat Jan 26 00:36:44 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/49d63676efe3963331b8f8194c23f1aee2daee16
>---------------------------------------------------------------
commit 49d63676efe3963331b8f8194c23f1aee2daee16
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Jan 25 16:57:31 2013 +0000
numrun012(ghci) now passes on Windows
I don't know why it started working, but we didn't know why it didn't work
before either.
>---------------------------------------------------------------
tests/numeric/should_run/all.T | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/tests/numeric/should_run/all.T b/tests/numeric/should_run/all.T
index 226dcbc..a26fe18 100644
--- a/tests/numeric/should_run/all.T
+++ b/tests/numeric/should_run/all.T
@@ -35,12 +35,7 @@ test('arith015', normal, compile_and_run, [''])
test('numrun009', normal, compile_and_run, [''])
test('numrun010', normal, compile_and_run, [''])
test('numrun011', normal, compile_and_run, [''])
-test('numrun012',
- if_os('mingw32',expect_fail_for('ghci')),
- # on Windows, GHCi says that "logBase 2 (2^31)" is "31.0", but
- # other platforms (and compiled on Windows) reports 31.000000000000004
- # I have no idea where the discrepancy comes from. --SDM
- compile_and_run, [''])
+test('numrun012', normal, compile_and_run, [''])
test('numrun013', normal, compile_and_run, [''])
test('numrun014', normal, compile_and_run, [''])
test('arith016', compose(normal,only_compiler_types(['ghc'])), compile_and_run, [''])
More information about the ghc-commits
mailing list