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 serhiy.storchaka
Recipients Claudiu.Popa, berker.peksag, cormac-obrien, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka, vajrasky
Date 2015-02-16.06:32:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424068357.21.0.40251279977.issue20069@psf.upfronthosting.co.za>
In-reply-to
Content
Tests failed on Solaris:
http://buildbot.python.org/all/builders/AMD64%20Solaris%2011%20%5BSB%5D%203.x/builds/3895/steps/test/logs/stdio

======================================================================
FAIL: test_chown_without_permission (test.test_os.ChownFileTests)
----------------------------------------------------------------------
PermissionError: [Errno 1] Not owner: '@test_18916_tmp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/test/test_os.py", line 1080, in test_chown_without_permission
    os.chown(support.TESTFN, uid_2, gid)
AssertionError: "Operation not permitted" does not match "[Errno 1] Not owner: '@test_18916_tmp'"

----------------------------------------------------------------------
History
Date User Action Args
2015-02-16 06:32:37serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, r.david.murray, Claudiu.Popa, python-dev, berker.peksag, vajrasky, cormac-obrien
2015-02-16 06:32:37serhiy.storchakasetmessageid: <1424068357.21.0.40251279977.issue20069@psf.upfronthosting.co.za>
2015-02-16 06:32:37serhiy.storchakalinkissue20069 messages
2015-02-16 06:32:36serhiy.storchakacreate