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 furkanonder
Recipients amaury.forgeotdarc, belopolsky, ezio.melotti, furkanonder, meador.inge, shihai1991, xdegaye
Date 2020-04-17.19:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587150274.08.0.477869650951.issue19113@roundup.psfhosted.org>
In-reply-to
Content
There are two tests with same name in the same test class  (ctypes.test.test_functions test_errors)
After merging both and re-run I encounter with this error
which looks like it was always there but overwritten by other test (with same name)

....F...........s.s...
======================================================================
FAIL: test_errors (__main__.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/furkan/cpython/Lib/ctypes/test/test_functions.py", line 219, in test_errors
    self.assertRaises(TypeError, f, X()) #cannot convert parameter
AssertionError: TypeError not raised by _testfunc_p_p

----------------------------------------------------------------------
Ran 22 tests in 0.003s
History
Date User Action Args
2020-04-17 19:04:34furkanondersetrecipients: + furkanonder, amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge, xdegaye, shihai1991
2020-04-17 19:04:34furkanondersetmessageid: <1587150274.08.0.477869650951.issue19113@roundup.psfhosted.org>
2020-04-17 19:04:34furkanonderlinkissue19113 messages
2020-04-17 19:04:33furkanondercreate