Commit e4b8a88d authored by scoder's avatar scoder Committed by GitHub

Merge pull request #1532 from mattip/update-pypy-skips

ENH: update test skip list for pypy
parents 39df7ffd 4a5d9e22
......@@ -4,31 +4,18 @@
broken_exception
bufaccess
buffmt
exarkun
memoryview
memslice
sequential_parallel
setjmp
yield_from_pep380
memoryview_inplace_division
# GIL issues
# https://bitbucket.org/pypy/pypy/issues/1778/pygilstate_ensure-should-not-deadlock
run.exceptions_nogil
run.nogil
run.with_gil
run.parallel
run.pstats_profile_test
# gc issue?
memoryview_in_subclasses
external_ref_reassignment
run.exttype_dealloc
# https://bitbucket.org/pypy/pypy/issue/2023/cpyext-pydict_keys-values-items-does-not
builtin_subtype_methods_cy3
# bugs in cpyext
run.special_methods_T561
run.special_methods_T561_py2
......@@ -39,7 +26,7 @@ run.datetime_pxd
run.datetime_cimport
run.datetime_members
run.extern_builtins_T258
run.unicode_ascii_auto_encoding
run.unicode_default_auto_encoding
run.str_ascii_auto_encoding
run.str_default_auto_encoding
# refcounting-specific tests
double_dealloc_T796
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment