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"