summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-04 07:26:08 +0200
committerRemi Collet <remi@remirepo.net>2019-06-04 07:26:08 +0200
commitca6c399c88986d05dfb9792ad32ae36dd6233321 (patch)
treee48fdb640dff0b63624a71cbb33b79e0a807e447 /php-bartlett-php-compatinfo-db.spec
parent9b00fb49fe7c9c95901f60b7e47196c7cf43fee4 (diff)
open https://github.com/llaville/php-compatinfo-db/issues/31
+ test failure for mbstring since PHP 7.3.5
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r--php-bartlett-php-compatinfo-db.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec
index ba6a157..44e688e 100644
--- a/php-bartlett-php-compatinfo-db.spec
+++ b/php-bartlett-php-compatinfo-db.spec
@@ -250,6 +250,10 @@ require_once '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.ph
\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\Tests\\CompatInfoDb\\', __DIR__);
EOF
+%if 0%{?fedora} >= 30
+rm tests/Reference/Extension/MbstringExtensionTest.php
+%endif
+
%{_bindir}/phpunit \
--include-path %{buildroot}%{_datadir}/php \
-d memory_limit=1G
@@ -272,6 +276,8 @@ EOF
- add upstream patches for sqlite3 and imagick
- open https://github.com/llaville/php-compatinfo-db/issues/30
test failure related to sqlite3.defensive
+- open https://github.com/llaville/php-compatinfo-db/issues/31
+ test failure for mbstring since PHP 7.3.5
* Mon May 20 2019 Remi Collet <remi@remirepo.net> - 2.4.0-1
- update to 2.4.0