disable test 1319 on ppc64, server times out

This commit is contained in:
Karsten Hopp 2012-05-30 13:39:27 +02:00
parent 78288ca25b
commit 4d9cd30381
2 changed files with 34 additions and 1 deletions

View File

@ -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 \

View File

@ -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@redhat.com> 7.26.0-3
- disable test 1319 on ppc64, server times out
* Mon May 28 2012 Kamil Dudka <kdudka@redhat.com> 7.26.0-2
- use human-readable error messages provided by NSS (upstream commit 72f4b534)