New submission from Florent Xicluna <la...@yahoo.fr>: I got it to fail sometimes on trunk, when run with "-r -uall".
Debian 64bits, Python 2.7a r77004 test_ioctl test_ioctl (test.test_ioctl.IoctlTests) ... FAIL test_ioctl_mutate (test.test_ioctl.IoctlTests) ... FAIL test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTests) ... ok ====================================================================== FAIL: test_ioctl (test.test_ioctl.IoctlTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "./Lib/test/test_ioctl.py", line 27, in test_ioctl self.assertTrue(rpgrp in ids, "%s not in %s" % (rpgrp, ids)) AssertionError: 9165 not in (2334, 15696) ====================================================================== FAIL: test_ioctl_mutate (test.test_ioctl.IoctlTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "./Lib/test/test_ioctl.py", line 37, in test_ioctl_mutate self.assertTrue(rpgrp in ids, "%s not in %s" % (rpgrp, ids)) AssertionError: 9165 not in (2334, 15696) ---------------------------------------------------------------------- Ran 3 tests in 0.001s FAILED (failures=2) test test_ioctl failed -- multiple errors occurred ---------- components: Tests messages: 96820 nosy: flox severity: normal status: open title: test_ioctl fails sometimes type: behavior versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7564> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com