]> git.pld-linux.org Git - packages/php.git/blame - skip-tests.sh
cleanups
[packages/php.git] / skip-tests.sh
CommitLineData
463492bc 1#!/bin/sh
71f4af01
ER
2# easter_date()
3mv ext/calendar/tests/easter_date.phpt{,.skip}
4# unixtojd()
5mv ext/calendar/tests/unixtojd.phpt{,.skip}
463492bc
ER
6# curl_setopt() basic parameter test
7mv ext/curl/tests/curl_setopt_error.phpt{,.skip}
8# timezone_abbreviations_list() tests
9mv ext/date/tests/010.phpt{,.skip}
71f4af01
ER
10# Test DateTime::modify() function : usage variation - Passing unexpected values to first argument $modify.
11mv ext/date/tests/DateTime_modify_variation1.phpt{,.skip}
463492bc
ER
12# Bug #48187 (DateTime::diff() corrupting microtime() result)
13mv ext/date/tests/bug48187.phpt{,.skip}
14# Bug #50475 (DateTime::setISODate followed by DateTime::setTime)
15mv ext/date/tests/bug50475.phpt{,.skip}
16# Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
17mv ext/date/tests/bug51819.phpt{,.skip}
18# Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format)
19mv ext/date/tests/bug51994.phpt{,.skip}
20# Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
21mv ext/date/tests/bug52290.phpt{,.skip}
71f4af01
ER
22# Test date_modify() function : usage variation - Passing unexpected values to second argument $format.
23mv ext/date/tests/date_modify_variation2.phpt{,.skip}
463492bc
ER
24# Test timezone_abbreviations_list() function : basic functionality
25mv ext/date/tests/timezone_abbreviations_list_basic1.phpt{,.skip}
26# Test 5: HTML Test
27mv ext/dom/tests/dom005.phpt{,.skip}
71f4af01
ER
28# Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
29mv ext/gd/tests/bug48555.phpt{,.skip}
30# Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)
31mv ext/gmp/tests/bug50283.phpt{,.skip}
463492bc
ER
32# gmp_nextprime()
33mv ext/gmp/tests/gmp_nextprime.phpt{,.skip}
71f4af01
ER
34# InterBase: connect, close and pconnect
35mv ext/interbase/tests/002.phpt{,.skip}
36# InterBase: misc sql types (may take a while)
37mv ext/interbase/tests/003.phpt{,.skip}
38# InterBase: BLOB test
39mv ext/interbase/tests/004.phpt{,.skip}
40# InterBase: transactions
41mv ext/interbase/tests/005.phpt{,.skip}
42# InterBase: binding (may take a while)
43mv ext/interbase/tests/006.phpt{,.skip}
44# InterBase: array handling
45mv ext/interbase/tests/007.phpt{,.skip}
46# InterBase: event handling
47mv ext/interbase/tests/008.phpt{,.skip}
48# Bug #45373 (php crash on query with errors in params)
49mv ext/interbase/tests/bug45373.phpt{,.skip}
50# Bug #45575 (Segfault with invalid non-string as event handler callback)
51mv ext/interbase/tests/bug45575.phpt{,.skip}
52# Bug #46247 (ibase_set_event_handler() is allowing to pass callback without event)
53mv ext/interbase/tests/bug46247.phpt{,.skip}
54# Bug #46543 (ibase_trans() memory leaks when using wrong parameters)
55mv ext/interbase/tests/bug46543.phpt{,.skip}
56# ibase_affected_rows(): Basic test
57mv ext/interbase/tests/ibase_affected_rows_001.phpt{,.skip}
58# ibase_close(): Basic test
59mv ext/interbase/tests/ibase_close_001.phpt{,.skip}
60# ibase_drop_db(): Basic test
61mv ext/interbase/tests/ibase_drop_db_001.phpt{,.skip}
62# ibase_errmsg(): Basic test
63mv ext/interbase/tests/ibase_errmsg_001.phpt{,.skip}
64# ibase_free_query(): Basic test
65mv ext/interbase/tests/ibase_free_query_001.phpt{,.skip}
66# ibase_num_fields(): Basic test
67mv ext/interbase/tests/ibase_num_fields_001.phpt{,.skip}
68# ibase_num_params(): Basic test
69mv ext/interbase/tests/ibase_num_params_001.phpt{,.skip}
70# ibase_param_info(): Basic test
71mv ext/interbase/tests/ibase_param_info_001.phpt{,.skip}
72# ibase_rollback(): Basic test
73mv ext/interbase/tests/ibase_rollback_001.phpt{,.skip}
74# ibase_trans(): Basic test
75mv ext/interbase/tests/ibase_trans_001.phpt{,.skip}
76# ibase_trans(): Basic operations
77mv ext/interbase/tests/ibase_trans_002.phpt{,.skip}
78# get_locale()
79mv ext/intl/tests/collator_get_locale.phpt{,.skip}
80# collator_get_sort_key()
81mv ext/intl/tests/collator_get_sort_key.phpt{,.skip}
463492bc
ER
82# datefmt_format_code() and datefmt_parse_code()
83mv ext/intl/tests/dateformat_format_parse.phpt{,.skip}
84# datefmt_get_pattern_code and datefmt_set_pattern_code()
85mv ext/intl/tests/dateformat_get_set_pattern.phpt{,.skip}
71f4af01
ER
86# datefmt_localtime_code()
87mv ext/intl/tests/dateformat_localtime.phpt{,.skip}
88# datefmt_parse_code()
89mv ext/intl/tests/dateformat_parse.phpt{,.skip}
90# datefmt_parse_localtime() with parse pos
91mv ext/intl/tests/dateformat_parse_localtime_parsepos.phpt{,.skip}
92# datefmt_parse_timestamp_code() with parse pos
93mv ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt{,.skip}
94# datefmt_set_timezone_id_code()
95mv ext/intl/tests/dateformat_set_timezone_id.phpt{,.skip}
96# numfmt_format()
97mv ext/intl/tests/formatter_format.phpt{,.skip}
98# numfmt_format_currency()
99mv ext/intl/tests/formatter_format_currency.phpt{,.skip}
463492bc
ER
100# numfmt_get/set_attribute()
101mv ext/intl/tests/formatter_get_set_attribute.phpt{,.skip}
102# grapheme()
103mv ext/intl/tests/grapheme.phpt{,.skip}
71f4af01
ER
104# locale_get_display_name()
105mv ext/intl/tests/locale_get_display_name.phpt{,.skip}
71f4af01
ER
106# locale_get_display_script()
107mv ext/intl/tests/locale_get_display_script.phpt{,.skip}
108# locale_get_display_variant()
109mv ext/intl/tests/locale_get_display_variant.phpt{,.skip}
110# ldap_sasl_bind() - Basic anonymous binding
111mv ext/ldap/tests/ldap_sasl_bind_basic.phpt{,.skip}
112# mysql connect
113mv ext/mysql/tests/001.phpt{,.skip}
114# mysql_connect()
115mv ext/mysql/tests/mysql_connect.phpt{,.skip}
116# mysql_[p]connect() - max_links/max_persistent
117mv ext/mysql/tests/mysql_max_links.phpt{,.skip}
118# mysql_[p]connect() - safe_mode
119mv ext/mysql/tests/mysql_sql_safe_mode.phpt{,.skip}
120# mysqli_connect()
121mv ext/mysqli/tests/mysqli_connect.phpt{,.skip}
122# new mysqli()
123mv ext/mysqli/tests/mysqli_connect_oo.phpt{,.skip}
124# new mysqli()
125mv ext/mysqli/tests/mysqli_connect_oo_defaults.phpt{,.skip}
463492bc
ER
126# Bug #28382 (openssl_x509_parse extensions support)
127mv ext/openssl/tests/bug28382.phpt{,.skip}
128# Bug #47828 (segfaults when a UTF-8 conversion fails openssl_x509_parse())
129mv ext/openssl/tests/bug47828.phpt{,.skip}
130# openssl_x509_parse() basic test
131mv ext/openssl/tests/openssl_x509_parse_basic.phpt{,.skip}
71f4af01
ER
132# PDO_Firebird: connect/disconnect
133mv ext/pdo_firebird/tests/connect.phpt{,.skip}
134# PDO_Firebird: DDL/transactions
135mv ext/pdo_firebird/tests/ddl.phpt{,.skip}
136# PDO_Firebird: prepare/execute/binding
137mv ext/pdo_firebird/tests/execute.phpt{,.skip}
138# MySQL PDO->__construct(), options
139mv ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt{,.skip}
463492bc
ER
140# MySQL PDO->__construct(), libmysql only options
141mv ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt{,.skip}
71f4af01
ER
142# MySQL PDO class interface
143mv ext/pdo_mysql/tests/pdo_mysql_interface.phpt{,.skip}
144# PDO ODBC "long" columns
145mv ext/pdo_odbc/tests/long_columns.phpt{,.skip}
146# PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name)
147mv ext/pdo_sqlite/tests/bug_42589.phpt{,.skip}
463492bc
ER
148# Test for bug 52013 about Phar::decompressFiles().
149mv ext/phar/tests/bug52013.phpt{,.skip}
150# Phar and RecursiveDirectoryIterator
151mv ext/phar/tests/phar_oo_005.phpt{,.skip}
71f4af01
ER
152# Test posix_getgrgid() function : basic functionality
153mv ext/posix/tests/posix_getgrgid_basic.phpt{,.skip}
463492bc
ER
154# ReflectionClass::getConstructor()
155mv ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt{,.skip}
156# ReflectionMethod::isConstructor()
157mv ext/reflection/tests/ReflectionMethod_constructor_basic.phpt{,.skip}
158# ReflectionObject::getConstructor() - basic function test
159mv ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt{,.skip}
160# a script should not be able to modify session.use_trans_sid
161mv ext/session/tests/014.phpt{,.skip}
162# use_trans_sid should not affect SID
163mv ext/session/tests/015.phpt{,.skip}
164# rewriter correctly handles attribute names which contain dashes
165mv ext/session/tests/018.phpt{,.skip}
166# rewriter uses arg_seperator.output for modifying URLs
167mv ext/session/tests/020.phpt{,.skip}
168# rewriter handles form and fieldset tags correctly
169mv ext/session/tests/021.phpt{,.skip}
170# Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
171mv ext/session/tests/bug36459.phpt{,.skip}
172# Bug #41600 (url rewriter tags doesn't work with namespaced tags)
173mv ext/session/tests/bug41600.phpt{,.skip}
174# Test session_encode() function : error functionality
175mv ext/session/tests/session_encode_error2.phpt{,.skip}
176# SimpleXML: XPath
177mv ext/simplexml/tests/008.phpt{,.skip}
71f4af01
ER
178# SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
179mv ext/soap/tests/server009.phpt{,.skip}
180# ext/sockets - socket_strerror - basic test
181mv ext/sockets/tests/socket_strerror.phpt{,.skip}
182# Bug #38759 (sqlite2 empty query causes segfault)
183mv ext/sqlite/tests/bug38759.phpt{,.skip}
184# sqlite, session storage test
185mv ext/sqlite/tests/sqlite_session_001.phpt{,.skip}
186# sqlite, session destroy test
187mv ext/sqlite/tests/sqlite_session_002.phpt{,.skip}
188# SQLite3::loadExtension with empty extension test
189mv ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt{,.skip}
190# SQLite3::loadExtension with disabled extensions
191mv ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt{,.skip}
192# SQLite3::loadExtension test with wrong parameter type
193mv ext/sqlite3/tests/sqlite3_loadextension_with_wrong_param.phpt{,.skip}
463492bc
ER
194# Test fscanf() function: usage variations - unsigned int formats with integer values
195mv ext/standard/tests/file/fscanf_variation39.phpt{,.skip}
196# Test fscanf() function: usage variations - tracking file pointer while reading
197mv ext/standard/tests/file/fscanf_variation55.phpt{,.skip}
198# Bug #44394 (Last two bytes missing from output) with session.use_trans_id
199mv ext/standard/tests/general_functions/bug44394_2.phpt{,.skip}
200# Test function getservbyname()
201mv ext/standard/tests/general_functions/getservbyname_basic.phpt{,.skip}
71f4af01
ER
202# proc_open
203mv ext/standard/tests/general_functions/proc_open02.phpt{,.skip}
463492bc
ER
204# time_sleep_until() function - basic test for time_sleep_until()
205mv ext/standard/tests/misc/time_sleep_until_basic.phpt{,.skip}
71f4af01
ER
206# htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15)
207mv ext/standard/tests/strings/htmlentities02.phpt{,.skip}
208# htmlentities() test 4 (setlocale / ja_JP.EUC-JP)
209mv ext/standard/tests/strings/htmlentities04.phpt{,.skip}
210# htmlentities() test 10 (default_charset / cp1252)
211mv ext/standard/tests/strings/htmlentities10.phpt{,.skip}
212# htmlentities() test 11 (default_charset / ISO-8859-15)
213mv ext/standard/tests/strings/htmlentities11.phpt{,.skip}
214# htmlentities() test 13 (default_charset / EUC-JP)
215mv ext/standard/tests/strings/htmlentities13.phpt{,.skip}
216# htmlentities() test 15 (setlocale / KOI8-R)
217mv ext/standard/tests/strings/htmlentities15.phpt{,.skip}
218# htmlentities() / html_entity_decode() #8592 - #9002 table test
219mv ext/standard/tests/strings/htmlentities17.phpt{,.skip}
220# Test setlocale() function : usage variations - Setting all available locales in the platform
221mv ext/standard/tests/strings/setlocale_variation2.phpt{,.skip}
463492bc
ER
222# Test sscanf() function : basic functionality - unsigned format
223mv ext/standard/tests/strings/sscanf_basic6.phpt{,.skip}
224# msg_send() data types when not serializing
225mv ext/sysvmsg/tests/006.phpt{,.skip}
71f4af01
ER
226# wddx session serializer handler (serialize)
227mv ext/wddx/tests/004.phpt{,.skip}
228# wddx session serializer handler (deserialize)
229mv ext/wddx/tests/005.phpt{,.skip}
71f4af01
ER
230# xmlrpc_encode_request() and various arguments
231mv ext/xmlrpc/tests/002.phpt{,.skip}
232# Bug #40576 (double values are truncated to 6 decimal digits when encoding)
463492bc
ER
233mv ext/xmlrpc/tests/bug40576_64bit.phpt{,.skip}
234# Bug #45555 (Segfault with invalid non-string as register_introspection_callback)
235mv ext/xmlrpc/tests/bug45555.phpt{,.skip}
71f4af01
ER
236# Bug #45556 (Return value from callback isn't freed)
237mv ext/xmlrpc/tests/bug45556.phpt{,.skip}
238# Test 10: EXSLT Support
239mv ext/xsl/tests/xslt010.phpt{,.skip}
240# Check xsltprocessor::registerPHPFunctions and a non-string function in xsl
241mv ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt{,.skip}
242# Check xsltprocessor::registerPHPFunctions and a undefined php function
243mv ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt{,.skip}
244# show information about extension
245mv sapi/cli/tests/006.phpt{,.skip}
246# CLI -a and readline
247mv sapi/cli/tests/016.phpt{,.skip}
10027a6d
ER
248# Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current
249mv ext/phar/tests/phar_buildfromiterator10.phpt{,.skip}
ea7582a5
ER
250# output buffering - fatalism
251mv tests/output/ob_011.phpt{,.skip}
252# Inconsistencies when accessing protected members
253mv Zend/tests/access_modifiers_008.phpt{,.skip}
254# Inconsistencies when accessing protected members - 2
255mv Zend/tests/access_modifiers_009.phpt{,.skip}
256# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
257mv Zend/tests/bug48770.phpt{,.skip}
258# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
259mv Zend/tests/bug48770_2.phpt{,.skip}
260# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
261mv Zend/tests/bug48770_3.phpt{,.skip}
262# DBA with persistent connections
be9aade9 263mv ext/dba/tests/dba015.phpt{,.skip}
ea7582a5 264# DBA DB4 with persistent connections
be9aade9 265mv ext/dba/tests/dba_db4_018.phpt{,.skip}
ea7582a5
ER
266# Bug #42718 (unsafe_raw filter not applied when configured as default filter)
267mv ext/filter/tests/bug42718.phpt{,.skip}
268# SimpleXML: array casting bug
269mv ext/simplexml/tests/034.phpt{,.skip}
270# Bug #39863 (file_exists() silently truncates after a null byte)
271mv ext/standard/tests/file/bug39863.phpt{,.skip}
944fef93
ER
272# DOMDocument::$validateOnParse - effectual determination (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write)
273mv ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt{,.skip}
944fef93
ER
274# Bug #40576 (double values are truncated to 6 decimal digits when encoding)
275mv ext/xmlrpc/tests/bug40576.phpt{,.skip}
This page took 0.061078 seconds and 4 git commands to generate.