Message198529
After renaming the first test_errors method to test_errors_1 and the
second one to test_errors_2:
$ /bin/sh -c "cd Lib/ctypes/test; ../../../python runtests.py test_functions.py"
....F................
======================================================================
FAIL: test_errors_1 (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./Lib/ctypes/test/test_functions.py", line 227, in test_errors_1
self.assertRaises(TypeError, f, X()) #cannot convert parameter
AssertionError: TypeError not raised by _testfunc_p_p
----------------------------------------------------------------------
Ran 21 tests in 0.007s
FAILED (failures=1) |
|
Date |
User |
Action |
Args |
2013-09-28 16:23:39 | xdegaye | set | recipients:
+ xdegaye, amaury.forgeotdarc, belopolsky, meador.inge |
2013-09-28 16:23:39 | xdegaye | set | messageid: <1380385419.52.0.767012097586.issue19113@psf.upfronthosting.co.za> |
2013-09-28 16:23:39 | xdegaye | link | issue19113 messages |
2013-09-28 16:23:39 | xdegaye | create | |
|