[issue16287] Sporadic test_utime() failures on Solaris

2015-04-21 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mail

[issue16287] Sporadic test_utime() failures on Solaris

2013-10-25 Thread Christian Heimes
Christian Heimes added the comment: Trent, do you still see the failures on Solaris? -- nosy: +christian.heimes priority: normal -> low status: open -> languishing type: -> behavior ___ Python tracker

[issue16287] Sporadic test_utime() failures on Solaris

2012-12-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Doing "./python Lib/test/regrtest.py test_os" for current "default" in Solaris 10 Update 10, I don't see any test failure. I have run it 10.000 times. I can't reproduce this. What Solaris 10 version are you using, Trent? -- _

[issue16287] Sporadic test_utime() failures on Solaris

2012-10-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue16287] Sporadic test_utime() failures on Solaris

2012-10-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16287] Sporadic test_utime() failures on Solaris

2012-10-19 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +larry, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue16287] Sporadic test_utime() failures on Solaris

2012-10-19 Thread Trent Nelson
New submission from Trent Nelson: This was initially observed in #15745, however, there's a separate problem here. The current test_utime() on Solaris sporadically (usually) fails along the following lines: > self.assertEqual(attr(st0, "st_mtime"), attr(st1, "st_mtime")) > AssertionEr