My Alpine packages repository.
https://dryabzhinsky.noip.me/packages/en/alpinelinux-support/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
4.8 KiB
164 lines
4.8 KiB
# |
|
# Tests that we don't need to run |
|
# |
|
|
|
# These are mostly unit or regression tests, we care about integration tests. |
|
tests/lang/* |
|
tests/classes/* |
|
Zend/tests/* |
|
|
|
|
|
# |
|
# Tests that fail and probably should not... |
|
# |
|
|
|
# Too many tests fail! Some of them bogus, some not. |
|
# THIS SHOULD BE REALLY FIXED! |
|
ext/openssl/tests/* |
|
|
|
# Error messages in different order. |
|
sapi/cgi/tests/005.phpt |
|
|
|
# Missing timezone in date. |
|
ext/date/tests/bug27780.phpt |
|
ext/date/tests/bug32555.phpt |
|
ext/date/tests/bug33532.phpt |
|
|
|
# Number overflow!? |
|
ext/date/tests/bug53437_var5.phpt |
|
|
|
# Incompatible version of enchant library? |
|
ext/enchant/tests/bug13181.phpt |
|
|
|
# Float rounding error and/or different precision. |
|
ext/intl/tests/bug14562.phpt |
|
ext/intl/tests/formatter_parse.phpt |
|
ext/intl/tests/formatter_parse_currency.phpt |
|
ext/intl/tests/msgfmt_parse.phpt |
|
|
|
# Incorrect results. |
|
ext/intl/tests/spoofchecker_001.phpt |
|
|
|
# Fails in chroot (on Travis). |
|
ext/posix/tests/posix_errno_variation2.phpt |
|
ext/posix/tests/posix_kill_basic.phpt |
|
|
|
# Randomly fails. |
|
ext/pcntl/tests/002.phpt |
|
|
|
# Incorrect results. |
|
ext/soap/tests/server009.phpt |
|
|
|
# Fails on ppc64le. |
|
ext/sockets/tests/mcast_ipv6_send.phpt |
|
|
|
# Incorrect results. |
|
ext/standard/tests/strings/crypt_blowfish.phpt |
|
ext/standard/tests/strings/crypt_blowfish_variation1.phpt |
|
ext/standard/tests/strings/crypt_blowfish_variation2.phpt |
|
|
|
# Incorrect results. |
|
ext/standard/tests/strings/bug51059.phpt |
|
|
|
# Fails in chroot (on Travis). |
|
ext/standard/tests/general_functions/proc_nice_basic.phpt |
|
|
|
# Cannot find serialization handler 'wddx'. |
|
ext/wddx/tests/004.phpt |
|
ext/wddx/tests/005.phpt |
|
|
|
# Failing tests related to locale and/or iconv. |
|
ext/date/tests/009.phpt |
|
ext/gettext/tests/gettext_basic-enus.phpt |
|
ext/gettext/tests/gettext_basic.phpt |
|
ext/gettext/tests/gettext_bindtextdomain-cwd.phpt |
|
ext/gettext/tests/gettext_dcgettext.phpt |
|
ext/gettext/tests/gettext_dgettext.phpt |
|
ext/gettext/tests/gettext_dngettext-plural.phpt |
|
ext/gettext/tests/gettext_ngettext.phpt |
|
ext/iconv/tests/bug52211.phpt |
|
ext/intl/tests/bug67052.phpt |
|
ext/json/tests/bug41403.phpt |
|
ext/pcre/tests/locales.phpt |
|
ext/soap/tests/bugs/bug39815.phpt |
|
ext/standard/tests/array/locale_sort.phpt |
|
ext/standard/tests/file/bug43008.phpt |
|
ext/standard/tests/strings/htmlentities02.phpt |
|
ext/standard/tests/strings/htmlentities03.phpt |
|
ext/standard/tests/strings/moneyformat.phpt |
|
ext/standard/tests/strings/setlocale_basic1.phpt |
|
ext/standard/tests/strings/setlocale_basic2.phpt |
|
ext/standard/tests/strings/setlocale_basic3.phpt |
|
ext/standard/tests/strings/setlocale_error.phpt |
|
ext/standard/tests/strings/setlocale_variation1.phpt |
|
ext/standard/tests/strings/setlocale_variation2.phpt |
|
ext/standard/tests/strings/setlocale_variation3.phpt |
|
ext/standard/tests/strings/setlocale_variation4.phpt |
|
ext/standard/tests/strings/setlocale_variation5.phpt |
|
ext/standard/tests/strings/sprintf_f_3.phpt |
|
ext/standard/tests/strings/strtoupper.phpt |
|
ext/standard/tests/time/strptime_basic.phpt |
|
ext/standard/tests/time/strptime_parts.phpt |
|
#tests/lang/034.phpt |
|
#tests/lang/bug30638.phpt |
|
|
|
|
|
# |
|
# Tests that fail for known reason and/or we don't need to worry about them |
|
# |
|
|
|
# Output does not match due to verbose messages from curl. Probably just |
|
# different curl version... |
|
ext/curl/tests/bug48203.phpt |
|
ext/curl/tests/bug48203_multi.phpt |
|
|
|
# Fails due to unsupported JP charsets. |
|
ext/iconv/tests/eucjp2iso2022jp.phpt |
|
ext/iconv/tests/eucjp2sjis.phpt |
|
ext/iconv/tests/eucjp2utf8.phpt |
|
ext/iconv/tests/iconv_basic.phpt |
|
ext/iconv/tests/iconv_mime_decode.phpt |
|
ext/iconv/tests/iconv_mime_encode.phpt |
|
ext/iconv/tests/iconv_stream_filter.phpt |
|
ext/iconv/tests/iconv_stream_filter_delimiter.phpt |
|
ext/iconv/tests/iconv_strpos.phpt |
|
ext/iconv/tests/iconv_strrpos.phpt |
|
ext/iconv/tests/iconv_substr.phpt |
|
ext/iconv/tests/ob_iconv_handler.phpt |
|
ext/standard/tests/strings/htmlentities04.phpt |
|
ext/standard/tests/strings/htmlentities15.phpt |
|
|
|
# Requires running SNMP server. |
|
ext/snmp/tests/* |
|
|
|
# Operation not permitted. |
|
ext/sockets/tests/socket_set_option_bindtodevice.phpt |
|
|
|
# Different wording of socket error messages (due to different libc). |
|
ext/sockets/tests/socket_strerror.phpt |
|
|
|
# Broken test. |
|
ext/standard/tests/file/disk_free_space_basic.phpt |
|
|
|
# Fails probably due to differencies in musl. |
|
ext/standard/tests/file/lstat_stat_variation9.phpt |
|
ext/standard/tests/file/popen_pclose_error.phpt |
|
|
|
# WTF?! getservername(true, "tcp") and similar non-senses... |
|
ext/standard/tests/general_functions/getservbyport_variation1.phpt |
|
ext/standard/tests/general_functions/getservbyname_variation2.phpt |
|
ext/standard/tests/general_functions/getservbyname_variation5.phpt |
|
|
|
# Needs GNU cut utility. |
|
ext/standard/tests/mail/mail_basic2.phpt |
|
ext/standard/tests/mail/mail_variation2.phpt |
|
|
|
# Fails probably due to differencies in musl. |
|
ext/sockets/tests/socket_create_pair-wrongparams.phpt |
|
|
|
# Error message does not match due to some extra info. |
|
ext/standard/tests/strings/007.phpt |
|
|
|
# Causes stack exhausion. |
|
#Zend/tests/bug54268.phpt |
|
#Zend/tests/bug68412.phpt
|
|
|