todo:tests54

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
todo:tests54 [2011/07/11 09:26] – link to qa/reports bjoritodo:tests54 [2011/09/10 05:36] – [Tested 2011-09-07 on Mac OS X] stas
Line 3: Line 3:
 ===== Test failure interface ===== ===== Test failure interface =====
 A pretty interface to see test failures and their diffs can be found at http://qa.php.net/reports/ A pretty interface to see test failures and their diffs can be found at http://qa.php.net/reports/
-===== Tested 2011-05-14 on Mac OS X =====+===== Tested 2011-09-07 on Mac OS X ===== 
 +Using mysqlnd driver
 <code> <code>
-Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt] +Testing register_shutdown_function() with timeout. (Bug#21513) [tests/func/005a.phpt] 
-Test open_basedir configuration [tests/security/open_basedir_readlink.phpt] +Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters) [ext/mbstring/tests/bug28220.phpt] 
-Test open_basedir configuration [tests/security/open_basedir_unlink.phpt] +Bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on) [ext/mbstring/tests/bug49536.phpt] 
-Testing declare statement with several type values [Zend/tests/declare_001.phpt] +Unicode standard conformance test (ill-formed UTF sequences.) [ext/mbstring/tests/illformed_utf_sequences.phpt] 
-Scripts with flex-incompatible encoding without suitable conversion strategy [Zend/tests/multibyte/multibyte_encoding_006.phpt] +int mysqli_poll() and kill [ext/mysqli/tests/mysqli_poll_kill.phpt] 
-Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt] +MySQL PDO->__construct() - Generic + DSN [ext/pdo_mysql/tests/pdo_mysql___construct.phpt] 
-Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] +MySQL PDO->exec(), affected rows [ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt] 
-Bug #51866 (Lenient parsing with parseFromFormat) [ext/date/tests/bug51866.phpt] +MySQL PDOStatement->execute()/fetch(), Non-SELECT [ext/pdo_mysql/tests/pdo_mysql_subclass.phpt]
-Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format) [ext/date/tests/bug51994.phpt] +
-Test gmstrftime() function : usage variation - Checking Preferred date and time representation other than  +
-on Windows. [ext/date/tests/gmstrftime_variation22.phpt] +
-Test strftime(function : usage variation - Checking Preferred date and time representation other than on Windows. [ext/date/tests/strftime_variation22.phpt] +
-DOMDocument::$validateOnParse - effectual determination (dom_document_validate_on_parse_read/dom_document_ +
-validate_on_parse_write) [ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt] +
-Bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers) [ext/iconv/tests/bug52941.phpt] +
-iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] +
-mysql connect [ext/mysql/tests/001.phpt] +
-mysql_connect() [ext/mysql/tests/mysql_connect.phpt] +
-mysql_[p]connect() max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt] +
-mysqli_connect() [ext/mysqli/tests/mysqli_connect.phpt] +
-new mysqli() [ext/mysqli/tests/mysqli_connect_oo.phpt] +
-new mysqli() [ext/mysqli/tests/mysqli_connect_oo_defaults.phpt] +
-MySQL PDO->__construct(), options [ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt] +
-MySQL PDO->__construct(), libmysql only options [ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt] +
-PDO MySQL specific class constants [ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt] +
-MySQL PDO class interface [ext/pdo_mysql/tests/pdo_mysql_interface.phpt] +
-Test for bug 52013 about Phar::decompressFiles(). [ext/phar/tests/bug52013.phpt] +
-Phar object: basics [ext/phar/tests/phar_oo_001.phpt] +
-Phar and RecursiveDirectoryIterator [ext/phar/tests/phar_oo_005.phpt] +
-ReflectionExtension::getINIEntries() [ext/reflection/tests/015.phpt] +
-Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss) [ext/session/tests/bug26862.phpt] +
-Test session_encode() function : basic functionality [ext/session/tests/session_encode_basic.phpt] +
-SimpleXML: XPath [ext/simplexml/tests/008.phpt] +
-SPL: DirectoryIterator test getGroup [ext/spl/tests/DirectoryIterator_getGroup_basic.phpt] +
-SPL: Spl Directory Iterator test getOwner [ext/spl/tests/DirectoryIterator_getOwner_basic.phpt] +
-SPL: Spl File Info test getGroup [ext/spl/tests/SplFileInfo_getGroup_basic.phpt] +
-SPL: Spl File Info test getOwner [ext/spl/tests/SplFileInfo_getOwner_basic.phpt]+
 Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt] Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt]
-Test umask() function : usage variation [ext/standard/tests/file/umask_variation3.phpt] +Bug #54623Segfault when when writing to a persistent socket after closing a copy of the socket [ext/standard/tests/streams/bug54623.phpt]
-Test function getservbyname() by substituting argument 2 with emptyUnsetUndefNull values. [ext/standard/tests/general_functions/getservbyname_variation10.phpt] +
-Test function getservbyname() by substituting argument 2 with boolean values. [ext/standard/tests/general_functions/getservbyname_variation9.phpt] +
-proc_nice() basic behaviour [ext/standard/tests/general_functions/proc_nice_basic.phpt] +
-Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic2.phpt] +
-Test mail() function : variation force extra parameters [ext/standard/tests/mail/mail_variation2.phpt] +
-Bug #45712 (NaN/INF comparison) [ext/standard/tests/math/bug45712.phpt] +
-Test gethostbynamel() function error conditions [ext/standard/tests/network/gethostbynamel_error.phpt] +
-serialize()/unserialize()/var_dump() [ext/standard/tests/serialize/001.phpt] +
-Test serialize() & unserialize() functions: arrays (circular references) [ext/standard/tests/serialize/serialization_arrays_001.phpt] +
-Test serialize() & unserialize() functions: many types [ext/standard/tests/serialize/serialization_miscTypes_001.phpt] +
-Test serialize() & unserialize() functions: objects [ext/standard/tests/serialize/serialization_objects_001.phpt] +
-Test serialize() & unserialize() functions: objects (variations) [ext/standard/tests/serialize/serialization_objects_002.phpt] +
-Test serialize() & unserialize() functions: objects (abstract classes) [ext/standard/tests/serialize/serialization_objects_003.phpt] +
-htmlentities() test 4 (setlocale / ja_JP.EUC-JP) [ext/standard/tests/strings/htmlentities04.phpt] +
-htmlentities() test 15 (setlocale / KOI8-R) [ext/standard/tests/strings/htmlentities15.phpt] +
-Test nl_langinfo() function :  unexpected inputs for '$tem' argument [ext/standard/tests/strings/nl_langinfo_variation1.phpt] +
-Test strtolower() function [ext/standard/tests/strings/strtolower.phpt] +
-Test strtoupper() function [ext/standard/tests/strings/strtoupper1.phpt] +
-Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt] +
-zlib.output_compression [ext/zlib/tests/ob_003.phpt] +
-ob_gzhandler [ext/zlib/tests/ob_004.phpt] +
-ob_gzhandler [ext/zlib/tests/ob_005.phpt]+
 </code> </code>
todo/tests54.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1