# 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.

broken_exception
bufaccess
memoryview.memoryview$
sequential_parallel

yield_from_pep380
memoryview_inplace_division

run.pycontextvar
run.unicodemethods
run.unicode_imports
run.test_genericclass
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.pyarray
run.test_unicode
run.__getattribute__
run.__getattribute_subclasses__
run.__debug__
run.array_cimport
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

# gc issue?
external_ref_reassignment
run.exttype_dealloc

# bugs in cpyext
run.special_methods_T561
run.special_methods_T561_py2
