forked from gevent/gevent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
known_failures.txt
25 lines (19 loc) · 1.2 KB
/
known_failures.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This is a list of known failures (=bugs).
# format: platform environ executable arguments
# A star ("*") can be used instead of platform, environ or executable (means "any").
* GEVENTARES_SERVERS=8.8.8.8 GEVENT_RESOLVER=ares * -u test__socket_dns.py
* GEVENTARES_SERVERS=8.8.8.8 GEVENT_RESOLVER=ares * -u test__socket_dns6.py
# currently gevent.core.stat watcher does not implement 'prev' and 'attr' attributes on Windows
win32 * C:\Python27\python.exe -u test__core_stat.py
# other Windows-related issues (need investigating)
win32 * C:\Python27\python.exe -u -m monkey_test test_threading.py
win32 * C:\Python27\python.exe -u -m monkey_test --Event test_threading.py
win32 * C:\Python27\python.exe -u -m monkey_test test_subprocess.py
win32 * C:\Python27\python.exe -u -m monkey_test --Event test_subprocess.py
# these need investigating:
* * /usr/bin/python2.5(-dbg)? -u -m monkey_test --Event test_urllib2net.py
* * /usr/bin/python2.5(-dbg)? -u -m monkey_test test_urllib2net.py
* * /usr/bin/python2.5(-dbg)? -u test__threading_vs_settrace.py
* * /usr/bin/python2.5(-dbg)? -u test__example_portforwarder.py
* * /usr/bin/python2.5(-dbg)? -u test__socket_close.py
* * /usr/bin/python2.[567]-dbg -u test__backdoor.py