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