This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, eric.araujo, eric.snow, georg.brandl, meador.inge, ncoghlan, pitrou, python-dev, sjdv1982
Date 2011-11-26.13:17:42
SpamBayes Score 0.00014184076
Marked as misclassified No
Message-id <1322313463.14.0.115567331197.issue12618@psf.upfronthosting.co.za>
In-reply-to
Content
The tests break on the Windows buildbots:

======================================================================
ERROR: test_relative_path (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_py_compile.py", line 33, in test_relative_path
    py_compile.compile(os.path.relpath(self.source_path),
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\ntpath.py", line 622, in relpath
    raise ValueError(error)
ValueError: path is on mount 'c:', start on mount 'D:'
History
Date User Action Args
2011-11-26 13:17:43pitrousetrecipients: + pitrou, georg.brandl, ncoghlan, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, sjdv1982
2011-11-26 13:17:43pitrousetmessageid: <1322313463.14.0.115567331197.issue12618@psf.upfronthosting.co.za>
2011-11-26 13:17:42pitroulinkissue12618 messages
2011-11-26 13:17:42pitroucreate