From 422c0158401413f088ace9ebc846715b3978f085 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Dec 2021 09:08:16 +0100 Subject: [PATCH] skip 1 test on i686 --- php-pecl-xdebug3.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 4a72e56..8c7e72d 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -45,6 +45,7 @@ BuildRequires: php-pear BuildRequires: php-simplexml BuildRequires: libtool BuildRequires: php-soap +# BuildRequires: gdb Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} @@ -185,6 +186,11 @@ done cd NTS : Upstream test suite NTS extension +%ifarch %{ix86} +# see https://bugs.xdebug.org/view.php?id=2048 +rm tests/base/bug02036.phpt +%endif + # bug00886 is marked as slow as it uses a lot of disk space TEST_OPTS="-q -x --show-diff"