summaryrefslogtreecommitdiff
path: root/tests/compile/fused_redeclare_T3111.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/fused_redeclare_T3111.pyx')
-rw-r--r--tests/compile/fused_redeclare_T3111.pyx17
1 files changed, 11 insertions, 6 deletions
diff --git a/tests/compile/fused_redeclare_T3111.pyx b/tests/compile/fused_redeclare_T3111.pyx
index c7064e7c0..53f087717 100644
--- a/tests/compile/fused_redeclare_T3111.pyx
+++ b/tests/compile/fused_redeclare_T3111.pyx
@@ -22,10 +22,15 @@ def foo(dtype_t[:] a, dtype_t_out[:, :] b):
# "__pyxutil:16:4: '___pyx_npy_uint8' redeclared". The remaining warnings are
# unrelated to this test.
_WARNINGS = """
-20:10: 'cpdef_method' redeclared
-31:10: 'cpdef_cname_method' redeclared
-448:72: Argument evaluation order in C function call is undefined and may not be as expected
-448:72: Argument evaluation order in C function call is undefined and may not be as expected
-751:34: Argument evaluation order in C function call is undefined and may not be as expected
-751:34: Argument evaluation order in C function call is undefined and may not be as expected
+# cpdef redeclaration bug, from TestCythonScope.pyx
+25:10: 'cpdef_method' redeclared
+36:10: 'cpdef_cname_method' redeclared
+
+# from MemoryView.pyx
+980:29: Ambiguous exception value, same as default return value: 0
+980:29: Ambiguous exception value, same as default return value: 0
+1021:46: Ambiguous exception value, same as default return value: 0
+1021:46: Ambiguous exception value, same as default return value: 0
+1111:29: Ambiguous exception value, same as default return value: 0
+1111:29: Ambiguous exception value, same as default return value: 0
"""