Test failure: test_python_53586
![](https://secure.gravatar.com/avatar/133b712423066c858d82f5d285a6867a.jpg?s=120&d=mm&r=g)
Hello all, When I do a *full test run* of py3k I get a distutils test failure. It doesn't happen if I run test_distutils on its own: bigmac:py3k michael$ ./python.exe -m test.regrtest -j12 == CPython 3.2a0 (py3k:82215, Jun 25 2010, 13:59:00) [GCC 4.2.1 (Apple Inc. build 5659)] == Darwin-10.4.0-i386-64bit == /compile/py3k/build/test_python_53586 ... lots of results skipped test test_distutils failed -- Traceback (most recent call last): File "/compile/py3k/Lib/distutils/tests/support.py", line 16, in _capture_warnings return func(*args, **kw) File "/compile/py3k/Lib/distutils/tests/test_sysconfig.py", line 47, in test_get_python_inc self.assertTrue(os.path.isdir(inc_dir), inc_dir) AssertionError: /compile/py3k/build/test_python_53586/Include All the best, Michael Foord -- http://www.voidspace.org.uk
![](https://secure.gravatar.com/avatar/5e5142d6a1a578f02e2d94c4d6d31088.jpg?s=120&d=mm&r=g)
On Fri, Jun 25, 2010 at 4:45 PM, Michael Foord <fuzzyman@gmail.com> wrote:
Hello all,
When I do a *full test run* of py3k I get a distutils test failure. It doesn't happen if I run test_distutils on its own:
bigmac:py3k michael$ ./python.exe -m test.regrtest -j12 == CPython 3.2a0 (py3k:82215, Jun 25 2010, 13:59:00) [GCC 4.2.1 (Apple Inc. build 5659)] == Darwin-10.4.0-i386-64bit == /compile/py3k/build/test_python_53586
... lots of results skipped
test test_distutils failed -- Traceback (most recent call last): File "/compile/py3k/Lib/distutils/tests/support.py", line 16, in _capture_warnings return func(*args, **kw) File "/compile/py3k/Lib/distutils/tests/test_sysconfig.py", line 47, in test_get_python_inc self.assertTrue(os.path.isdir(inc_dir), inc_dir) AssertionError: /compile/py3k/build/test_python_53586/Include
All the best,
Hello Michael, Can you add an issue in the tracker ? Thanks !
Michael Foord
-- http://www.voidspace.org.uk
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé | http://ziade.org
![](https://secure.gravatar.com/avatar/133b712423066c858d82f5d285a6867a.jpg?s=120&d=mm&r=g)
On 25 June 2010 17:03, Tarek Ziadé <ziade.tarek@gmail.com> wrote:
On Fri, Jun 25, 2010 at 4:45 PM, Michael Foord <fuzzyman@gmail.com> wrote:
Hello all,
When I do a *full test run* of py3k I get a distutils test failure. It doesn't happen if I run test_distutils on its own:
bigmac:py3k michael$ ./python.exe -m test.regrtest -j12 == CPython 3.2a0 (py3k:82215, Jun 25 2010, 13:59:00) [GCC 4.2.1 (Apple Inc. build 5659)] == Darwin-10.4.0-i386-64bit == /compile/py3k/build/test_python_53586
... lots of results skipped
test test_distutils failed -- Traceback (most recent call last): File "/compile/py3k/Lib/distutils/tests/support.py", line 16, in _capture_warnings return func(*args, **kw) File "/compile/py3k/Lib/distutils/tests/test_sysconfig.py", line 47, in test_get_python_inc self.assertTrue(os.path.isdir(inc_dir), inc_dir) AssertionError: /compile/py3k/build/test_python_53586/Include
All the best,
Hello Michael,
Can you add an issue in the tracker ?
Done: http://bugs.python.org/issue9081 Michael
Thanks !
Michael Foord
-- http://www.voidspace.org.uk
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé | http://ziade.org
participants (2)
-
Michael Foord
-
Tarek Ziadé