Skip to content

Commit

Permalink
Merge pull request gevent#506 from gevent/known_failures_pypy
Browse files Browse the repository at this point in the history
update known_failures.py w.r.t PyPy upgrade
  • Loading branch information
denik committed Nov 3, 2014
2 parents c12d319 + 59ef047 commit 6e4babc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions known_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@

# 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',
Expand All @@ -86,7 +82,9 @@
'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',
]


Expand Down

0 comments on commit 6e4babc

Please sign in to comment.