]> git.pld-linux.org Git - packages/python-gevent.git/blob - known_failures-pld.txt
4d174b4046a61a830a206452dca110e4cad601a6
[packages/python-gevent.git] / known_failures-pld.txt
1 ######################################################
2 # Problems which should be investigated
3
4 # AttributeError: 'module' object has no attribute '_url_collapse_path_split'
5 * * * -u -m monkey_test --Event test_httpservers.py
6 * * * -u -m monkey_test test_httpservers.py
7
8 #   AssertionError: The 304 response must have no body
9 # and:
10 #       File "/home/users/jajcus/rpm/BUILD/gevent-1.0/gevent/hub.py", line 331, in s
11 #         return greenlet.switch(self)
12 #     Timeout: 1 second: test timed out
13 * * * -u test__pywsgi.py
14
15 ######################################################
16 # Tests which fail when building with system libev
17
18 # When  building with system libev the 'fileno()' method of the
19 # loop object is not implemented. It seems to be used only be the
20 # test code, though.
21
22 # | /usr/bin/python -u test__destroy.py
23 #   Traceback (most recent call last):
24 #     File "test__destroy.py", line 14, in <module>
25 #       assert saved_loop.fileno() is None, saved_loop
26 #   AttributeError: 'gevent.core.loop' object has no attribute 'fileno'
27 * * * -u test__destroy.py
28
29 # | /usr/bin/python -u test_close_backend_fd.py
30 #   Traceback (most recent call last):
31 #     File "test_close_backend_fd.py", line 11, in <module>
32 #       fileno = hub.loop.fileno()
33 #   AttributeError: 'gevent.core.loop' object has no attribute 'fileno'
34 * * * -u test_close_backend_fd.py
35
36 ######################################################
37 # Tests which may fail on our builders
38
39 # attempts to bind to port 53
40 * * * -u test_ares_timeout.py
41
42 # depends on external service
43 * * * -u test__socket_ssl.py
44
45 # depends on external URL accessibility
46 * * * -u -m monkey_test test_urllib2net.py
47 * * * -u -m monkey_test --Event test_urllib2net.py
48
49 # requires webpy, not in PLD
50 # has expectations on local TCP ports availability
51 * * * -u test___example_servers.py
52
53 #    File "test__socket.py", line 140, in test_sendall_timeout
54 #      self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
55 #  AssertionError: timeout not raised
56 * * * -u test__socket.py
57
58 # uses DNS and external URLs,
59 # requires 'sendfile' python module
60 * * * -u test__examples.py
61
62 # expects local TCP port 6000 being available
63 * * * -u test__example_echoserver.py
64
This page took 0.063039 seconds and 2 git commands to generate.