]> git.pld-linux.org Git - packages/python-gevent.git/blame - known_failures-pld.patch
Version: 1.1b5
[packages/python-gevent.git] / known_failures-pld.patch
CommitLineData
5a77c3db
JK
1diff -dur -x '*.orig' gevent-1.0.2.orig/known_failures.py gevent-1.0.2/known_failures.py
2--- gevent-1.0.2.orig/known_failures.py 2015-05-23 14:04:13.000000000 +0200
3+++ gevent-1.0.2/known_failures.py 2015-07-14 15:20:53.000000000 +0200
bdf20251 4@@ -16,6 +16,88 @@
2fed4eba
ER
5 # Sometimes fails with AssertionError: ...\nIOError: close() called during concurrent operation on the same file object.\n'
6 # Sometimes it contains "\nUnhandled exception in thread started by \nsys.excepthook is missing\nlost sys.stderr\n"
7 "FLAKY test__subprocess_interrupted.py",
8+
9+######################################################
10+# Problems which should be investigated
11+
2fed4eba
ER
12+# AssertionError: The 304 response must have no body
13+# and:
14+# File "/home/users/jajcus/rpm/BUILD/gevent-1.0/gevent/hub.py", line 331, in s
15+# return greenlet.switch(self)
16+# Timeout: 1 second: test timed out
5a77c3db 17+'FLAKY test__pywsgi.py',
2fed4eba
ER
18+
19+######################################################
20+# Tests which fail when building with system libev
21+
22+# test__core_stat.py fails on 32-bit builders when using system
23+# libev
24+#
25+## Watcher <stat at 0x86b078c> reacted after 0.0019 seconds (write)
26+## Watcher <stat at 0x86b078c> reacted after 0.0019 seconds (unlink)
27+## Traceback (most recent call last):
28+## File "test__core_stat.py", line 54, in <module>
29+## assert watcher.attr is None, watcher.attr
30+## AssertionError: posix.stat_result(st_mode=2001, st_ino=0L, st_dev=581509237251768320L, st_nlink=1000, st_uid=0, st_gid=0, st_size=5983298792366014472L, st_atime=1393095309, st_mtime=0, st_ctime=-1)
31+#* * * -u test__core_stat.py
32+
33+
34+# When building with system libev the 'fileno()' method of the
35+# loop object is not implemented. It seems to be used only be the
36+# test code, though.
37+
38+# | /usr/bin/python -u test__destroy.py
39+# Traceback (most recent call last):
40+# File "test__destroy.py", line 14, in <module>
41+# assert saved_loop.fileno() is None, saved_loop
42+# AttributeError: 'gevent.core.loop' object has no attribute 'fileno'
5a77c3db 43+'FLAKY test__destroy.py',
2fed4eba
ER
44+
45+# | /usr/bin/python -u test_close_backend_fd.py
46+# Traceback (most recent call last):
47+# File "test_close_backend_fd.py", line 11, in <module>
48+# fileno = hub.loop.fileno()
49+# AttributeError: 'gevent.core.loop' object has no attribute 'fileno'
5a77c3db 50+'FLAKY test_close_backend_fd.py',
2fed4eba
ER
51+
52+######################################################
53+# Tests which may fail on our builders
54+
55+# attempts to bind to port 53
5a77c3db 56+'FLAKY test_ares_timeout.py',
2fed4eba
ER
57+
58+# depends on external service
5a77c3db 59+'FLAKY test__socket_ssl.py',
2fed4eba
ER
60+
61+# depends on external URL accessibility
5a77c3db
JK
62+'FLAKY monkey_test test_urllib2net.py',
63+'FLAKY monkey_test --Event test_urllib2net.py',
2fed4eba
ER
64+
65+# requires webpy, not in PLD
66+# has expectations on local TCP ports availability
5a77c3db 67+'FLAKY test___example_servers.py',
2fed4eba
ER
68+
69+# File "test__socket.py", line 140, in test_sendall_timeout
70+# self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
71+# AssertionError: timeout not raised
5a77c3db 72+'FLAKY test__socket.py',
2fed4eba
ER
73+
74+# uses DNS and external URLs,
75+# requires 'sendfile' python module
5a77c3db 76+'FLAKY test__examples.py',
2fed4eba
ER
77+
78+# expects local TCP port 6000 being available
5a77c3db
JK
79+'FLAKY test__example_echoserver.py',
80+
81+# another network test
82+'FLAKY test__example_portforwarder.py',
e9a76ba9
JK
83+
84+# DNS
85+'FLAKY test__socket_dns.py',
bdf20251
JK
86+
87+# DNS
88+'FLAKY test__getaddrinfo_import.py',
2fed4eba
ER
89+
90 ]
91
5a77c3db 92 if sys.version_info[:2] <= (2, 6):
This page took 0.118888 seconds and 4 git commands to generate.