Commit 59ef047a authored by Denis Bilenko's avatar Denis Bilenko

update known_failures.py w.r.t PyPy upgrade

https://bugs.pypy.org/issue1743 is fixed now, but other failures appeared.
parent 6f62c414
......@@ -65,10 +65,6 @@ if PYPY:
# BUGS:
# https://bugs.pypy.org/issue1743
'test__real_greenlet.py',
'test__exc_info.py',
# in CPython we compile _semaphore.py with Cython to make its operation atomic
# how to do atomic operations on PyPy?
'test__threading_vs_settrace.py',
......@@ -86,7 +82,9 @@ if PYPY:
'test__refcount.py',
'test__server.py',
'test_subprocess.py', # test_executable_without_cwd
'FLAKY test___example_servers.py'
'FLAKY test___example_servers.py',
'test_httpservers.py',
'FLAKY test_queue.py',
]
......
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