summaryrefslogtreecommitdiff
path: root/tests/pypy_bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pypy_bugs.txt')
-rw-r--r--tests/pypy_bugs.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pypy_bugs.txt b/tests/pypy_bugs.txt
index 1004a93e4..5a27265ee 100644
--- a/tests/pypy_bugs.txt
+++ b/tests/pypy_bugs.txt
@@ -61,3 +61,6 @@ run.exttype_dealloc
# bugs in cpyext
run.special_methods_T561
run.special_methods_T561_py2
+
+# unicode is a PyVarObject on PyPy3
+run.builtin_type_inheritance_T608