]> TLD Linux GIT Repositories - packages/php.git/blob - skip-tests.sh
- updated to 5.6.40
[packages/php.git] / skip-tests.sh
1 #!/bin/sh
2 # DBA DB4 magic_quotes_runtime Test (info: DB4 handler used)
3 mv ext/dba/tests/dba_db4_010.phpt{,.skip}
4 # DBA TCADB handler test
5 mv ext/dba/tests/dba_tcadb.phpt{,.skip}
6 # enchant_broker_describe() function
7 $x86 && mv ext/enchant/tests/broker_describe.phpt{,.skip}
8 # enchant_broker_request_dict() function
9 $x86 && mv ext/enchant/tests/broker_request_dict.phpt{,.skip}
10 # bug #13181, leaving a context frees the broker resources
11 $x86 && mv ext/enchant/tests/bug13181.phpt{,.skip}
12 # Test ereg() function : basic functionality (with $regs)
13 mv ext/ereg/tests/ereg_basic_001.phpt{,.skip}
14 # Test ereg() function : basic functionality  (without $regs)
15 mv ext/ereg/tests/ereg_basic_002.phpt{,.skip}
16 # Test ereg() function : error conditions - test bad regular expressions
17 mv ext/ereg/tests/ereg_error_002.phpt{,.skip}
18 # Test ereg_replace() function : basic functionality
19 mv ext/ereg/tests/ereg_replace_basic_001.phpt{,.skip}
20 # Test ereg_replace() function : error conditions - bad regular expressions
21 mv ext/ereg/tests/ereg_replace_error_002.phpt{,.skip}
22 # Test ereg_replace() function : usage variations - unexpected type arg 1
23 mv ext/ereg/tests/ereg_replace_variation_001.phpt{,.skip}
24 # Test ereg() function : usage variations  - unexpected type arg 1
25 mv ext/ereg/tests/ereg_variation_001.phpt{,.skip}
26 # Test eregi() function : basic functionality (with $regs)
27 mv ext/ereg/tests/eregi_basic_001.phpt{,.skip}
28 # Test eregi() function : basic functionality  (without $regs)
29 mv ext/ereg/tests/eregi_basic_002.phpt{,.skip}
30 # Test eregi() function : error conditions - test bad regular expressions
31 mv ext/ereg/tests/eregi_error_002.phpt{,.skip}
32 # Test ereg() function : basic functionality
33 mv ext/ereg/tests/eregi_replace_basic_001.phpt{,.skip}
34 # Test eregi_replace() function : error conditions - bad regular expressions
35 mv ext/ereg/tests/eregi_replace_error_002.phpt{,.skip}
36 # Test eregi_replace() function : usage variations - unexpected type arg 1
37 mv ext/ereg/tests/eregi_replace_variation_001.phpt{,.skip}
38 # Test eregi() function : usage variations  - unexpected type arg 1
39 mv ext/ereg/tests/eregi_variation_001.phpt{,.skip}
40 # Test split() function : basic functionality - test a number of simple split, specifying a limit
41 mv ext/ereg/tests/split_basic_001.phpt{,.skip}
42 # Test split() function : basic functionality - test a number of simple split, without specifying a limit
43 mv ext/ereg/tests/split_basic_002.phpt{,.skip}
44 # Test split() function : error conditions - test bad regular expressions
45 mv ext/ereg/tests/split_error_002.phpt{,.skip}
46 # Test split() function : usage variations  - unexpected type for arg 1
47 mv ext/ereg/tests/split_variation_001.phpt{,.skip}
48 # Test spliti() function : basic functionality - test a number of simple spliti, specifying a limit
49 mv ext/ereg/tests/spliti_basic_001.phpt{,.skip}
50 # Test spliti() function : basic functionality - test a number of simple spliti, without specifying a limit
51 mv ext/ereg/tests/spliti_basic_002.phpt{,.skip}
52 # Test spliti() function : error conditions - test bad regular expressions
53 mv ext/ereg/tests/spliti_error_002.phpt{,.skip}
54 # Test spliti() function : usage variations  - unexpected type for arg 1
55 mv ext/ereg/tests/spliti_variation_001.phpt{,.skip}
56 # Bug #60150 (Integer overflow during the parsing of invalid exif header)
57 $ix86 mv ext/exif/tests/bug60150.phpt{,.skip}
58 # Bug #52209 (INPUT_ENV returns NULL for set variables (CLI))
59 mv ext/filter/tests/bug52209.phpt{,.skip}
60 # Bug #43073 (TrueType bounding box is wrong for angle<>0)
61 mv ext/gd/tests/bug43073.phpt{,.skip}
62 # Bug #48801 (Problem with imagettfbbox)
63 mv ext/gd/tests/bug48801.phpt{,.skip}
64 # PDO Common: PDORow + get_parent_class()
65 $x8664 mv ext/pdo/tests/pdo_035.phpt{,.skip}
66 # Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
67 mv ext/pdo_firebird/tests/bug_47415.phpt{,.skip}
68 # PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
69 mv ext/pdo_firebird/tests/bug_48877.phpt{,.skip}
70 # PDO_Firebird: bug 53280 segfaults if query column count is less than param count
71 mv ext/pdo_firebird/tests/bug_53280.phpt{,.skip}
72 # PDO_Firebird: connect/disconnect
73 mv ext/pdo_firebird/tests/connect.phpt{,.skip}
74 # PDO_Firebird: DDL/transactions
75 mv ext/pdo_firebird/tests/ddl.phpt{,.skip}
76 # PDO_Firebird: prepare/execute/binding
77 mv ext/pdo_firebird/tests/execute.phpt{,.skip}
78 # PDO_Firebird: rowCount
79 mv ext/pdo_firebird/tests/rowCount.phpt{,.skip}
80 # Test posix_getgrgid() function : basic functionality
81 mv ext/posix/tests/posix_getgrgid_basic.phpt{,.skip}
82 # IPv6 support
83 mv ext/snmp/tests/ipv6.phpt{,.skip}
84 # OO API: getErrno & getError methods
85 mv ext/snmp/tests/snmp-object-errno-errstr.phpt{,.skip}
86 # OO API
87 mv ext/snmp/tests/snmp-object.phpt{,.skip}
88 # Function snmp2_get
89 mv ext/snmp/tests/snmp2_get.phpt{,.skip}
90 # Function snmp2_getnext
91 mv ext/snmp/tests/snmp2_getnext.phpt{,.skip}
92 # Function snmp2_real_walk
93 mv ext/snmp/tests/snmp2_real_walk.phpt{,.skip}
94 # Function snmp2_set (without MIBs loading)
95 mv ext/snmp/tests/snmp2_set-nomib.phpt{,.skip}
96 # Function snmp2_set
97 mv ext/snmp/tests/snmp2_set.phpt{,.skip}
98 # Function snmp2_walk
99 mv ext/snmp/tests/snmp2_walk.phpt{,.skip}
100 # SNMPv3 Support
101 mv ext/snmp/tests/snmp3.phpt{,.skip}
102 # Function snmp_getvalue
103 mv ext/snmp/tests/snmp_getvalue.phpt{,.skip}
104 # Function snmp_read_mib
105 mv ext/snmp/tests/snmp_read_mib.phpt{,.skip}
106 # Function snmpget
107 mv ext/snmp/tests/snmpget.phpt{,.skip}
108 # Function snmpgetnext
109 mv ext/snmp/tests/snmpgetnext.phpt{,.skip}
110 # Function snmprealwalk
111 mv ext/snmp/tests/snmprealwalk.phpt{,.skip}
112 # Function snmpset (without MIBs loading)
113 mv ext/snmp/tests/snmpset-nomib.phpt{,.skip}
114 # Function snmpset
115 mv ext/snmp/tests/snmpset.phpt{,.skip}
116 # Function snmpwalk
117 mv ext/snmp/tests/snmpwalk.phpt{,.skip}
118 # SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
119 mv ext/soap/tests/server009.phpt{,.skip}
120 # socket_import_stream: Test with multicasting
121 mv ext/sockets/tests/socket_import_stream-3.phpt{,.skip}
122 # Test function getservbyname()
123 mv ext/standard/tests/general_functions/getservbyname_basic.phpt{,.skip}
124 # proc_nice() basic behaviour
125 mv ext/standard/tests/general_functions/proc_nice_basic.phpt{,.skip}
126 # proc_open
127 mv ext/standard/tests/general_functions/proc_open02.phpt{,.skip}
128 # Test setlocale() function : usage variations - Setting all available locales in the platform
129 mv ext/standard/tests/strings/setlocale_variation2.phpt{,.skip}
130 # wddx session serializer handler (serialize)
131 mv ext/wddx/tests/004.phpt{,.skip}
132 # wddx session serializer handler (deserialize)
133 mv ext/wddx/tests/005.phpt{,.skip}
134 # xmlrpc_encode_request() and various arguments
135 mv ext/xmlrpc/tests/002.phpt{,.skip}
136 # Bug #40576 (double values are truncated to 6 decimal digits when encoding)
137 $ix86 mv ext/xmlrpc/tests/bug40576.phpt{,.skip}
138 $x8664 mv ext/xmlrpc/tests/bug40576_64bit.phpt{,.skip}
139 # Bug #45555 (Segfault with invalid non-string as register_introspection_callback)
140 mv ext/xmlrpc/tests/bug45555.phpt{,.skip}
141 # Bug #45556 (Return value from callback isn't freed)
142 mv ext/xmlrpc/tests/bug45556.phpt{,.skip}
143 # apache_request_headers() stack overflow.
144 mv sapi/cgi/tests/apache_request_headers.phpt{,.skip}
145 # show information about extension
146 mv sapi/cli/tests/006.phpt{,.skip}
147 # Bug #61546 (functions related to current script failed when chdir() in cli sapi)
148 $ix86 mv sapi/cli/tests/bug61546.phpt{,.skip}
149 # Bug #60591 (Memory leak when access a non-exists file)
150 mv sapi/cli/tests/php_cli_server_016.phpt{,.skip}
151
152 # failing tests from builders (requiring DNS apparently)
153 # PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name)
154 $ix86 mv ext/pdo_sqlite/tests/bug_42589.phpt{,.skip}
155 # Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
156 mv ext/snmp/tests/bug60749.phpt{,.skip}
157 # Wrong hostname
158 mv ext/snmp/tests/wrong_hostname.phpt{,.skip}
159 # ext/sockets - socket_bind - basic test
160 mv ext/sockets/tests/socket_bind.phpt{,.skip}
161 # gethostbyname() function - basic return valid ip address test
162 mv ext/standard/tests/network/gethostbyname_error004.phpt{,.skip}
163 # getmxrr() test
164 mv ext/standard/tests/network/getmxrr.phpt{,.skip}
165 # http-stream test
166 mv ext/standard/tests/network/http-stream.phpt{,.skip}