]> git.pld-linux.org Git - packages/python-gevent.git/blame - known_failures-pld.txt
fix bcond dependencies
[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
282f7bb0
JK
15######################################################
16# Tests which fail when building with system libev
17
19395fb4
JK
18# test__core_stat.py fails on 32-bit builders when using system
19# libev
20#
21## Watcher <stat at 0x86b078c> reacted after 0.0019 seconds (write)
22## Watcher <stat at 0x86b078c> reacted after 0.0019 seconds (unlink)
23## Traceback (most recent call last):
24## File "test__core_stat.py", line 54, in <module>
25## assert watcher.attr is None, watcher.attr
26## 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)
27#* * * -u test__core_stat.py
28
29
282f7bb0
JK
30# When building with system libev the 'fileno()' method of the
31# loop object is not implemented. It seems to be used only be the
32# test code, though.
33
34# | /usr/bin/python -u test__destroy.py
35# Traceback (most recent call last):
36# File "test__destroy.py", line 14, in <module>
37# assert saved_loop.fileno() is None, saved_loop
38# AttributeError: 'gevent.core.loop' object has no attribute 'fileno'
39* * * -u test__destroy.py
40
41# | /usr/bin/python -u test_close_backend_fd.py
42# Traceback (most recent call last):
43# File "test_close_backend_fd.py", line 11, in <module>
44# fileno = hub.loop.fileno()
45# AttributeError: 'gevent.core.loop' object has no attribute 'fileno'
46* * * -u test_close_backend_fd.py
47
11497ff2
JK
48######################################################
49# Tests which may fail on our builders
50
907aafc6
JK
51# attempts to bind to port 53
52* * * -u test_ares_timeout.py
53
54# depends on external service
55* * * -u test__socket_ssl.py
56
11497ff2
JK
57# depends on external URL accessibility
58* * * -u -m monkey_test test_urllib2net.py
59* * * -u -m monkey_test --Event test_urllib2net.py
60
61# requires webpy, not in PLD
62# has expectations on local TCP ports availability
63* * * -u test___example_servers.py
64
11497ff2
JK
65# File "test__socket.py", line 140, in test_sendall_timeout
66# self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
67# AssertionError: timeout not raised
68* * * -u test__socket.py
69
70# uses DNS and external URLs,
71# requires 'sendfile' python module
72* * * -u test__examples.py
73
74# expects local TCP port 6000 being available
75* * * -u test__example_echoserver.py
76
This page took 0.074265 seconds and 4 git commands to generate.