[commit: testsuite] master: numrun012(ghci) now passes on Windows (07ce09b)

Ian Lynagh igloo at earth.li
Sat Jan 26 02:45:17 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/07ce09b959e56c7f3cb248c57ba7ebe684351f7d

>---------------------------------------------------------------

commit 07ce09b959e56c7f3cb248c57ba7ebe684351f7d
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 beee59d..b2109de 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