[packages/python-gevent] disable two more tests on builders
jajcus
jajcus at pld-linux.org
Mon Mar 14 13:25:07 CET 2016
commit 966035b169e75dc09945c8afb37d4f236d2881db
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Mar 14 13:24:35 2016 +0100
disable two more tests on builders
these failures are not unexpected
known_failures-pld.patch | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/known_failures-pld.patch b/known_failures-pld.patch
index a42ad0e..f21f85b 100644
--- a/known_failures-pld.patch
+++ b/known_failures-pld.patch
@@ -1,7 +1,7 @@
diff -dur gevent-1.1.0.orig/known_failures.py gevent-1.1.0/known_failures.py
--- gevent-1.1.0.orig/known_failures.py 2016-03-05 14:10:58.000000000 +0100
-+++ gevent-1.1.0/known_failures.py 2016-03-14 12:20:33.000000000 +0100
-@@ -33,8 +33,226 @@
++++ gevent-1.1.0/known_failures.py 2016-03-14 13:24:11.000000000 +0100
+@@ -33,8 +33,232 @@
# we don't have that option without a new commit---and sometimes we really need a build
# to succeed in order to get a release wheel
'FLAKY test__issue6.py',
@@ -225,6 +225,12 @@ diff -dur gevent-1.1.0.orig/known_failures.py gevent-1.1.0/known_failures.py
+
+ # DNS
+ 'FLAKY test__getaddrinfo_import.py',
++
++ # uses lsof, which scans /proc
++ 'FLAKY test__makefile_ref.py',
++
++ # uses os.forkpty()
++ 'FLAKY test__monkey_sigchld.py',
+]
if os.environ.get('GEVENT_RESOLVER') == 'ares' or LEAKTEST:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/966035b169e75dc09945c8afb37d4f236d2881db
More information about the pld-cvs-commit
mailing list