From 7f4c62e4c6abd83353628799b910c315a7725aaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jul 2021 11:08:15 +0200 Subject: ignore 2 more tests failing with libcurl 7.77 --- php-pecl-http.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 3a1d322..a7e3788 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -46,7 +46,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz %endif Summary: Extended HTTP support @@ -228,11 +228,13 @@ done %check -%if "%{php_version}" > "7.4" -# TODO see https://github.com/m6w6/ext-http/issues/91 +: ignore tests with erratic results rm ?TS/tests/client021.phpt -rm ?TS/tests/messagebody003.phpt -%endif +rm ?TS/tests/client022.phpt +rm ?TS/tests/client027.phpt +# https://github.com/m6w6/ext-http/issues/116 +rm ?TS/tests/client031.phpt +rm ?TS/tests/client032.phpt export REPORT_EXIT_STATUS=1 @@ -330,6 +332,9 @@ fi %changelog +* Mon Jul 23 2021 Remi Collet - 4.1.0-4 +- ignore 2 more tests failing with libcurl 7.77 + * Mon Apr 19 2021 Remi Collet - 4.1.0-1 - update to 4.1.0 -- cgit