summaryrefslogtreecommitdiff
path: root/tests/pypy_bugs.txt
blob: 1004a93e4500f270c60db5314867e457b7d14474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# This file contains tests corresponding to unresolved bugs
# either in PyPy, PyPy's cpyext, or Cython under PyPy,
# which will be skipped in the normal testing run.

bufaccess
memoryview.memoryview$

# looks like a doctest issue? It's failing to match output that looks
# identical to my eye
#run.unicodemethods
# multiphase import not supported
run.unicode_imports

run.tp_new
run.test_fstring
run.test_exceptions
run.test_dictviews
run.str_subclass_kwargs
run.special_method_docstrings
run.slice_ptr
compile.min_async
run.cython_includes
run.test_unicode
run.__getattribute__
run.__getattribute_subclasses__
run.__debug__
run.builtin_abs
run.builtincomplex
run.cdef_multiple_inheritance_errors
run.cdivision_CEP_516
run.cyfunction
run.final_cdef_class
run.index
run.pyclass_special_methods
run.reimport_from_package
run.reimport_from_subinterpreter
run.reimport_failure
pkg.cimportfrom
embedded
TestCyCache
run.ext_auto_richcmp
run.coverage_cmd
run.coverage_cmd_src_layout
run.coverage_installed_pkg
run.coverage_api
run.coverage_nogil

# very little coroutine-related seems to work
run.test_asyncgen
run.test_coroutines_pep492
run.async_iter_pep492
run.embedsignatures
run.py35_asyncio_async_def
run.asyncio_generators
run.py35_pep492_interop

# gc issue?
external_ref_reassignment
run.exttype_dealloc

# bugs in cpyext
run.special_methods_T561
run.special_methods_T561_py2