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