X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=skip-tests.sh;h=a090b7dba2f079ed7a84f3185929e893fe0a0c1c;hb=32b96f666cd6d3ba0359fd53f55ba273b0764e45;hp=3aa68b9bc7f608feaa7b59225b0bf9a7cfaf1c44;hpb=6ffcc1fd27efa9a7c37f67b369e9a016da3e4d2c;p=packages%2Fphp.git diff --git a/skip-tests.sh b/skip-tests.sh index 3aa68b9..a090b7d 100644 --- a/skip-tests.sh +++ b/skip-tests.sh @@ -1,66 +1,24 @@ #!/bin/sh # DBA DB4 magic_quotes_runtime Test (info: DB4 handler used) -mv ext/dba/tests/dba_db4_010.phpt{,.skip} +#mv ext/dba/tests/dba_db4_010.phpt{,.skip} # DBA TCADB handler test mv ext/dba/tests/dba_tcadb.phpt{,.skip} # enchant_broker_describe() function -mv ext/enchant/tests/broker_describe.phpt{,.skip} +$x86 && mv ext/enchant/tests/broker_describe.phpt{,.skip} # enchant_broker_request_dict() function -mv ext/enchant/tests/broker_request_dict.phpt{,.skip} +$x86 && mv ext/enchant/tests/broker_request_dict.phpt{,.skip} # bug #13181, leaving a context frees the broker resources -mv ext/enchant/tests/bug13181.phpt{,.skip} -# Test ereg() function : basic functionality (with $regs) -mv ext/ereg/tests/ereg_basic_001.phpt{,.skip} -# Test ereg() function : basic functionality (without $regs) -mv ext/ereg/tests/ereg_basic_002.phpt{,.skip} -# Test ereg() function : error conditions - test bad regular expressions -mv ext/ereg/tests/ereg_error_002.phpt{,.skip} -# Test ereg_replace() function : basic functionality -mv ext/ereg/tests/ereg_replace_basic_001.phpt{,.skip} -# Test ereg_replace() function : error conditions - bad regular expressions -mv ext/ereg/tests/ereg_replace_error_002.phpt{,.skip} -# Test ereg_replace() function : usage variations - unexpected type arg 1 -mv ext/ereg/tests/ereg_replace_variation_001.phpt{,.skip} -# Test ereg() function : usage variations - unexpected type arg 1 -mv ext/ereg/tests/ereg_variation_001.phpt{,.skip} -# Test eregi() function : basic functionality (with $regs) -mv ext/ereg/tests/eregi_basic_001.phpt{,.skip} -# Test eregi() function : basic functionality (without $regs) -mv ext/ereg/tests/eregi_basic_002.phpt{,.skip} -# Test eregi() function : error conditions - test bad regular expressions -mv ext/ereg/tests/eregi_error_002.phpt{,.skip} -# Test ereg() function : basic functionality -mv ext/ereg/tests/eregi_replace_basic_001.phpt{,.skip} -# Test eregi_replace() function : error conditions - bad regular expressions -mv ext/ereg/tests/eregi_replace_error_002.phpt{,.skip} -# Test eregi_replace() function : usage variations - unexpected type arg 1 -mv ext/ereg/tests/eregi_replace_variation_001.phpt{,.skip} -# Test eregi() function : usage variations - unexpected type arg 1 -mv ext/ereg/tests/eregi_variation_001.phpt{,.skip} -# Test split() function : basic functionality - test a number of simple split, specifying a limit -mv ext/ereg/tests/split_basic_001.phpt{,.skip} -# Test split() function : basic functionality - test a number of simple split, without specifying a limit -mv ext/ereg/tests/split_basic_002.phpt{,.skip} -# Test split() function : error conditions - test bad regular expressions -mv ext/ereg/tests/split_error_002.phpt{,.skip} -# Test split() function : usage variations - unexpected type for arg 1 -mv ext/ereg/tests/split_variation_001.phpt{,.skip} -# Test spliti() function : basic functionality - test a number of simple spliti, specifying a limit -mv ext/ereg/tests/spliti_basic_001.phpt{,.skip} -# Test spliti() function : basic functionality - test a number of simple spliti, without specifying a limit -mv ext/ereg/tests/spliti_basic_002.phpt{,.skip} -# Test spliti() function : error conditions - test bad regular expressions -mv ext/ereg/tests/spliti_error_002.phpt{,.skip} -# Test spliti() function : usage variations - unexpected type for arg 1 -mv ext/ereg/tests/spliti_variation_001.phpt{,.skip} +$x86 && mv ext/enchant/tests/bug13181.phpt{,.skip} # Bug #60150 (Integer overflow during the parsing of invalid exif header) -mv ext/exif/tests/bug60150.phpt{,.skip} +$ix86 mv ext/exif/tests/bug60150.phpt{,.skip} # Bug #52209 (INPUT_ENV returns NULL for set variables (CLI)) mv ext/filter/tests/bug52209.phpt{,.skip} # Bug #43073 (TrueType bounding box is wrong for angle<>0) mv ext/gd/tests/bug43073.phpt{,.skip} # Bug #48801 (Problem with imagettfbbox) mv ext/gd/tests/bug48801.phpt{,.skip} +# PDO Common: PDORow + get_parent_class() +$x8664 mv ext/pdo/tests/pdo_035.phpt{,.skip} # Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn() mv ext/pdo_firebird/tests/bug_47415.phpt{,.skip} # PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter). @@ -75,8 +33,6 @@ mv ext/pdo_firebird/tests/ddl.phpt{,.skip} mv ext/pdo_firebird/tests/execute.phpt{,.skip} # PDO_Firebird: rowCount mv ext/pdo_firebird/tests/rowCount.phpt{,.skip} -# PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name) -mv ext/pdo_sqlite/tests/bug_42589.phpt{,.skip} # Test posix_getgrgid() function : basic functionality mv ext/posix/tests/posix_getgrgid_basic.phpt{,.skip} # IPv6 support @@ -115,10 +71,8 @@ mv ext/snmp/tests/snmpset-nomib.phpt{,.skip} mv ext/snmp/tests/snmpset.phpt{,.skip} # Function snmpwalk mv ext/snmp/tests/snmpwalk.phpt{,.skip} -# Multicast support: IPv4 receive options -mv ext/sockets/tests/mcast_ipv4_recv.phpt{,.skip} -# Multicast support: IPv6 receive options -mv ext/sockets/tests/mcast_ipv6_recv.phpt{,.skip} +# SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION) +mv ext/soap/tests/server009.phpt{,.skip} # socket_import_stream: Test with multicasting mv ext/sockets/tests/socket_import_stream-3.phpt{,.skip} # Test function getservbyname() @@ -136,7 +90,8 @@ mv ext/wddx/tests/005.phpt{,.skip} # xmlrpc_encode_request() and various arguments mv ext/xmlrpc/tests/002.phpt{,.skip} # Bug #40576 (double values are truncated to 6 decimal digits when encoding) -mv ext/xmlrpc/tests/bug40576.phpt{,.skip} +$ix86 mv ext/xmlrpc/tests/bug40576.phpt{,.skip} +$x8664 mv ext/xmlrpc/tests/bug40576_64bit.phpt{,.skip} # Bug #45555 (Segfault with invalid non-string as register_introspection_callback) mv ext/xmlrpc/tests/bug45555.phpt{,.skip} # Bug #45556 (Return value from callback isn't freed) @@ -145,5 +100,23 @@ mv ext/xmlrpc/tests/bug45556.phpt{,.skip} mv sapi/cgi/tests/apache_request_headers.phpt{,.skip} # show information about extension mv sapi/cli/tests/006.phpt{,.skip} +# Bug #61546 (functions related to current script failed when chdir() in cli sapi) +$ix86 mv sapi/cli/tests/bug61546.phpt{,.skip} # Bug #60591 (Memory leak when access a non-exists file) mv sapi/cli/tests/php_cli_server_016.phpt{,.skip} + +# failing tests from builders (requiring DNS apparently) +# PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name) +$ix86 mv ext/pdo_sqlite/tests/bug_42589.phpt{,.skip} +# Bug #60749: SNMP module should not strip non-standard SNMP port from hostname +mv ext/snmp/tests/bug60749.phpt{,.skip} +# Wrong hostname +mv ext/snmp/tests/wrong_hostname.phpt{,.skip} +# ext/sockets - socket_bind - basic test +mv ext/sockets/tests/socket_bind.phpt{,.skip} +# gethostbyname() function - basic return valid ip address test +mv ext/standard/tests/network/gethostbyname_error004.phpt{,.skip} +# getmxrr() test +mv ext/standard/tests/network/getmxrr.phpt{,.skip} +# http-stream test +mv ext/standard/tests/network/http-stream.phpt{,.skip}