summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-11-01 17:40:49 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-11-01 17:41:23 +0100
commite59e51e330b756b42d781a9f2d4d816cf40d46cf (patch)
tree271e31afff08fa2984878562241ab3ef76045959
parent3ee7625db853d3c57da654d99d19421f5d88e67b (diff)
downloadcython-e59e51e330b756b42d781a9f2d4d816cf40d46cf.tar.gz
Revert "Fix test." (which only applied to the 0.29.x branch).
This reverts commit bfcaf163e3dcf472ef2af5dec6ac3fffd0d34e66.
-rw-r--r--tests/compile/fused_redeclare_T3111.pyx12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/compile/fused_redeclare_T3111.pyx b/tests/compile/fused_redeclare_T3111.pyx
index baf932bd4..3dfed9f38 100644
--- a/tests/compile/fused_redeclare_T3111.pyx
+++ b/tests/compile/fused_redeclare_T3111.pyx
@@ -22,10 +22,18 @@ 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
+22:10: 'cpdef_method' redeclared
+33:10: 'cpdef_cname_method' redeclared
446:72: Argument evaluation order in C function call is undefined and may not be as expected
446:72: Argument evaluation order in C function call is undefined and may not be as expected
749:34: Argument evaluation order in C function call is undefined and may not be as expected
749:34: Argument evaluation order in C function call is undefined and may not be as expected
+943:27: Ambiguous exception value, same as default return value: 0
+943:27: Ambiguous exception value, same as default return value: 0
+974:29: Ambiguous exception value, same as default return value: 0
+974:29: Ambiguous exception value, same as default return value: 0
+1002:46: Ambiguous exception value, same as default return value: 0
+1002:46: Ambiguous exception value, same as default return value: 0
+1092:29: Ambiguous exception value, same as default return value: 0
+1092:29: Ambiguous exception value, same as default return value: 0
"""