]> git.pld-linux.org Git - packages/php.git/blobdiff - skip-tests.sh
up to php-7.3.0RC4
[packages/php.git] / skip-tests.sh
index eedc35887f26da466d0311a0df0975156dfaa7c8..a090b7dba2f079ed7a84f3185929e893fe0a0c1c 100644 (file)
 #!/bin/sh
-# Test open_basedir configuration  XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
-mv tests/security/open_basedir_linkinfo.phpt{,.skip}
-# Inconsistencies when accessing protected members  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
-mv Zend/tests/access_modifiers_008.phpt{,.skip}
-# Inconsistencies when accessing protected members - 2  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
-mv Zend/tests/access_modifiers_009.phpt{,.skip}
-# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)  XFAIL REASON: See Bug #48770
-mv Zend/tests/bug48770.phpt{,.skip}
-# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)  XFAIL REASON: See Bug #48770
-mv Zend/tests/bug48770_2.phpt{,.skip}
-# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)  XFAIL REASON: See Bug #48770
-mv Zend/tests/bug48770_3.phpt{,.skip}
-# Initial value of static var in method depends on the include time of the class definition  XFAIL REASON: Maybe not a bug
-mv Zend/tests/method_static_var.phpt{,.skip}
-# DBA with persistent connections  XFAIL REASON: Test 6 crashes in flatfile_findkey with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
-mv ext/dba/tests/dba015.phpt{,.skip}
-# DBA DB4 with persistent connections  XFAIL REASON: Test 6 crashes with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
-mv ext/dba/tests/dba_db4_018.phpt{,.skip}
-# Bug #42718 (unsafe_raw filter not applied when configured as default filter)  XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
-mv ext/filter/tests/bug42718.phpt{,.skip}
-# Optional long parameter might be null  XFAIL REASON: mb functions fail to allow null instead of actual value
-mv ext/mbstring/tests/mb_str_functions_opt-parameter.phpt{,.skip}
-# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())  XFAIL REASON: Long term low priority bug, working on it
-mv ext/session/tests/bug60634.phpt{,.skip}
-# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write during exec  XFAIL REASON: Long term low priority bug, working on it
-mv ext/session/tests/bug60634_error_1.phpt{,.skip}
-# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write during exec  XFAIL REASON: Long term low priority bug, working on it
-mv ext/session/tests/bug60634_error_2.phpt{,.skip}
-# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after exec  XFAIL REASON: Long term low priority bug, working on it
-mv ext/session/tests/bug60634_error_3.phpt{,.skip}
-# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after exec  XFAIL REASON: Long term low priority bug, working on it
-mv ext/session/tests/bug60634_error_4.phpt{,.skip}
-# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec  XFAIL REASON: Long term low priority bug, working on it
-mv ext/session/tests/bug60634_error_5.phpt{,.skip}
-# Bug #45712 (NaN/INF comparison)  XFAIL REASON: Bug 45712 not fixed yet.
-mv ext/standard/tests/math/bug45712.phpt{,.skip}
-# CLI -a and readline  XFAIL REASON: https://bugs.php.net/bug.php?id=55496
-mv sapi/cli/tests/016.phpt{,.skip}
+# DBA DB4 magic_quotes_runtime Test (info: DB4 handler used)
+#mv ext/dba/tests/dba_db4_010.phpt{,.skip}
+# DBA TCADB handler test
+mv ext/dba/tests/dba_tcadb.phpt{,.skip}
+# enchant_broker_describe() function
+$x86 && mv ext/enchant/tests/broker_describe.phpt{,.skip}
+# enchant_broker_request_dict() function
+$x86 && mv ext/enchant/tests/broker_request_dict.phpt{,.skip}
+# bug #13181, leaving a context frees the broker resources
+$x86 && mv ext/enchant/tests/bug13181.phpt{,.skip}
+# Bug #60150 (Integer overflow during the parsing of invalid exif header)
+$ix86 mv ext/exif/tests/bug60150.phpt{,.skip}
+# Bug #52209 (INPUT_ENV returns NULL for set variables (CLI))
+mv ext/filter/tests/bug52209.phpt{,.skip}
+# Bug #43073 (TrueType bounding box is wrong for angle<>0)
+mv ext/gd/tests/bug43073.phpt{,.skip}
+# Bug #48801 (Problem with imagettfbbox)
+mv ext/gd/tests/bug48801.phpt{,.skip}
+# PDO Common: PDORow + get_parent_class()
+$x8664 mv ext/pdo/tests/pdo_035.phpt{,.skip}
+# Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
+mv ext/pdo_firebird/tests/bug_47415.phpt{,.skip}
+# PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
+mv ext/pdo_firebird/tests/bug_48877.phpt{,.skip}
+# PDO_Firebird: bug 53280 segfaults if query column count is less than param count
+mv ext/pdo_firebird/tests/bug_53280.phpt{,.skip}
+# PDO_Firebird: connect/disconnect
+mv ext/pdo_firebird/tests/connect.phpt{,.skip}
+# PDO_Firebird: DDL/transactions
+mv ext/pdo_firebird/tests/ddl.phpt{,.skip}
+# PDO_Firebird: prepare/execute/binding
+mv ext/pdo_firebird/tests/execute.phpt{,.skip}
+# PDO_Firebird: rowCount
+mv ext/pdo_firebird/tests/rowCount.phpt{,.skip}
+# Test posix_getgrgid() function : basic functionality
+mv ext/posix/tests/posix_getgrgid_basic.phpt{,.skip}
+# IPv6 support
+mv ext/snmp/tests/ipv6.phpt{,.skip}
+# OO API: getErrno & getError methods
+mv ext/snmp/tests/snmp-object-errno-errstr.phpt{,.skip}
+# OO API
+mv ext/snmp/tests/snmp-object.phpt{,.skip}
+# Function snmp2_get
+mv ext/snmp/tests/snmp2_get.phpt{,.skip}
+# Function snmp2_getnext
+mv ext/snmp/tests/snmp2_getnext.phpt{,.skip}
+# Function snmp2_real_walk
+mv ext/snmp/tests/snmp2_real_walk.phpt{,.skip}
+# Function snmp2_set (without MIBs loading)
+mv ext/snmp/tests/snmp2_set-nomib.phpt{,.skip}
+# Function snmp2_set
+mv ext/snmp/tests/snmp2_set.phpt{,.skip}
+# Function snmp2_walk
+mv ext/snmp/tests/snmp2_walk.phpt{,.skip}
+# SNMPv3 Support
+mv ext/snmp/tests/snmp3.phpt{,.skip}
+# Function snmp_getvalue
+mv ext/snmp/tests/snmp_getvalue.phpt{,.skip}
+# Function snmp_read_mib
+mv ext/snmp/tests/snmp_read_mib.phpt{,.skip}
+# Function snmpget
+mv ext/snmp/tests/snmpget.phpt{,.skip}
+# Function snmpgetnext
+mv ext/snmp/tests/snmpgetnext.phpt{,.skip}
+# Function snmprealwalk
+mv ext/snmp/tests/snmprealwalk.phpt{,.skip}
+# Function snmpset (without MIBs loading)
+mv ext/snmp/tests/snmpset-nomib.phpt{,.skip}
+# Function snmpset
+mv ext/snmp/tests/snmpset.phpt{,.skip}
+# Function snmpwalk
+mv ext/snmp/tests/snmpwalk.phpt{,.skip}
+# SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
+mv ext/soap/tests/server009.phpt{,.skip}
+# socket_import_stream: Test with multicasting
+mv ext/sockets/tests/socket_import_stream-3.phpt{,.skip}
+# Test function getservbyname()
+mv ext/standard/tests/general_functions/getservbyname_basic.phpt{,.skip}
+# proc_nice() basic behaviour
+mv ext/standard/tests/general_functions/proc_nice_basic.phpt{,.skip}
+# proc_open
+mv ext/standard/tests/general_functions/proc_open02.phpt{,.skip}
+# Test setlocale() function : usage variations - Setting all available locales in the platform
+mv ext/standard/tests/strings/setlocale_variation2.phpt{,.skip}
+# wddx session serializer handler (serialize)
+mv ext/wddx/tests/004.phpt{,.skip}
+# wddx session serializer handler (deserialize)
+mv ext/wddx/tests/005.phpt{,.skip}
+# xmlrpc_encode_request() and various arguments
+mv ext/xmlrpc/tests/002.phpt{,.skip}
+# Bug #40576 (double values are truncated to 6 decimal digits when encoding)
+$ix86 mv ext/xmlrpc/tests/bug40576.phpt{,.skip}
+$x8664 mv ext/xmlrpc/tests/bug40576_64bit.phpt{,.skip}
+# Bug #45555 (Segfault with invalid non-string as register_introspection_callback)
+mv ext/xmlrpc/tests/bug45555.phpt{,.skip}
+# Bug #45556 (Return value from callback isn't freed)
+mv ext/xmlrpc/tests/bug45556.phpt{,.skip}
+# apache_request_headers() stack overflow.
+mv sapi/cgi/tests/apache_request_headers.phpt{,.skip}
+# show information about extension
+mv sapi/cli/tests/006.phpt{,.skip}
+# Bug #61546 (functions related to current script failed when chdir() in cli sapi)
+$ix86 mv sapi/cli/tests/bug61546.phpt{,.skip}
+# Bug #60591 (Memory leak when access a non-exists file)
+mv sapi/cli/tests/php_cli_server_016.phpt{,.skip}
+
+# failing tests from builders (requiring DNS apparently)
+# PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name)
+$ix86 mv ext/pdo_sqlite/tests/bug_42589.phpt{,.skip}
+# Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
+mv ext/snmp/tests/bug60749.phpt{,.skip}
+# Wrong hostname
+mv ext/snmp/tests/wrong_hostname.phpt{,.skip}
+# ext/sockets - socket_bind - basic test
+mv ext/sockets/tests/socket_bind.phpt{,.skip}
+# gethostbyname() function - basic return valid ip address test
+mv ext/standard/tests/network/gethostbyname_error004.phpt{,.skip}
+# getmxrr() test
+mv ext/standard/tests/network/getmxrr.phpt{,.skip}
+# http-stream test
+mv ext/standard/tests/network/http-stream.phpt{,.skip}
This page took 0.02955 seconds and 4 git commands to generate.