[issue7564] test_ioctl fails sometimes

Florent Xicluna report at bugs.python.org
Wed Dec 23 00:39:15 CET 2009


New submission from Florent Xicluna <laxyf at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7564>
_______________________________________


More information about the Python-bugs-list mailing list