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 vstinner
Recipients Arfrever, Claudiu.Popa, antoine.pietri, cvrebert, fletom, neologix, pitrou, python-dev, rominf, serhiy.storchaka, steve.dower, vajrasky, vstinner, zach.ware
Date 2015-01-06.10:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420540898.4.0.76884321883.issue19776@psf.upfronthosting.co.za>
In-reply-to
Content
The test fails on the buildbot "PPC64 AIX 3.x". It looks like the home directory of the buildbot slave user is /home/shager/.

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/2994/steps/test/logs/stdio

======================================================================
FAIL: test_expanduser (test.test_pathlib.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_pathlib.py", line 2002, in test_expanduser
    self.assertEqual(p3.expanduser(), P(otherhome) / 'Documents')
AssertionError: PosixPath('/Documents') != PosixPath('Documents')
History
Date User Action Args
2015-01-06 10:41:38vstinnersetrecipients: + vstinner, pitrou, Arfrever, cvrebert, neologix, Claudiu.Popa, python-dev, zach.ware, serhiy.storchaka, steve.dower, vajrasky, antoine.pietri, fletom, rominf
2015-01-06 10:41:38vstinnersetmessageid: <1420540898.4.0.76884321883.issue19776@psf.upfronthosting.co.za>
2015-01-06 10:41:38vstinnerlinkissue19776 messages
2015-01-06 10:41:38vstinnercreate