Advertisement
gustawdaniel

PHP_BunsenLabs_Test

Dec 18th, 2016
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.49 KB | None | 0 0
  1. =====================================================================
  2. TEST RESULT SUMMARY
  3. ---------------------------------------------------------------------
  4. Exts skipped    :   24
  5. Exts tested     :   51
  6. ---------------------------------------------------------------------
  7.  
  8. Number of tests : 14763             11758
  9. Tests skipped   : 3005 ( 20.4%) --------
  10. Tests warned    :    6 (  0.0%) (  0.1%)
  11. Tests failed    :    3 (  0.0%) (  0.0%)
  12. Expected fail   :   39 (  0.3%) (  0.3%)
  13. Tests passed    : 11710 ( 79.3%) ( 99.6%)
  14. ---------------------------------------------------------------------
  15. Time taken      : 2664 seconds
  16. =====================================================================
  17.  
  18. =====================================================================
  19. EXPECTED FAILED TEST SUMMARY
  20. ---------------------------------------------------------------------
  21. Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt]  XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
  22. bugs 48111 and 52176.
  23. Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
  24. Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
  25. Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]  XFAIL REASON: See Bug #48770
  26. Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]  XFAIL REASON: See Bug #48770
  27. Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]  XFAIL REASON: See Bug #48770
  28. bug #71428.1: inheritance with null default values [Zend/tests/bug71428.1.phpt]  XFAIL REASON: This is a BC break
  29. bug #71428: Validation type inheritance with = NULL [Zend/tests/bug71428.3.phpt]  XFAIL REASON: This is a BC break
  30. Initial value of static var in method depends on the include time of the class definition [Zend/tests/method_static_var.phpt]  XFAIL REASON: Maybe not a bug
  31. Bug #70228 (memleak if return in finally block) [Zend/tests/try/bug70228.phpt]  XFAIL REASON: See https://bugs.php.net/bug.php?id=70228
  32. DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
  33. DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
  34. DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
  35. DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
  36. DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
  37. DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
  38. DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
  39. DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
  40. DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
  41. DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
  42. DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
  43. DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
  44. DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
  45. DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
  46. DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
  47. DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
  48. DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
  49. DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
  50. Bug #55407 (Impossible to prototype DateTime::createFromFormat) [ext/date/tests/bug55407.phpt]  XFAIL REASON: Bug #55407
  51. RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt]  XFAIL REASON: Still not quite right
  52. RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt]  XFAIL REASON: Still not quite right
  53. Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]  XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
  54. Bug #67296 (filter_input doesn't validate variables) [ext/filter/tests/bug49184.phpt]  XFAIL REASON: See Bug #49184
  55. Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null [ext/filter/tests/bug67167.02.phpt]  XFAIL REASON: Requires php_zval_filter to not use convert_to_string for all filters.
  56. Phar: bug #69958: Segfault in Phar::convertToData on invalid file [ext/phar/tests/bug69958.phpt]  XFAIL REASON: Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
  57. Bug #69111 Crash in SessionHandler::read() [ext/session/tests/bug69111.phpt]  XFAIL REASON: It is still a leak
  58. Test basic function : variation3 use_trans_sid [ext/session/tests/session_basic3.phpt]  XFAIL REASON: Waiting url_scanner_ex.re fix. https://bugs.php.net/bug.php?id=68970
  59. Bug #70219 Use after free vulnerability in session deserializer [ext/standard/tests/serialize/bug70219.phpt]  XFAIL REASON: Unfinished merge, needs fix.
  60. Bug #70470 (Built-in server truncates headers spanning over TCP packets) [sapi/cli/tests/bug70470.phpt]  XFAIL REASON: bug is not fixed yet
  61. =====================================================================
  62.  
  63. =====================================================================
  64. FAILED TEST SUMMARY
  65. ---------------------------------------------------------------------
  66. Concatenating many small strings should not slowdown allocations [Zend/tests/concat_003.phpt]
  67. Font charmap order is deterministic based on order in the font, use the selected encoding [ext/gd/tests/imagettftext_charmap_order.phpt]
  68. Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality [ext/posix/tests/posix_kill_basic.phpt]
  69. =====================================================================
  70.  
  71. =====================================================================
  72. WARNED TEST SUMMARY
  73. ---------------------------------------------------------------------
  74. Temporary leak on exception [Zend/tests/temporary_cleaning_001.phpt] (warn: XFAIL section but test passes)
  75. Fundamental memory leak test on temporaries [Zend/tests/temporary_cleaning_003.phpt] (warn: XFAIL section but test passes)
  76. Temporary leak with switch [Zend/tests/temporary_cleaning_004.phpt] (warn: XFAIL section but test passes)
  77. Temporary leak with foreach [Zend/tests/temporary_cleaning_005.phpt] (warn: XFAIL section but test passes)
  78. Exception after separation during indirect write to fcall result [Zend/tests/temporary_cleaning_006.phpt] (warn: XFAIL section but test passes)
  79. Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization [ext/standard/tests/strings/bug72663_3.phpt] (warn: XFAIL section but test passes)
  80. =====================================================================
  81.  
  82. You may have found a problem in PHP.
  83. This report can be automatically sent to the PHP QA team at
  84. http://qa.php.net/reports and http://news.php.net/php.qa.reports
  85. This gives us a better understanding of PHP's behavior.
  86. If you don't want to send the report immediately you can choose
  87. option "s" to save it.  You can then email it to qa-reports@lists.php.net later.
  88. Do you want to send this report now? [Yns]: ys
  89.  
  90. Please enter your email address.
  91. (Your address will be mangled so that it will not go out on any
  92. mailinglist in plain text): gustaw.daniel@gmail.com
  93.  
  94. Posting to http://qa.php.net/buildtest-process.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement