summaryrefslogtreecommitdiffstats
path: root/phan.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-06 11:48:21 +0200
committerRemi Collet <remi@remirepo.net>2020-07-06 11:48:21 +0200
commit08b99f0b43b5a912dbe2aa8ce50f7b67fd0dbd5f (patch)
treeb1a8931c71a55d3299d91c76ee6aff8277a2e887 /phan.spec
parent5966b5c92ffb69f47374544643d531f9d5ad1d27 (diff)
open https://github.com/phan/phan/issues/4004 1 test failing on big endian
Diffstat (limited to 'phan.spec')
-rw-r--r--phan.spec5
1 files changed, 4 insertions, 1 deletions
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 <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