[curl] disable test 1319 on ppc64, server times out

Karsten Hopp karsten at fedoraproject.org
Wed May 30 11:39:38 UTC 2012


commit 4d9cd30381151bb613d90587c05c1dd353ef505b
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed May 30 13:39:27 2012 +0200

    disable test 1319 on ppc64, server times out

 0109-curl-7.26.0-disable-test1319.patch |   24 ++++++++++++++++++++++++
 curl.spec                               |   11 ++++++++++-
 2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/0109-curl-7.26.0-disable-test1319.patch b/0109-curl-7.26.0-disable-test1319.patch
new file mode 100644
index 0000000..a4c2cc2
--- /dev/null
+++ b/0109-curl-7.26.0-disable-test1319.patch
@@ -0,0 +1,24 @@
+diff -up curl-7.26.0/tests/data/Makefile.am.ppc1319 curl-7.26.0/tests/data/Makefile.am
+--- curl-7.26.0/tests/data/Makefile.am.ppc1319	2012-05-30 12:32:16.396720278 +0200
++++ curl-7.26.0/tests/data/Makefile.am	2012-05-30 12:32:40.475870630 +0200
+@@ -81,7 +81,7 @@ test1208 test1209 test1210 test1211 \
+ test1220 \
+ test1300 test1301 test1302 test1303 test1304 test1305	\
+ test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \
+-test1314 test1315 test1316 test1317 test1318 test1319 test1320 test1321 \
++test1314 test1315 test1316 test1317 test1318 test1320 test1321 \
+ test1322 test1323 test1324 test1325 test1326 test1327 test1328 test1329 \
+ test1331 test1332 test1333 \
+ test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
+diff -up curl-7.26.0/tests/data/Makefile.in.ppc1319 curl-7.26.0/tests/data/Makefile.in
+--- curl-7.26.0/tests/data/Makefile.in.ppc1319	2012-05-30 12:32:24.891420536 +0200
++++ curl-7.26.0/tests/data/Makefile.in	2012-05-30 12:32:47.225632459 +0200
+@@ -340,7 +340,7 @@ test1208 test1209 test1210 test1211 \
+ test1220 \
+ test1300 test1301 test1302 test1303 test1304 test1305	\
+ test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \
+-test1314 test1315 test1316 test1317 test1318 test1319 test1320 test1321 \
++test1314 test1315 test1316 test1317 test1318 test1320 test1321 \
+ test1322 test1323 test1324 test1325 test1326 test1327 test1328 test1329 \
+ test1331 test1332 test1333 \
+ test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
diff --git a/curl.spec b/curl.spec
index b1e9bc6..31d6b5e 100644
--- a/curl.spec
+++ b/curl.spec
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.26.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -33,6 +33,9 @@ Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
 # a simple iconv can't fix them
 Patch108: 0108-curl-7.26.0-utf8.patch
 
+# server timeout on ppc64
+Patch109: 0109-curl-7.26.0-disable-test1319.patch
+
 Provides: webclient
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
@@ -116,6 +119,9 @@ documentation of the library, too.
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
+%ifarch ppc64
+%patch109 -p1
+%endif
 
 # exclude test1112 from the test suite (#565305)
 %patch105 -p1
@@ -227,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Wed May 30 2012 Karsten Hopp <karsten at redhat.com> 7.26.0-3
+- disable test 1319 on ppc64, server times out
+
 * Mon May 28 2012 Kamil Dudka <kdudka at redhat.com> 7.26.0-2
 - use human-readable error messages provided by NSS (upstream commit 72f4b534)
 


More information about the scm-commits mailing list