Message233513
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') |
|
Date |
User |
Action |
Args |
2015-01-06 10:41:38 | vstinner | set | recipients:
+ 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:38 | vstinner | set | messageid: <1420540898.4.0.76884321883.issue19776@psf.upfronthosting.co.za> |
2015-01-06 10:41:38 | vstinner | link | issue19776 messages |
2015-01-06 10:41:38 | vstinner | create | |
|