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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2013-10-25.05:33:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382679228.36.0.603807320652.issue19384@psf.upfronthosting.co.za>
In-reply-to
Content
The actual error:

======================================================================
FAIL: test_exceptions_propagate (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/libs/cpython/Lib/test/test_py_compile.py", line 88, in test_exceptions_propagate
    py_compile.compile(self.source_path, self.pyc_path)
AssertionError: OSError not raised

----------------------------------------------------------------------
Ran 7 tests in 0.007s

FAILED (failures=1)
test test_py_compile failed
1 test failed:
    test_py_compile

os.chmod(self.directory, stat.S_IREAD) doesn't do what it is expected on FreeBSD for root user, the attached patch skips this test if the current user is root.
History
Date User Action Args
2013-10-25 05:33:48Claudiu.Popasetrecipients: + Claudiu.Popa
2013-10-25 05:33:48Claudiu.Popasetmessageid: <1382679228.36.0.603807320652.issue19384@psf.upfronthosting.co.za>
2013-10-25 05:33:48Claudiu.Popalinkissue19384 messages
2013-10-25 05:33:48Claudiu.Popacreate