summaryrefslogtreecommitdiff
path: root/tests/pypy2_bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pypy2_bugs.txt')
-rw-r--r--tests/pypy2_bugs.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pypy2_bugs.txt b/tests/pypy2_bugs.txt
index 1ac25918f..9c98cb913 100644
--- a/tests/pypy2_bugs.txt
+++ b/tests/pypy2_bugs.txt
@@ -33,3 +33,6 @@ memoryview.numpy_memoryview
# (the overridden __Pyx_PyObject_GetItem requires CYTHON_USE_TYPE_SLOTS)
run.test_genericclass
run.test_subclassinit
+
+# TypeError: 'memoryview' does not have the buffer interface
+run.buffer_n_overflowcheck_T5356