kdudka pushed to curl (master). "do not run flaky test-cases in %check"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 22 13:48:25 UTC 2015


>From 13074767907f927eb5699bec7d63adc90c60c61a Mon Sep 17 00:00:00 2001
From: Kamil Dudka <kdudka at redhat.com>
Date: Wed, 22 Apr 2015 15:45:07 +0200
Subject: do not run flaky test-cases in %check


diff --git a/curl.spec b/curl.spec
index a9693eb..a808514 100644
--- a/curl.spec
+++ b/curl.spec
@@ -134,9 +134,6 @@ cd tests/data/
 sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test{309,1028,1055,1056}
 cd -
 
-# avoid spurious failure of test1086 on s390(x) koji builders (#1072273)
-sed -i 's/-m 7/-m 15/' tests/data/test1086
-
 # disable test 1112 (#565305)
 printf "1112\n" >> tests/data/DISABLED
 
@@ -182,7 +179,7 @@ make %{?_smp_mflags}
 
 # use different port range for 32bit and 64bit build, thus make it possible
 # to run both in parallel on the same machine
-./runtests.pl -a -b%{?__isa_bits}90 -p -v
+./runtests.pl -a -b%{?__isa_bits}90 -p -v '!flaky'
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -244,6 +241,7 @@ rm -rf $RPM_BUILD_ROOT
 - new upstream release (fixes CVE-2015-3143, CVE-2015-3144, CVE-2015-3145,
   and CVE-2015-3148)
 - implement public key pinning for NSS backend (#1195771)
+- do not run flaky test-cases in %%check
 
 * Wed Feb 25 2015 Kamil Dudka <kdudka at redhat.com> 7.41.0-1
 - new upstream release
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/curl.git/commit/?h=master&id=13074767907f927eb5699bec7d63adc90c60c61a


More information about the scm-commits mailing list