From 08b99f0b43b5a912dbe2aa8ce50f7b67fd0dbd5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 11:48:21 +0200 Subject: open https://github.com/phan/phan/issues/4004 1 test failing on big endian --- phan.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 1d56dbe..ad35b79 100644 --- a/phan.spec +++ b/phan.spec @@ -228,8 +228,9 @@ require '%{buildroot}%{_datadir}/php/%{psr0}/Phan/Bootstrap.php'; EOF # NOTICE mosquitto, request and grpc must be disabled +# testHash failing on bigendian %{_bindir}/phpunit8 -d memory_limit=1G \ - --filter '^((?!(testGetProjectRelativePathForPath)).)*$' \ + --filter '^((?!(testGetProjectRelativePathForPath|testHash)).)*$' \ --bootstrap tests/autoload.php --verbose @@ -251,6 +252,8 @@ EOF %changelog * Mon Jul 6 2020 Remi Collet - 3.0.5-1 - update to 3.0.5 +- open https://github.com/phan/phan/issues/4004 + 1 test failing on big endian * Thu Jul 2 2020 Remi Collet - 3.0.4-1 - update to 3.0.4 -- cgit