Sorry I forgot

.../typecheck/should_fail$ uname -a

MSYS_NT-10.0 MSRC-4079181 2.5.1(0.297/5/3) 2016-05-16 10:51 x86_64 Msys

 

I’ll try Make test PYTHON=/usr/bin/python3

 

Simon

 

From: Phyx [mailto:lonetiger@gmail.com]
Sent: 18 October 2016 11:39
To: Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs@haskell.org
Subject: Re: Windows build

 

And uname -a? If you're on anything higher than 2.5.1 the runtime has a regression per Ben's email. If you're not. Try using python3 for testing. Make test PYTHON=/usr/bin/python3

 

On Tue, Oct 18, 2016, 11:30 Simon Peyton Jones <simonpj@microsoft.com> wrote:

.../typecheck/should_fail$ which python

/usr/bin/python

.../typecheck/should_fail$ which python2

/usr/bin/python2

.../typecheck/should_fail$ which python3

/usr/bin/python3

.../typecheck/should_fail$ python --version

Python 3.4.3

.../typecheck/should_fail$ python2 --version

Python 2.7.11

.../typecheck/should_fail$ python3 --version

Python 3.4.3

.../typecheck/should_fail$

 

From: Phyx [mailto:lonetiger@gmail.com]
Sent: 18 October 2016 11:07
To: Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs@haskell.org
Subject: Re: Windows build

 

Hi Simon, 

 

What does which python 2 and which python 3 return? Along with uname -a? 

 

Tamar 

On Tue, Oct 18, 2016, 10:58 Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> wrote:

On Windows I now get a lot of framework failures, below.

I have not tried them all, but some work fine when run individually; e.g.

make TEST=AssocTyDef09

Simon

 

 

Unexpected passes:

   rts/T7037.run  T7037 [unexpected] (normal)

 

Unexpected failures:

   ghci/prog003/prog003.run  prog003 [bad exit code] (ghci)

   plugins/plugins07.run     plugins07 [bad exit code] (normal)

 

Unexpected stat failures:

   perf/haddock/haddock.compiler.run  haddock.compiler [stat not good enough] (normal)

 

Framework failures:

   ./cabal/T5442b.run                                       T5442b [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./codeGen/should_run/cgrun040.run                        cgrun040 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./concurrent/should_run/conc027.run                      conc027 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./deSugar/should_run/dsrun010.run                        dsrun010 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./dph/sumnats/dph-sumnats-vseg.run                       dph-sumnats-vseg [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./dph/words/dph-words-copy-fast.run                      dph-words-copy-fast [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./driver/T9963.run                                       T9963 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./ghci/scripts/ghci044a.run                              ghci044a [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./ghci/scripts/T4127.run                                 T4127 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./ghci/should_run/ghcirun001.run                         ghcirun001 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./overloadedlists/should_fail/overloadedlistsfail02.run  overloadedlistsfail02 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./package/package07e.run                                 package07e [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./parser/should_fail/ParserNoForallUnicode.run           ParserNoForallUnicode [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./parser/should_fail/T12051.run                          T12051 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./perf/should_run/T4830.run                              T4830 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

  ./plugins/plugins07.run                                  plugins07 [normal] (pre_cmd failed: 2)

   ./rts/stack003.run                                       stack003 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./rts/ffishutdown.run                                    ffishutdown [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./simplCore/should_compile/T3234.run                     T3234 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./typecheck/should_compile/tc217.run                     tc217 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./typecheck/should_fail/tcfail013.run                    tcfail013 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./typecheck/should_fail/tcfail110.run                    tcfail110 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ./typecheck/should_fail/AssocTyDef09.run                 AssocTyDef09 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ../../libraries/base/tests/stableptr003.run              stableptr003 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

   ../../libraries/base/tests/IO/ioeGetErrorString001.run   ioeGetErrorString001 [runTest] (Unhandled exception: global name 'WindowsError' is not defined)

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs