summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-06 14:18:11 +0200
committerRemi Collet <remi@remirepo.net>2021-09-06 14:18:11 +0200
commit2ece9bfef6558f4aab21b2479f021a4a1dc48474 (patch)
tree38b6ef501daee80e35f94ab0b39fa65e28634de6
parenta417d41fb218d01010fe2abcbd4c442d96d1313b (diff)
ignore 3 tests failing with recent libcurl
-rw-r--r--php-pecl-http.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index a9c541e..4279e00 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -46,7 +46,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 0.7.%{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: 2%{?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
@@ -242,11 +242,12 @@ done
%check
-%if "%{php_version}" > "7.4"
# TODO see https://github.com/m6w6/ext-http/issues/91
rm ?TS/tests/client021.phpt
+rm ?TS/tests/client027.phpt
+rm ?TS/tests/client031.phpt
+rm ?TS/tests/client032.phpt
rm ?TS/tests/messagebody003.phpt
-%endif
export REPORT_EXIT_STATUS=1
@@ -275,10 +276,6 @@ done
--modules | grep %{pecl_name}
%if %{with_tests}
-: ignore tests with erratic results
-#rm ?TS/tests/client022.phpt
-#rm ?TS/tests/client027.phpt
-
: Upstream test suite NTS extension
cd NTS
TEST_PHP_EXECUTABLE=%{__php} \
@@ -348,6 +345,9 @@ fi
%changelog
+* Mon Sep 6 2021 Remi Collet <remi@remirepo.net> - 3.2.4-2
+- ignore 3 tests failing with recent libcurl
+
* Wed Jan 13 2021 Remi Collet <remi@remirepo.net> - 3.2.4-1
- update to 3.2.4