[Python-checkins] buildbot warnings in x86 XP trunk

Collin Winter collinw at gmail.com
Wed Mar 21 23:23:02 CET 2007


On 3/21/07, buildbot at python.org <buildbot at python.org> wrote:
> Excerpt from the test logfile:
> 3 tests failed:
>     test_os test_posixpath test_urllib
[snip]
> FAIL: test_relpath (test.test_posixpath.PosixPathTest)
> ----------------------------------------------------------------------
>
> Traceback (most recent call last):
>   File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_posixpath.py", line 486, in test_relpath
>     self.assertEqual(posixpath.relpath(os.path.abspath("a")), "a")
> AssertionError: 'C:\\buildbot_py25\\trunk.mcintyre-windows\\build\\PCbuild\\@test\\@test\\a' != 'a'

The attached patch should fix this test failure. I'd greatly
appreciate it if someone with access to Windows could apply it and let
me know if it works before I commit it.

Thanks,
Collin Winter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_posixpath.py.diff
Type: application/octet-stream
Size: 1720 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-checkins/attachments/20070321/07e2eaaa/attachment.obj 


More information about the Python-checkins mailing list