1. =====================================================================
  2. EXPECTED FAILED TEST SUMMARY
  3. ---------------------------------------------------------------------
  4. Inconsistencies when accessing protected members [C:\dev\php-src\Zend\tests\access_modifiers_008.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
  5. Inconsistencies when accessing protected members - 2 [C:\dev\php-src\Zend\tests\access_modifiers_009.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
  6. Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [C:\dev\php-src\Zend\tests\bug48770.phpt] XFAIL REASON: See Bug #48770
  7. Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [C:\dev\php-src\Zend\tests\bug48770_2.phpt] XFAIL REASON: See Bug #48770
  8. Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [C:\dev\php-src\Zend\tests\bug48770_3.phpt] XFAIL REASON: See Bug #48770
  9. Bug #63336 (invalid E_NOTICE error occur) [C:\dev\php-src\Zend\tests\bug63336.phpt] XFAIL REASON: Bug is not fixed yet
  10. GC 033: Crash in GC while run with phpspec [C:\dev\php-src\Zend\tests\gc_033.phpt] XFAIL REASON: Full GC root buffer not handled correctly yet
  11. Initial value of static var in method depends on the include time of the class definition [C:\dev\php-src\Zend\tests\method_static_var.phpt] XFAIL REASON: Maybe not a bug
  12. DateTime::add() -- fall type2 type3 [C:\dev\php-src\ext\date\tests\DateTime_add-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
  13. DateTime::add() -- fall type3 type2 [C:\dev\php-src\ext\date\tests\DateTime_add-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
  14. DateTime::add() -- fall type3 type3 [C:\dev\php-src\ext\date\tests\DateTime_add-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
  15. DateTime::add() -- spring type2 type3 [C:\dev\php-src\ext\date\tests\DateTime_add-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
  16. DateTime::add() -- spring type3 type2 [C:\dev\php-src\ext\date\tests\DateTime_add-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
  17. DateTime::add() -- spring type3 type3 [C:\dev\php-src\ext\date\tests\DateTime_add-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
  18. DateTime::diff() -- fall type2 type3 [C:\dev\php-src\ext\date\tests\DateTime_diff-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
  19. DateTime::diff() -- fall type3 type2 [C:\dev\php-src\ext\date\tests\DateTime_diff-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
  20. DateTime::diff() -- fall type3 type3 [C:\dev\php-src\ext\date\tests\DateTime_diff-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
  21. DateTime::diff() -- spring type2 type3 [C:\dev\php-src\ext\date\tests\DateTime_diff-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
  22. DateTime::diff() -- spring type3 type2 [C:\dev\php-src\ext\date\tests\DateTime_diff-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
  23. DateTime::diff() -- spring type3 type3 [C:\dev\php-src\ext\date\tests\DateTime_diff-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
  24. DateTime::sub() -- fall type2 type3 [C:\dev\php-src\ext\date\tests\DateTime_sub-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
  25. DateTime::sub() -- fall type3 type2 [C:\dev\php-src\ext\date\tests\DateTime_sub-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
  26. DateTime::sub() -- fall type3 type3 [C:\dev\php-src\ext\date\tests\DateTime_sub-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
  27. DateTime::sub() -- spring type2 type3 [C:\dev\php-src\ext\date\tests\DateTime_sub-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
  28. DateTime::sub() -- spring type3 type2 [C:\dev\php-src\ext\date\tests\DateTime_sub-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
  29. DateTime::sub() -- spring type3 type3 [C:\dev\php-src\ext\date\tests\DateTime_sub-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
  30. RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2) [C:\dev\php-src\ext\date\tests\rfc-datetime_and_daylight_saving_time-type3-bd2.phpt] XFAIL REASON: Still not quite right
  31. RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs) [C:\dev\php-src\ext\date\tests\rfc-datetime_and_daylight_saving_time-type3-fs.phpt] XFAIL REASON: Still not quite right
  32. =====================================================================
  33. =====================================================================
  34. FAILED TEST SUMMARY
  35. ---------------------------------------------------------------------
  36. Bug #35655 (whitespace following end of heredoc is lost) [C:\dev\php-src\Zend\tests\bug35655.phpt]
  37. Bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP>=5.3) [C:\dev\php-src\Zend\tests\bug48930.phpt]
  38. Heredoc with double quotes and wrong prefix [C:\dev\php-src\Zend\tests\heredoc_013.phpt]
  39. Testinh heredoc syntax [C:\dev\php-src\Zend\tests\heredoc_017.phpt]
  40. Testing heredoc with tabs before identifier [C:\dev\php-src\Zend\tests\heredoc_018.phpt]
  41. Test whitespace following end of nowdoc [C:\dev\php-src\Zend\tests\nowdoc_013.phpt]
  42. Highlighting empty nowdoc [C:\dev\php-src\Zend\tests\nowdoc_014.phpt]
  43. Test nowdoc and line numbering [C:\dev\php-src\Zend\tests\nowdoc_015.phpt]
  44. ReflectionFunction basic tests [C:\dev\php-src\ext\reflection\tests\009.phpt]
  45. ReflectionFunction basic tests [C:\dev\php-src\ext\reflection\tests\025.phpt]
  46. SPL: SplFileObject::seek'ing [C:\dev\php-src\ext\spl\tests\fileobject_001.phpt]
  47. SPL: SplFileObject::fgetc [C:\dev\php-src\ext\spl\tests\fileobject_002.phpt]
  48. Test mkdir() and rmdir() functions: usage variations [C:\dev\php-src\ext\standard\tests\file\mkdir_rmdir_variation-win32.phpt]
  49. Test popen() and pclose function: basic functionality [C:\dev\php-src\ext\standard\tests\file\popen_pclose_basic-win32.phpt]
  50. highlight_string() handling of heredoc [C:\dev\php-src\ext\standard\tests\general_functions\highlight_heredoc.phpt]
  51. parse_ini_string() multiple calls [C:\dev\php-src\ext\standard\tests\general_functions\parse_ini_string_002.phpt]
  52. Test addslashes() function : usage variations - strings with characters to be backslashed [C:\dev\php-src\ext\standard\tests\strings\addslashes_variation2.phpt]
  53. Bug #21453 (handling of non-encoded <) [C:\dev\php-src\ext\standard\tests\strings\bug21453.phpt]
  54. Bug #65769 localeconv() broken in TS builds [C:\dev\php-src\ext\standard\tests\strings\bug65769.phpt]
  55. Test chunk_split() function : usage variations - different strings for 'ending' with heredoc 'str' [C:\dev\php-src\ext\standard\tests\strings\chunk_split_variation11.phpt]
  56. Test chunk_split() function : usage variations - different heredoc strings for 'ending' argument [C:\dev\php-src\ext\standard\tests\strings\chunk_split_variation12.phpt]
  57. Test crc32() function : usage variations - single quoted strings [C:\dev\php-src\ext\standard\tests\strings\crc32_variation2.phpt]
  58. Test crc32() function : usage variations - double quoted strings [C:\dev\php-src\ext\standard\tests\strings\crc32_variation3.phpt]
  59. Test crc32() function : usage variations - heredoc strings [C:\dev\php-src\ext\standard\tests\strings\crc32_variation4.phpt]
  60. Test ltrim() function [C:\dev\php-src\ext\standard\tests\strings\ltrim.phpt]
  61. Test nl2br() function : usage variations - single quoted strings for 'str' argument [C:\dev\php-src\ext\standard\tests\strings\nl2br_variation2.phpt]
  62. php_strip_whitespace() tests [C:\dev\php-src\ext\standard\tests\strings\php_strip_whitespace.phpt]
  63. Test function show_source() by calling it with its expected arguments, more test for highlight_file() [C:\dev\php-src\ext\standard\tests\strings\show_source_basic.phpt]
  64. Test function show_source() by calling it with its expected arguments and php output, more test for highlight_file() [C:\dev\php-src\ext\standard\tests\strings\show_source_variation1.phpt]
  65. Test function show_source() by calling it with its expected arguments and output to variable, more test for highlight_file() [C:\dev\php-src\ext\standard\tests\strings\show_source_variation2.phpt]
  66. sprintf %f #2 [C:\dev\php-src\ext\standard\tests\strings\sprintf_f_2.phpt]
  67. str_ireplace() tests [C:\dev\php-src\ext\standard\tests\strings\str_ireplace.phpt]
  68. Test str_replace() function [C:\dev\php-src\ext\standard\tests\strings\str_replace_variation3.phpt]
  69. str_word_count() [C:\dev\php-src\ext\standard\tests\strings\str_word_count.phpt]
  70. Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and len args [C:\dev\php-src\ext\standard\tests\strings\strcspn_variation6.phpt]
  71. Test strcspn() function : usage variations - with heredoc strings, varying start and default len args [C:\dev\php-src\ext\standard\tests\strings\strcspn_variation7.phpt]
  72. Test strcspn() function : usage variations - with heredoc strings, varying start and len args [C:\dev\php-src\ext\standard\tests\strings\strcspn_variation8.phpt]
  73. Test stripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments [C:\dev\php-src\ext\standard\tests\strings\stripos_variation1.phpt]
  74. Test stripos() function : usage variations - multi line heredoc string for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\stripos_variation3.phpt]
  75. Test stripos() function : usage variations - heredoc string containing special chars for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\stripos_variation4.phpt]
  76. Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\stripos_variation5.phpt]
  77. Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\stripos_variation6.phpt]
  78. Test stripslashes() function : usage variations - strings with newline and tab characters [C:\dev\php-src\ext\standard\tests\strings\stripslashes_variation3.phpt]
  79. Test strncasecmp() function: usage variations - heredoc strings [C:\dev\php-src\ext\standard\tests\strings\strncasecmp_variation9.phpt]
  80. Test strrchr() function : usage variations - multi line heredoc string for 'haystack' [C:\dev\php-src\ext\standard\tests\strings\strrchr_variation3.phpt]
  81. Test strrchr() function : usage variations - heredoc string containing special chars for 'haystack' [C:\dev\php-src\ext\standard\tests\strings\strrchr_variation4.phpt]
  82. Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack' [C:\dev\php-src\ext\standard\tests\strings\strrchr_variation6.phpt]
  83. Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments [C:\dev\php-src\ext\standard\tests\strings\strripos_variation1.phpt]
  84. Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\strripos_variation3.phpt]
  85. Test strripos() function : usage variations - heredoc string containing special chars for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\strripos_variation4.phpt]
  86. Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\strripos_variation5.phpt]
  87. Test strrpos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments [C:\dev\php-src\ext\standard\tests\strings\strrpos_variation1.phpt]
  88. Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\strrpos_variation3.phpt]
  89. Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\strrpos_variation5.phpt]
  90. Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argument [C:\dev\php-src\ext\standard\tests\strings\strrpos_variation6.phpt]
  91. Test strspn() function : usage variations - with heredoc strings, varying mask & default start and len args [C:\dev\php-src\ext\standard\tests\strings\strspn_variation6.phpt]
  92. Test strspn() function : usage variations - with heredoc strings, varying start and default len args [C:\dev\php-src\ext\standard\tests\strings\strspn_variation7.phpt]
  93. Test strspn() function : usage variations - with heredoc strings, varying start and len args [C:\dev\php-src\ext\standard\tests\strings\strspn_variation8.phpt]
  94. Test strtok() function : usage variations - with heredoc strings [C:\dev\php-src\ext\standard\tests\strings\strtok_variation3.phpt]
  95. Test strtr() function : usage variations - regular & numeric strings for 'str' argument [C:\dev\php-src\ext\standard\tests\strings\strtr_variation1.phpt]
  96. Test strtr() function : usage variations - string containing special chars for 'str' argument [C:\dev\php-src\ext\standard\tests\strings\strtr_variation2.phpt]
  97. Test vfprintf() function : usage variations - hexa formats with non-hexa values [C:\dev\php-src\ext\standard\tests\strings\vfprintf_variation14.phpt]
  98. Test vfprintf() function : usage variations - unsigned formats with signed and other types of values [C:\dev\php-src\ext\standard\tests\strings\vfprintf_variation16.phpt]
  99. Test vfprintf() function : usage variations - scientific formats with non-scientific values [C:\dev\php-src\ext\standard\tests\strings\vfprintf_variation18.phpt]
  100. Test vfprintf() function : usage variations - int formats with non-integer values [C:\dev\php-src\ext\standard\tests\strings\vfprintf_variation4.phpt]
  101. Test vfprintf() function : usage variations - float formats with non-float values [C:\dev\php-src\ext\standard\tests\strings\vfprintf_variation6.phpt]
  102. Test vfprintf() function : usage variations - string formats with non-string values [C:\dev\php-src\ext\standard\tests\strings\vfprintf_variation8.phpt]
  103. Test vprintf() function : usage variations - octal formats with non-octal values [C:\dev\php-src\ext\standard\tests\strings\vprintf_variation12.phpt]
  104. Test vprintf() function : usage variations - hexa formats with non-hexa values [C:\dev\php-src\ext\standard\tests\strings\vprintf_variation14.phpt]
  105. Test vprintf() function : usage variations - unsigned formats with signed and other types of values [C:\dev\php-src\ext\standard\tests\strings\vprintf_variation16.phpt]
  106. Test vprintf() function : usage variations - scientific formats with non-scientific values [C:\dev\php-src\ext\standard\tests\strings\vprintf_variation18.phpt]
  107. Test vprintf() function : usage variations - float formats with non-float values [C:\dev\php-src\ext\standard\tests\strings\vprintf_variation6.phpt]
  108. Test vprintf() function : usage variations - string formats with non-string values [C:\dev\php-src\ext\standard\tests\strings\vprintf_variation8.phpt]
  109. Test vsprintf() function : usage variations - octal formats with non-octal values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation12.phpt]
  110. Test vsprintf() function : usage variations - hexa formats with non-hexa values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation14.phpt]
  111. Test vsprintf() function : usage variations - unsigned formats with signed and other types of values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation16.phpt]
  112. Test vsprintf() function : usage variations - scientific formats with non-scientific values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation18.phpt]
  113. Test vsprintf() function : usage variations - int formats with non-integer values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation4.phpt]
  114. Test vsprintf() function : usage variations - float formats with non-float values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation6.phpt]
  115. Test vsprintf() function : usage variations - string formats with non-string values [C:\dev\php-src\ext\standard\tests\strings\vsprintf_variation8.phpt]
  116. syntax highlighting [C:\dev\php-src\sapi\cli\tests\014.phpt]
  117. Post a file [C:\dev\php-src\sapi\cli\tests\php_cli_server_005.phpt]
  118. Bug #60477: Segfault after two multipart/form-data POST requestes [C:\dev\php-src\sapi\cli\tests\php_cli_server_014.phpt]
  119. STDIN input [C:\dev\php-src\tests\run-test\test010.phpt]
  120. =====================================================================
  121. =====================================================================
  122. WARNED TEST SUMMARY
  123. ---------------------------------------------------------------------
  124. Memleaks if unserialize return a self-referenced array/object [C:\dev\php-src\ext\standard\tests\serialize\unserialize_mem_leak.phpt] (warn: XFAIL section but test passes)
  125. =====================================================================
  126. =====================================================================
  127. TEST RESULT SUMMARY
  128. ---------------------------------------------------------------------
  129. Exts skipped : 69
  130. Exts tested : 6
  131. ---------------------------------------------------------------------
  132. Number of tests : 13565 7136
  133. Tests skipped : 6429 ( 47.4%) --------
  134. Tests warned : 1 ( 0.0%) ( 0.0%)
  135. Tests failed : 84 ( 0.6%) ( 1.2%)
  136. Expected fail : 28 ( 0.2%) ( 0.4%)
  137. Tests passed : 7023 ( 51.8%) ( 98.4%)
  138. ---------------------------------------------------------------------
  139. Time taken : 1420 seconds
  140. =====================================================================