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