diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:50:46 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:50:46 +0200 |
commit | b803db240a4837595e5edd2be5caa4f7af98cbb4 (patch) | |
tree | d06e269d083c685e9a08bcbd463478be1cdb8a32 /community/php7/disabled-tests.list | |
parent | 1b5ccb73f9123cc834f9a2068a9697599a5b1cb2 (diff) | |
download | aports-b803db240a4837595e5edd2be5caa4f7af98cbb4.tar.bz2 aports-b803db240a4837595e5edd2be5caa4f7af98cbb4.tar.xz |
community/php7: rm tests failing on ppc64le, allow x86 armhf to fail
Diffstat (limited to 'community/php7/disabled-tests.list')
-rw-r--r-- | community/php7/disabled-tests.list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/php7/disabled-tests.list b/community/php7/disabled-tests.list index 17a6836e36..b7e7f7df84 100644 --- a/community/php7/disabled-tests.list +++ b/community/php7/disabled-tests.list @@ -29,6 +29,9 @@ sapi/cli/tests/cli_process_title_unix.phpt # Error messages in different order. sapi/cgi/tests/005.phpt +# Fails on ppc64le. +sapi/phpdbg/tests/watch_006.phpt + # Missing timezone in date. ext/date/tests/bug27780.phpt ext/date/tests/bug32555.phpt @@ -83,6 +86,9 @@ ext/soap/tests/bug73037.phpt # Incorrect results. ext/soap/tests/server009.phpt +# Fails on ppc64le. +ext/sockets/tests/mcast_ipv6_send.phpt + # Depends on something from ext/openssl/tests ext/standard/tests/streams/stream_context_tcp_nodelay_server.phpt |