[issue15192] test_bufio failures on Win64 buildbot

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: I've not seen this issue on that worker for a very long time; closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker

[issue15192] test_bufio failures on Win64 buildbot

2018-12-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The implementation of test.support.unlink() was changed since. It tries to change permissions of read-only files, and repeat attempts several times. It looks more reliable now. Is this issue still reproducible? -- nosy: +serhiy.storchaka status: op

[issue15192] test_bufio failures on Win64 buildbot

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue15192] test_bufio failures on Win64 buildbot

2012-06-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I've changed the malware scanner to disable real-time protection and > have disabled scanning of the buildbot directories. Thank you. I hope that, thanks to this change, we later can make the Win64 buildbot part of the bunch of stable buildbots. --

[issue15192] test_bufio failures on Win64 buildbot

2012-06-26 Thread Jeremy Kloth
Jeremy Kloth added the comment: I've changed the malware scanner to disable real-time protection and have disabled scanning of the buildbot directories. Note that I could reproduce intermittent failures when using '-j' of regrtest, but with these changes they no longer appear. --

[issue15192] test_bufio failures on Win64 buildbot

2012-06-26 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +jeremy.kloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue15192] test_bufio failures on Win64 buildbot

2012-06-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Looks similar to the sporadic test_reprlib failure. Roumen has explained > that here: I don't think there's anything similar. The path is much smaller in test_bufio. -- ___ Python tracker

[issue15192] test_bufio failures on Win64 buildbot

2012-06-26 Thread Stefan Krah
Stefan Krah added the comment: Looks similar to the sporadic test_reprlib failure. Roumen has explained that here: http://bugs.python.org/issue14599#msg162727 I didn't test myself though, just a guess. -- ___ Python tracker

[issue15192] test_bufio failures on Win64 buildbot

2012-06-26 Thread Antoine Pitrou
New submission from Antoine Pitrou : test_bufio fails sporadically on the AMD64 Windows7 SP1 buildbot, e.g.: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/161/steps/test/logs/stdio test_nullpat (test.test_bufio.CBufferSizeTest) ... ok test_primepat (test.test_bufio