]> git.pld-linux.org Git - packages/php.git/blob - skip-tests.sh
Merge branch 'dev-7.0' into master
[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 # Bug #60150 (Integer overflow during the parsing of invalid exif header)
15 $ix86 mv ext/exif/tests/bug60150.phpt{,.skip}
16 # Bug #52209 (INPUT_ENV returns NULL for set variables (CLI))
17 mv ext/filter/tests/bug52209.phpt{,.skip}
18 # Bug #43073 (TrueType bounding box is wrong for angle<>0)
19 mv ext/gd/tests/bug43073.phpt{,.skip}
20 # Bug #48801 (Problem with imagettfbbox)
21 mv ext/gd/tests/bug48801.phpt{,.skip}
22 # PDO Common: PDORow + get_parent_class()
23 $x8664 mv ext/pdo/tests/pdo_035.phpt{,.skip}
24 # Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
25 mv ext/pdo_firebird/tests/bug_47415.phpt{,.skip}
26 # PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
27 mv ext/pdo_firebird/tests/bug_48877.phpt{,.skip}
28 # PDO_Firebird: bug 53280 segfaults if query column count is less than param count
29 mv ext/pdo_firebird/tests/bug_53280.phpt{,.skip}
30 # PDO_Firebird: connect/disconnect
31 mv ext/pdo_firebird/tests/connect.phpt{,.skip}
32 # PDO_Firebird: DDL/transactions
33 mv ext/pdo_firebird/tests/ddl.phpt{,.skip}
34 # PDO_Firebird: prepare/execute/binding
35 mv ext/pdo_firebird/tests/execute.phpt{,.skip}
36 # PDO_Firebird: rowCount
37 mv ext/pdo_firebird/tests/rowCount.phpt{,.skip}
38 # Test posix_getgrgid() function : basic functionality
39 mv ext/posix/tests/posix_getgrgid_basic.phpt{,.skip}
40 # IPv6 support
41 mv ext/snmp/tests/ipv6.phpt{,.skip}
42 # OO API: getErrno & getError methods
43 mv ext/snmp/tests/snmp-object-errno-errstr.phpt{,.skip}
44 # OO API
45 mv ext/snmp/tests/snmp-object.phpt{,.skip}
46 # Function snmp2_get
47 mv ext/snmp/tests/snmp2_get.phpt{,.skip}
48 # Function snmp2_getnext
49 mv ext/snmp/tests/snmp2_getnext.phpt{,.skip}
50 # Function snmp2_real_walk
51 mv ext/snmp/tests/snmp2_real_walk.phpt{,.skip}
52 # Function snmp2_set (without MIBs loading)
53 mv ext/snmp/tests/snmp2_set-nomib.phpt{,.skip}
54 # Function snmp2_set
55 mv ext/snmp/tests/snmp2_set.phpt{,.skip}
56 # Function snmp2_walk
57 mv ext/snmp/tests/snmp2_walk.phpt{,.skip}
58 # SNMPv3 Support
59 mv ext/snmp/tests/snmp3.phpt{,.skip}
60 # Function snmp_getvalue
61 mv ext/snmp/tests/snmp_getvalue.phpt{,.skip}
62 # Function snmp_read_mib
63 mv ext/snmp/tests/snmp_read_mib.phpt{,.skip}
64 # Function snmpget
65 mv ext/snmp/tests/snmpget.phpt{,.skip}
66 # Function snmpgetnext
67 mv ext/snmp/tests/snmpgetnext.phpt{,.skip}
68 # Function snmprealwalk
69 mv ext/snmp/tests/snmprealwalk.phpt{,.skip}
70 # Function snmpset (without MIBs loading)
71 mv ext/snmp/tests/snmpset-nomib.phpt{,.skip}
72 # Function snmpset
73 mv ext/snmp/tests/snmpset.phpt{,.skip}
74 # Function snmpwalk
75 mv ext/snmp/tests/snmpwalk.phpt{,.skip}
76 # SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
77 mv ext/soap/tests/server009.phpt{,.skip}
78 # Multicast support: IPv4 receive options
79 mv ext/sockets/tests/mcast_ipv4_recv.phpt{,.skip}
80 # Multicast support: IPv6 receive options
81 mv ext/sockets/tests/mcast_ipv6_recv.phpt{,.skip}
82 # socket_import_stream: Test with multicasting
83 mv ext/sockets/tests/socket_import_stream-3.phpt{,.skip}
84 # Test function getservbyname()
85 mv ext/standard/tests/general_functions/getservbyname_basic.phpt{,.skip}
86 # proc_nice() basic behaviour
87 mv ext/standard/tests/general_functions/proc_nice_basic.phpt{,.skip}
88 # proc_open
89 mv ext/standard/tests/general_functions/proc_open02.phpt{,.skip}
90 # Test setlocale() function : usage variations - Setting all available locales in the platform
91 mv ext/standard/tests/strings/setlocale_variation2.phpt{,.skip}
92 # wddx session serializer handler (serialize)
93 mv ext/wddx/tests/004.phpt{,.skip}
94 # wddx session serializer handler (deserialize)
95 mv ext/wddx/tests/005.phpt{,.skip}
96 # xmlrpc_encode_request() and various arguments
97 mv ext/xmlrpc/tests/002.phpt{,.skip}
98 # Bug #40576 (double values are truncated to 6 decimal digits when encoding)
99 $ix86 mv ext/xmlrpc/tests/bug40576.phpt{,.skip}
100 $x8664 mv ext/xmlrpc/tests/bug40576_64bit.phpt{,.skip}
101 # Bug #45555 (Segfault with invalid non-string as register_introspection_callback)
102 mv ext/xmlrpc/tests/bug45555.phpt{,.skip}
103 # Bug #45556 (Return value from callback isn't freed)
104 mv ext/xmlrpc/tests/bug45556.phpt{,.skip}
105 # apache_request_headers() stack overflow.
106 mv sapi/cgi/tests/apache_request_headers.phpt{,.skip}
107 # show information about extension
108 mv sapi/cli/tests/006.phpt{,.skip}
109 # Bug #61546 (functions related to current script failed when chdir() in cli sapi)
110 $ix86 mv sapi/cli/tests/bug61546.phpt{,.skip}
111 # Bug #60591 (Memory leak when access a non-exists file)
112 mv sapi/cli/tests/php_cli_server_016.phpt{,.skip}
113
114 # failing tests from builders (requiring DNS apparently)
115 # PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name)
116 $ix86 mv ext/pdo_sqlite/tests/bug_42589.phpt{,.skip}
117 # Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
118 mv ext/snmp/tests/bug60749.phpt{,.skip}
119 # Wrong hostname
120 mv ext/snmp/tests/wrong_hostname.phpt{,.skip}
121 # ext/sockets - socket_bind - basic test
122 mv ext/sockets/tests/socket_bind.phpt{,.skip}
123 # gethostbyname() function - basic return valid ip address test
124 mv ext/standard/tests/network/gethostbyname_error004.phpt{,.skip}
125 # getmxrr() test
126 mv ext/standard/tests/network/getmxrr.phpt{,.skip}
127 # http-stream test
128 mv ext/standard/tests/network/http-stream.phpt{,.skip}
This page took 0.044261 seconds and 4 git commands to generate.