]> git.pld-linux.org Git - packages/php.git/blobdiff - skip-tests.sh
add su directive for logrotate 3.8.0
[packages/php.git] / skip-tests.sh
index 5ba8d0d8cb38c5e657f0d9be329d0f9ba5ce90c5..7bad37afd55e8940ce698632ec2cf47306362e47 100644 (file)
@@ -1,12 +1,8 @@
 #!/bin/sh
-# Class constant whose initial value refereces a non-existent class
-mv tests/classes/constants_error_004.phpt{,.skip}
 # easter_date()
 mv ext/calendar/tests/easter_date.phpt{,.skip}
 # unixtojd()
 mv ext/calendar/tests/unixtojd.phpt{,.skip}
-# curl_error() function - basic test for curl_error using a fake url
-mv ext/curl/tests/curl_error_basic.phpt{,.skip}
 # curl_setopt() basic parameter test
 mv ext/curl/tests/curl_setopt_error.phpt{,.skip}
 # timezone_abbreviations_list() tests
@@ -249,3 +245,31 @@ mv ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt{,.skip}
 mv sapi/cli/tests/006.phpt{,.skip}
 # CLI -a and readline
 mv sapi/cli/tests/016.phpt{,.skip}
+# Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current
+mv ext/phar/tests/phar_buildfromiterator10.phpt{,.skip}
+# output buffering - fatalism
+mv tests/output/ob_011.phpt{,.skip}
+# Inconsistencies when accessing protected members
+mv Zend/tests/access_modifiers_008.phpt{,.skip}
+# Inconsistencies when accessing protected members - 2
+mv Zend/tests/access_modifiers_009.phpt{,.skip}
+# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
+mv Zend/tests/bug48770.phpt{,.skip}
+# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
+mv Zend/tests/bug48770_2.phpt{,.skip}
+# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
+mv Zend/tests/bug48770_3.phpt{,.skip}
+# DBA with persistent connections
+mv ext/dba/tests/dba015.phpt{,.skip}
+# DBA DB4 with persistent connections
+mv ext/dba/tests/dba_db4_018.phpt{,.skip}
+# Bug #42718 (unsafe_raw filter not applied when configured as default filter)
+mv ext/filter/tests/bug42718.phpt{,.skip}
+# SimpleXML: array casting bug
+mv ext/simplexml/tests/034.phpt{,.skip}
+# Bug #39863 (file_exists() silently truncates after a null byte)
+mv ext/standard/tests/file/bug39863.phpt{,.skip}
+# DOMDocument::$validateOnParse - effectual determination (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write)
+mv ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt{,.skip}
+# Bug #40576 (double values are truncated to 6 decimal digits when encoding)
+mv ext/xmlrpc/tests/bug40576.phpt{,.skip}
This page took 0.063869 seconds and 4 git commands to generate.