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 trent
Recipients larry, pitrou, skrah, trent
Date 2012-09-18.03:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347937427.76.0.167170751332.issue15745@psf.upfronthosting.co.za>
In-reply-to
Content
Just noticed that the Solaris 10 slave is failing in the same way:

======================================================================
FAIL: test_utime (test.test_os.StatAttributeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/3.x.snakebite-solaris10-u10ga2-sparc64-1/build/Lib/test/test_os.py", line 332, in test_utime
    self._test_utime(support.TESTFN, getattr, utime, 10)
  File "/home/cpython/buildslave/3.x.snakebite-solaris10-u10ga2-sparc64-1/build/Lib/test/test_os.py", line 318, in _test_utime
    self.assertEqual(attr(st0, "st_mtime"), attr(st1, "st_mtime"))
AssertionError: 1347752941.275297 != 1347752941.275296

Note that /home/cpython on this slave is backed by UFS, not ZFS.

(It's accessible to committers via sb->s10.)
History
Date User Action Args
2012-09-18 03:03:47trentsetrecipients: + trent, pitrou, larry, skrah
2012-09-18 03:03:47trentsetmessageid: <1347937427.76.0.167170751332.issue15745@psf.upfronthosting.co.za>
2012-09-18 03:03:47trentlinkissue15745 messages
2012-09-18 03:03:46trentcreate