[issue24175] Consistent test_utime() failures on FreeBSD

2015-06-12 Thread Zachary Ware
Zachary Ware added the comment: This appears to have been fixed in #15745. -- resolution: -> fixed stage: -> resolved status: open -> closed superseder: -> Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS) type: -> behavior _

[issue24175] Consistent test_utime() failures on FreeBSD

2015-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue24175] Consistent test_utime() failures on FreeBSD

2015-06-10 Thread koobs
koobs added the comment: test_utime is now consistently failing on 3.4, 3.5 and default -- priority: normal -> high title: Sporadic test_utime() failures on FreeBSD -> Consistent test_utime() failures on FreeBSD versions: +Python 3.6 ___ Python track