mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
230 lines
6.7 KiB
Text
230 lines
6.7 KiB
Text
#
|
|
# 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/*
|
|
|
|
# Broken tests, missing config.
|
|
sapi/fpm/tests/*
|
|
|
|
|
|
# Incorrect result.
|
|
sapi/cli/tests/upload_2G.phpt
|
|
|
|
# Fails in chroot (on Travis).
|
|
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
|
|
ext/date/tests/bug33532.phpt
|
|
|
|
# Number overflow!?
|
|
ext/date/tests/bug53437_var5.phpt
|
|
ext/date/tests/bug53437_var6.phpt
|
|
|
|
# Incompatible version of enchant library?
|
|
ext/enchant/tests/broker_list_dicts.phpt
|
|
ext/enchant/tests/bug13181.phpt
|
|
|
|
# Wrong charset, conversion from `UTF-8' to `ASCII//TRANSLIT' is not allowed.
|
|
ext/iconv/tests/iconv_basic_001.phpt
|
|
|
|
# Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed.
|
|
ext/iconv/tests/bug48147.phpt
|
|
|
|
# Float rounding error and/or different precision.
|
|
ext/date/tests/date_time_fractions.phpt
|
|
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
|
|
ext/intl/tests/timezone_IDforWindowsID_basic.phpt
|
|
ext/intl/tests/timezone_windowsID_basic.phpt
|
|
|
|
# Class 'Phar' not found.
|
|
ext/opcache/tests/issue0115.phpt
|
|
ext/opcache/tests/issue0149.phpt
|
|
|
|
# Invalid datasource.
|
|
ext/pdo_odbc/tests/max_columns.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
|
|
|
|
# Call to undefined function session_start().
|
|
ext/session/tests/session_regenerate_id_cookie.phpt
|
|
|
|
# Class 'SoapServer' not found.
|
|
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
|
|
|
|
# Incorrect results.
|
|
ext/standard/tests/crypt/bcrypt_invalid_algorithm.phpt
|
|
ext/standard/tests/crypt/bcrypt_invalid_cost.phpt
|
|
ext/standard/tests/crypt/des_fallback_invalid_salt.phpt
|
|
ext/standard/tests/strings/crypt_blowfish.phpt
|
|
ext/standard/tests/strings/crypt_blowfish_variation1.phpt
|
|
ext/standard/tests/strings/crypt_blowfish_variation2.phpt
|
|
ext/standard/tests/strings/crypt_des_error.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
|
|
ext/wddx/tests/bug70741.phpt
|
|
|
|
# Globbing in zip file does not work.
|
|
ext/zip/tests/bug70103.phpt
|
|
|
|
# ZipArchive::close() doesn't indicate errors; fails on ppc64le.
|
|
ext/zip/tests/bug70322.phpt
|
|
|
|
# Test timeouts.
|
|
#Zend/tests/concat_003.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/intl/tests/formatter_format6.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
|
|
|
|
# Segfaults, it tests JIT stacklimit exhaustion.
|
|
ext/pcre/tests/preg_match_error3.phpt
|
|
|
|
# Timeouts.
|
|
ext/recode/tests/001.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
|
|
|
|
# Fails because of locale settings.
|
|
ext/intl/tests/dateformat_create_cal_arg_variant4.phpt
|
|
ext/intl/tests/dateformat_get_set_calendar_variant4.phpt
|
|
ext/intl/tests/formatter_get_locale_variant2.phpt
|