
#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): Indeed 3.4.3 is the failing python version, {{{ $ strace -o log python Python 3.4.3 (default, Mar 4 2016, 10:23:36) [GCC 4.9.2] on msys Type "help", "copyright", "credits" or "license" for more information. p>>> import ctypes
ctypes.cdll.kernel32 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.4/ctypes/__init__.py", line 421, in __getattr__ dll = self._dlltype(name) File "/usr/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: No such file or directory }}}
-- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12661#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler