Message17351
Logged In: YES
user_id=52562
Okay, I added "-v" to TESTOPTS in Makefile.
test_ioctl
test_ioctl (test.test_ioctl.IoctlTests) ... FAIL
test_ioctl_mutate (test.test_ioctl.IoctlTests) ... FAIL
======================================================================
FAIL: test_ioctl (test.test_ioctl.IoctlTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/zooko/playground/python/python/dist/src/Lib/test/test_ioctl.py",
line 22, in test_ioctl
self.assertEquals(pgrp, struct.unpack("i", r)[0])
File
"/home/zooko/playground/python/python/dist/src/Lib/unittest.py",
line 292, in failUnlessEqual
raise self.failureException, \
AssertionError: 32261 != 28460
======================================================================
FAIL: test_ioctl_mutate (test.test_ioctl.IoctlTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/zooko/playground/python/python/dist/src/Lib/test/test_ioctl.py",
line 31, in test_ioctl_mutate
self.assertEquals(pgrp, buf[0])
File
"/home/zooko/playground/python/python/dist/src/Lib/unittest.py",
line 292, in failUnlessEqual
raise self.failureException, \
AssertionError: 32261 != 28460
----------------------------------------------------------------------
Ran 2 tests in 0.002s
FAILED (failures=2)
test test_ioctl failed -- errors occurred in
test.test_ioctl.IoctlTests
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:15:20 | admin | link | issue777867 messages |
| 2007-08-23 14:15:20 | admin | create | |
|