[GHC] #12661: Testsuite driver fails on Windows
GHC
ghc-devs at haskell.org
Thu Oct 6 20:07:12 UTC 2016
#12661: Testsuite driver fails on Windows
---------------------------------+--------------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 8.0.1
Resolution: | Keywords:
Operating System: Windows | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+--------------------------------------
Comment (by bgamari):
I'm actually quite confused. It looks like the testsuite driver will not
run with python3.
{{{
*** WARNING: running testsuite using Python 3.
*** Python 3 support is experimental. See Trac #9184.
Traceback (most recent call last):
File "../driver/runtests.py", line 216, in <module>
for line in pkginfo.split('\n'):
TypeError: a bytes-like object is required, not 'str'
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12661#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list