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