]> git.pld-linux.org Git - packages/python-gevent.git/blobdiff - known_failures-pld.txt
Run tests in %build
[packages/python-gevent.git] / known_failures-pld.txt
diff --git a/known_failures-pld.txt b/known_failures-pld.txt
new file mode 100644 (file)
index 0000000..dccf68a
--- /dev/null
@@ -0,0 +1,44 @@
+######################################################
+# Problems which should be investigated
+
+# AttributeError: 'module' object has no attribute '_url_collapse_path_split'
+* * * -u -m monkey_test --Event test_httpservers.py
+* * * -u -m monkey_test test_httpservers.py
+
+#   AssertionError: The 304 response must have no body
+# and:
+#       File "/home/users/jajcus/rpm/BUILD/gevent-1.0/gevent/hub.py", line 331, in s
+#         return greenlet.switch(self)
+#     Timeout: 1 second: test timed out
+* * * -u test__pywsgi.py
+
+######################################################
+# Tests which may fail on our builders
+
+# uses network, fragile to proxy settings
+* * * -u -m monkey_test test_urllib2_localnet.py
+* * * -u -m monkey_test --Event test_urllib2_localnet.py
+
+# depends on external URL accessibility
+* * * -u -m monkey_test test_urllib2net.py
+* * * -u -m monkey_test --Event test_urllib2net.py
+
+# requires webpy, not in PLD
+# has expectations on local TCP ports availability
+* * * -u test___example_servers.py
+
+# fragile to local proxy settings
+* * * -u test__greenness.py
+
+#    File "test__socket.py", line 140, in test_sendall_timeout
+#      self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
+#  AssertionError: timeout not raised
+* * * -u test__socket.py
+
+# uses DNS and external URLs,
+# requires 'sendfile' python module
+* * * -u test__examples.py
+
+# expects local TCP port 6000 being available
+* * * -u test__example_echoserver.py
+
This page took 0.064453 seconds and 4 git commands to generate.