Re: testsuite broken

2016-12-01 Thread Ben Gamari
Simon Peyton Jones via ghc-devs writes: > Yikes. I can’t run the testsuite on Linux (debian ? I think…). See below. > I installed python3 by saying > apt-get install python3 > And indeed > > python3 --version > > Python 3.2.3 For the record I've opened #12909

RE: testsuite broken

2016-12-01 Thread Simon Peyton Jones via ghc-devs
Ben is on it too: #12909 From: Phyx [mailto:loneti...@gmail.com] Sent: 01 December 2016 15:49 To: Simon Peyton Jones <simo...@microsoft.com>; ghc-devs@haskell.org Subject: Re: testsuite broken Bah, String handling in python is a complete mess. In any case, we dropped support for 2 so

Re: testsuite broken

2016-12-01 Thread Phyx
Bah, String handling in python is a complete mess. In any case, we dropped support for 2 so we can remove the u prefixes. It seems that the Unicode syntax in python 3 was dropped in python 3.0 and reintroduced on 3.3. We were all using 3.5 to test. To get you going again quickly, You can

testsuite broken

2016-12-01 Thread Simon Peyton Jones via ghc-devs
Yikes. I can’t run the testsuite on Linux (debian ? I think…). See below. I installed python3 by saying apt-get install python3 And indeed python3 --version Python 3.2.3 This is bad. Can anyone help? Simon PYTHON="python3" "python3" ../../driver/runtests.py -e

Testsuite broken on windows

2015-03-17 Thread Simon Peyton Jones
Thomas RGH! Windows build is broken again. Could you please fix? Soon! I got going again by reverting the last four commits to testsuite/, but there's some complication with the hpc submodule so I couldn't do it mechanically. Better to fix it properly Thanks Simon python

Re: Testsuite broken on windows

2015-03-17 Thread Thomas Miedema
Simon, can you pull and try again. I'm very sorry, I really screwed up what should have been a small refactoring. Thomas On Tue, Mar 17, 2015 at 11:55 AM, Simon Peyton Jones simo...@microsoft.com wrote: Thomas RGH! Windows build is broken again. Could you please fix? Soon! I got