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, eric.araujo, gregory.p.smith, gvanrossum, larry, loewis, maubp, ncoghlan, pitrou, python-dev, r.david.murray, rosslagerwall, shaurz, vstinner
Date 2012-04-29.17:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335722272.72.0.970549476503.issue14127@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on x86 OpenIndiana 3.x:

FAIL: test_stat_attributes (test.test_os.StatAttributeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_os.py", line 240, in test_stat_attributes
    self.check_stat_attributes(self.fname)
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_os.py", line 199, in check_stat_attributes
    self.assertEqual(floaty, nanosecondy)
AssertionError: 133572199178458 != 133572199178457

http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/3494/steps/test/logs/stdio
History
Date User Action Args
2012-04-29 17:57:52vstinnersetrecipients: + vstinner, gvanrossum, loewis, gregory.p.smith, ncoghlan, pitrou, larry, eric.araujo, Arfrever, r.david.murray, maubp, shaurz, rosslagerwall, python-dev
2012-04-29 17:57:52vstinnersetmessageid: <1335722272.72.0.970549476503.issue14127@psf.upfronthosting.co.za>
2012-04-29 17:57:52vstinnerlinkissue14127 messages
2012-04-29 17:57:51vstinnercreate