summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2022-02-01 07:58:59 +0100
committerArmin Rigo <arigo@tunes.org>2022-02-01 07:58:59 +0100
commit03fea60451afce2b0d30a1e37adc371526245af1 (patch)
treec991e66ed6226268658471c1831b42c6779a8b8a
parent1a0d94e82319a45017c623b76d177d22b57f2e1d (diff)
downloadcffi-03fea60451afce2b0d30a1e37adc371526245af1.tar.gz
Backed out changeset: e184bbd523d6
-rw-r--r--c/test_c.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/test_c.py b/c/test_c.py
index e23c7fe..654584d 100644
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -1384,10 +1384,8 @@ Exception ignored from cffi callback <function$Zcb1 at 0x$>:
Traceback (most recent call last):
File "$", line $, in Zcb1
$
- $
File "$", line $, in check_value
$
- $
ValueError: 42
""")
sys.stderr = cStringIO.StringIO()
@@ -1402,7 +1400,6 @@ Exception ignored from cffi callback <function$Zcb1 at 0x$>, trying to convert t
Traceback (most recent call last):
File "$", line $, in test_callback_exception
$
- $
OverflowError: integer 60000 does not fit 'short'
""")
sys.stderr = cStringIO.StringIO()
@@ -1446,13 +1443,11 @@ Exception ignored from cffi callback <function$Zcb1 at 0x$>, trying to convert t
Traceback (most recent call last):
File "$", line $, in test_callback_exception
$
- $
OverflowError: integer 60000 does not fit 'short'
Exception ignored during handling of the above exception by 'onerror':
Traceback (most recent call last):
File "$", line $, in test_callback_exception
$
- $
TypeError: $integer$
""")
#
@@ -1477,13 +1472,11 @@ Exception ignored from cffi callback <function$Zcb1 at 0x$>, trying to convert t
Traceback (most recent call last):
File "$", line $, in test_callback_exception
$
- $
OverflowError: integer 60000 does not fit 'short'
Exception ignored during handling of the above exception by 'onerror':
Traceback (most recent call last):
File "$", line $, in oops
$
- $
AttributeError: 'str' object has no attribute 'append$
""")
finally: