This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients amaury.forgeotdarc, belopolsky, meador.inge, xdegaye
Date 2013-09-28.16:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380385419.52.0.767012097586.issue19113@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-09-28 16:23:39xdegayesetrecipients: + xdegaye, amaury.forgeotdarc, belopolsky, meador.inge
2013-09-28 16:23:39xdegayesetmessageid: <1380385419.52.0.767012097586.issue19113@psf.upfronthosting.co.za>
2013-09-28 16:23:39xdegayelinkissue19113 messages
2013-09-28 16:23:39xdegayecreate