Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
6e4babce
Commit
6e4babce
authored
Nov 03, 2014
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #506 from gevent/known_failures_pypy
update known_failures.py w.r.t PyPy upgrade
parents
c12d319e
59ef047a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
known_failures.py
known_failures.py
+3
-5
No files found.
known_failures.py
View file @
6e4babce
...
...
@@ -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'
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment