[curl/f16] temporarily disable valgrind for testing

Kamil Dudka kdudka at fedoraproject.org
Mon Aug 15 21:46:43 UTC 2011


commit 79c0162e699d00252890d0f9f6cb92d61fd24685
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Thu Aug 4 10:22:50 2011 +0200

    temporarily disable valgrind for testing

 curl.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index b03c307..22ed24b 100644
--- a/curl.spec
+++ b/curl.spec
@@ -53,11 +53,17 @@ BuildRequires: pkgconfig
 BuildRequires: stunnel
 BuildRequires: zlib-devel
 
-# valgrind is not available on s390(x), sparc or arm5
-%ifnarch s390 s390x %{sparc} %{arm}
-BuildRequires: valgrind
-%endif
-
+# FIXME: valgrind temporarily disabled.  If not, we get random test suite
+# failures on our build-hosts (tests 532 535 555 573 1047 1048).  It is hard to
+# debug unless I am able to reproduce them in mock locally.  It seems to be
+# independent of the mock profile.  Maybe the kernel is different, or the hosts
+# are under load, or just too slow to go through valgrind.
+
+# # valgrind is not available on s390(x), sparc or arm5
+# %ifnarch s390 s390x %{sparc} %{arm}
+# BuildRequires: valgrind
+# %endif
+ 
 Requires: libcurl = %{version}-%{release}
 
 # require at least the version of libssh2 that we were built against,


More information about the scm-commits mailing list