From 998c9c05854360878fca16fcf1ff324d15c23666 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Mar 2014 08:42:53 +0100 Subject: php-pecl-pthreads: ignore pools test with php 5.4 --- php-pecl-pthreads.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec index bea28ad..f5abc59 100644 --- a/php-pecl-pthreads.spec +++ b/php-pecl-pthreads.spec @@ -123,6 +123,11 @@ fi %check cd %{pecl_name}-%{version} +%if "%{php_version}" < "5.5" +# https://github.com/krakjoe/pthreads/issues/258 +rm -f tests/pools.phpt +%endif + : Minimal load test for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ @@ -152,6 +157,8 @@ rm -rf %{buildroot} %changelog * Fri Mar 14 2014 Remi Collet - 2.0.0-1 - Update to 2.0.0 +- open https://github.com/krakjoe/pthreads/issues/258 + tests/pools.phpt use PHP 5.5 syntax * Sun Mar 09 2014 Remi Collet - 1.0.1-1 - Update to 1.0.1 (stable) -- cgit