diff options
-rw-r--r-- | phan.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 3.0.4-1 - update to 3.0.4 |