]> git.pld-linux.org Git - packages/python-gevent.git/blame - known_failures-pld.txt
Add the missing *.so files
[packages/python-gevent.git] / known_failures-pld.txt
CommitLineData
11497ff2
JK
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 may fail on our builders
17
18# uses network, fragile to proxy settings
19* * * -u -m monkey_test test_urllib2_localnet.py
20* * * -u -m monkey_test --Event test_urllib2_localnet.py
21
22# depends on external URL accessibility
23* * * -u -m monkey_test test_urllib2net.py
24* * * -u -m monkey_test --Event test_urllib2net.py
25
26# requires webpy, not in PLD
27# has expectations on local TCP ports availability
28* * * -u test___example_servers.py
29
30# fragile to local proxy settings
31* * * -u test__greenness.py
32
33# File "test__socket.py", line 140, in test_sendall_timeout
34# self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
35# AssertionError: timeout not raised
36* * * -u test__socket.py
37
38# uses DNS and external URLs,
39# requires 'sendfile' python module
40* * * -u test__examples.py
41
42# expects local TCP port 6000 being available
43* * * -u test__example_echoserver.py
44
This page took 0.211572 seconds and 4 git commands to generate.