[xdebug-dev] Bug 0000281: xdebug 200rc5-dev "test'sh" FAILures w/ php 524-dev

From: <noreply[@]lists.xdebug.org>
Date: Wed, 6 Jun 2007 20:14:53 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000281
======================================================================
Reporter: snowcrash
Handler:
======================================================================
Project: Xdebug
Bug ID: 281
Category: Installation
Reproducibility: always
Severity: major
Priority: normal
Status: new
Operating System: Darwin scd 8.9.0 Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC Power Macintosh powerpc
PHP Version: 5.2-dev
Xdebug Version: 2.0.0rc5-dev
======================================================================
Date Submitted: 2007-06-06 20:14 CEST
Last Modified: 2007-06-06 20:14 CEST
======================================================================
Summary: xdebug 200rc5-dev "test'sh" FAILures w/ php 524-dev
Description:
a few weeks ago i'd built up php 5.2 cvs head on osx 10.4.9.

checking, then, a corresponding co+build of xdebug-cvs (iirc, 2.0.0-rc4)
with,

        sh test.sh

where,

        cat /usr/local/build/xdebug-cvs/test.sh
        =====================================================================
        +++ TEST_PHP_EXECUTABLE=`which php` php -dxdebug.auto_trace=0
/usr/local/build/xdebug-cvs/run-tests.php tests/*.phpt
        =====================================================================

reported decent success,

...
=====================================================================
Number of tests : 87 69
Tests skipped : 18 ( 20.7%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 5 ( 5.7%) ( 7.2%)
Tests passed : 64 ( 73.6%) ( 92.8%)
---------------------------------------------------------------------
Time taken : 117 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test with internal callbacks [tests/array_map.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000173: Xdebug segfaults using SPL ArrayIterator.
[tests/bug00173.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000184: problem with control chars in code traces
[tests/bug00184.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000241: Crash in xdebug_get_function_stack().
[tests/bug00241.phpt]
xdebug_start_trace() without filename [tests/start_trace.phpt]
=====================================================================

but, doing same today, with fresh builds of php & xdebug (2.0.0rc5-dev),
testing reports,

=====================================================================
CWD : /usr/local/build/xdebug-cvs
PHP : /usr/local/bin/php
PHP_SAPI : cli
PHP_VERSION : 5.2.4-dev
ZEND_VERSION: 2.2.0
PHP_OS : Darwin - Darwin scd 8.9.0 Darwin Kernel Version 8.9.0: Thu
Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC Power
Macintosh
INI actual : /etc/php/php.ini
More .INIs :
Extra dirs :
=====================================================================
Running selected tests.
PASS Check for xdebug presence [tests/001.phpt]
FAIL Test with internal callbacks [tests/array_map.phpt]
FAIL Test for assertion callbacks [tests/assert_test.phpt]
FAIL Test with auto-trace [tests/auto_trace.phpt]
PASS Test for crash with a destructor [tests/bug00001.phpt]
PASS Test for traces to file [tests/bug00002.phpt]
FAIL Text for crash bug in tracing to file [tests/bug00003.phpt]
SKIP Test for segmentation fault with xdebug_get_function_stack() and
collect_params=1. (ZE1) [tests/bug00022-ze1.phpt] reason: Zend Engine 1
needed
FAIL Test for segmentation fault with xdebug_get_function_stack() and
collect_params=1. (ZE20) [tests/bug00022.phpt]
SKIP Test for segmentation fault with unusual variables (ZE1)
[tests/bug00032-ze1.phpt] reason: Zend Engine 1 needed
PASS Test for segmentation fault with unusual variables (ZE2.2)
[tests/bug00032-ze22.phpt]
SKIP Test for segmentation fault with unusual variables (ZE2)
[tests/bug00032.phpt] reason: Zend Engine 2.2 needed
SKIP Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000057: Crash with overloading functions (ZE1)
[tests/bug00057-ze1.phpt] reason: Zend Engine 1 needed
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000057: Crash with overloading functions (ZE2)
[tests/bug00057-ze2.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000089: var_dump shows empty strings garbled
[tests/bug00089.phpt]
FAIL Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000146: Array key names with quotes in traces are not
escaped [tests/bug00146.phpt]
SKIP Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000168: Memory error with DBGp eval when the result is an
array. [tests/bug00168.phpt] reason: Can only be tested through DBGp
FAIL Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000173: Xdebug segfaults using SPL ArrayIterator.
[tests/bug00173.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000176: Segfault using SplTempFileObject
[tests/bug00176.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000178: $php_errormsg and Track errors unavailable
[tests/bug00178.phpt]
FAIL Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000184: problem with control chars in code traces
[tests/bug00184.phpt]
SKIP Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000209: Additional remote debugging session started when
triggering shutdown function. [tests/bug00209.phpt] reason: Can only be
tested through DBGp
SKIP Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000212: coverage coverage inaccurate (ZE1).
[tests/bug00212a-ze1.phpt] reason: Zend Engine 1 needed
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000212: coverage coverage inaccurate (ZE2).
[tests/bug00212a.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000212: coverage coverage inaccurate.
[tests/bug00212b.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000212: coverage coverage inaccurate.
[tests/bug00212c.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000213: Dead code analysis doesn't take catches for throws
into account. [tests/bug00213.phpt]
FAIL Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000241: Crash in xdebug_get_function_stack().
[tests/bug00241.phpt]
FAIL Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000265: Xdebug's error handler breaks error_get_last().
[tests/bug00265.phpt]
PASS Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000280: var_dump don't display key of array as expected
[tests/bug00280.phpt]
FAIL Test for file/line correctness with call_user_func_array()
[tests/call_user_func_array.phpt]
FAIL Test call_user_func_array() with multiple files
[tests/call_user_func_array2.phpt]
SKIP Test with Code Coverage (ZE1) [tests/coverage-ze1.phpt] reason: Zend
Engine 1 needed
PASS Test with Code Coverage (ZE2) [tests/coverage.phpt]
SKIP Test with Code Coverage with unused lines (ZE1)
[tests/coverage2-ze1.phpt] reason: Zend Engine 1 needed
PASS Test with Code Coverage with unused lines (ZE2)
[tests/coverage2.phpt]
SKIP Test with Code Coverage with unused lines (ZE1)
[tests/coverage3-ze1.phpt] reason: Zend Engine 1 needed
PASS Test with Code Coverage with unused lines (ZE2)
[tests/coverage3.phpt]
PASS Test to see if exceptions still work with Xdebug's hook enabled.
[tests/exception.phpt]
PASS Test for xdebug_get_function_count [tests/function_counter.phpt]
PASS Test with xdebug_get_declared_vars() [tests/get_declared_vars.phpt]
SKIP Test with showing local variables on errors (ZE1)
[tests/local_vars_in_error-ze1.phpt] reason: Zend Engine 1 needed
FAIL Test with showing local variables on errors (ZE2)
[tests/local_vars_in_error.phpt]
PASS Test for xdebug.collect_params setting [tests/memory_usage.phpt]
PASS Test for xdebug_peak_memory_usage [tests/peak_memory_usage.phpt]
PASS Shutdown function [tests/shutdown.phpt]
PASS Test stack traces (level0, html) [tests/stacktrace_html_0.phpt]
FAIL Test stack traces (level1, html) [tests/stacktrace_html_1.phpt]
FAIL Test stack traces (level2, html) [tests/stacktrace_html_2.phpt]
FAIL Test stack traces (level3, html) [tests/stacktrace_html_3.phpt]
FAIL Test stack traces (level4, html) [tests/stacktrace_html_4.phpt]
FAIL Test stack traces (level4, html) [tests/stacktrace_html_4_novar.phpt]

PASS Test stack traces (level0, text) [tests/stacktrace_text_0.phpt]
FAIL Test stack traces (level1, text) [tests/stacktrace_text_1.phpt]
FAIL Test stack traces (level2, text) [tests/stacktrace_text_2.phpt]
FAIL Test stack traces (level3, text) [tests/stacktrace_text_3.phpt]
FAIL Test stack traces (level4, text) [tests/stacktrace_text_4.phpt]
FAIL Test stack traces (level4, text) [tests/stacktrace_text_4_novar.phpt]

PASS xdebug_start_trace() without filename [tests/start_trace.phpt]
FAIL Test with include file [tests/test1.phpt]
SKIP Test for nested indirect function call [tests/test10.phpt] reason:
Zend Engine 1 needed
FAIL Test for nested indirect function call [tests/test10b.phpt]
FAIL Test for indirect function call [tests/test11.phpt]
FAIL Test for complex parameters to functions [tests/test12.phpt]
FAIL Test for variable function calls [tests/test13.phpt]
SKIP Test for circular references (ZE1) [tests/test14.phpt] reason: Zend
Engine 1 needed
FAIL Test for circular references (ZE2) [tests/test14b.phpt]
FAIL Test for variable member functions [tests/test15.phpt]
SKIP Test for overloaded member functions / classes (ZE1)
[tests/test16.phpt] reason: Zend Engine 1 needed
FAIL Test for overloaded member functions / classes (ZE2)
[tests/test16b.phpt]
FAIL Test for internal parameters [tests/test17.phpt]
FAIL Test with eval() [tests/test18.phpt]
PASS Test for lots of calls to internal functions [tests/test19.phpt]
SKIP Test for static method calls [tests/test20.phpt] reason: Zend Engine
1 needed
FAIL Test for static method calls [tests/test20b.phpt]
PASS Test for xdebug_is_enabled, xdebug_disable and xdebug_enable
[tests/test3.phpt]
PASS Test for simple backtrace [tests/test4.phpt]
PASS Test for somewhat more complex backtrace [tests/test5.phpt]
SKIP Test for complex parameters to a function (ZE1)
[tests/test6-ze1.phpt] reason: Zend Engine 1 needed
FAIL Test for complex parameters to a function (ZE2) [tests/test6.phpt]
SKIP Test for class members [tests/test7.phpt] reason: Zend Engine 1
needed
FAIL Test for class members [tests/test7b.phpt]
FAIL Test for nested function calls [tests/test8.phpt]
SKIP Test for nested static method calls (ZE1) [tests/test9.phpt] reason:
Zend Engine 1 needed
FAIL Test for nested static method calls (ZE2) [tests/test9b.phpt]
FAIL Test with fibonacci numbers [tests/trace.phpt]
PASS Test for xdebug_call_*() [tests/xdebug_call.phpt]
PASS Test for xdebug_call_*(1) [tests/xdebug_call_depth.phpt]
PASS Test for xdebug_call_*(2) [tests/xdebug_call_depth2.phpt]
PASS Test for correct display with xdebug_var_dump() (ZE2)
[tests/xdebug_var_dump.phpt]
=====================================================================
Number of tests : 90 72
Tests skipped : 18 ( 20.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 39 ( 43.3%) ( 54.2%)
Tests passed : 33 ( 36.7%) ( 45.8%)
---------------------------------------------------------------------
Time taken : 262 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test with internal callbacks [tests/array_map.phpt]
Test for assertion callbacks [tests/assert_test.phpt]
Test with auto-trace [tests/auto_trace.phpt]
Text for crash bug in tracing to file [tests/bug00003.phpt]
Test for segmentation fault with xdebug_get_function_stack() and
collect_params=1. (ZE20) [tests/bug00022.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000146: Array key names with quotes in traces are not escaped
[tests/bug00146.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000173: Xdebug segfaults using SPL ArrayIterator.
[tests/bug00173.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000184: problem with control chars in code traces
[tests/bug00184.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000241: Crash in xdebug_get_function_stack().
[tests/bug00241.phpt]
Test for bug http://bugs.xdebug.org/bug_view_page.php?bug_id=0000265: Xdebug's error handler breaks error_get_last().
[tests/bug00265.phpt]
Test for file/line correctness with call_user_func_array()
[tests/call_user_func_array.phpt]
Test call_user_func_array() with multiple files
[tests/call_user_func_array2.phpt]
Test with showing local variables on errors (ZE2)
[tests/local_vars_in_error.phpt]
Test stack traces (level1, html) [tests/stacktrace_html_1.phpt]
Test stack traces (level2, html) [tests/stacktrace_html_2.phpt]
Test stack traces (level3, html) [tests/stacktrace_html_3.phpt]
Test stack traces (level4, html) [tests/stacktrace_html_4.phpt]
Test stack traces (level4, html) [tests/stacktrace_html_4_novar.phpt]
Test stack traces (level1, text) [tests/stacktrace_text_1.phpt]
Test stack traces (level2, text) [tests/stacktrace_text_2.phpt]
Test stack traces (level3, text) [tests/stacktrace_text_3.phpt]
Test stack traces (level4, text) [tests/stacktrace_text_4.phpt]
Test stack traces (level4, text) [tests/stacktrace_text_4_novar.phpt]
Test with include file [tests/test1.phpt]
Test for nested indirect function call [tests/test10b.phpt]
Test for indirect function call [tests/test11.phpt]
Test for complex parameters to functions [tests/test12.phpt]
Test for variable function calls [tests/test13.phpt]
Test for circular references (ZE2) [tests/test14b.phpt]
Test for variable member functions [tests/test15.phpt]
Test for overloaded member functions / classes (ZE2) [tests/test16b.phpt]
Test for internal parameters [tests/test17.phpt]
Test with eval() [tests/test18.phpt]
Test for static method calls [tests/test20b.phpt]
Test for complex parameters to a function (ZE2) [tests/test6.phpt]
Test for class members [tests/test7b.phpt]
Test for nested function calls [tests/test8.phpt]
Test for nested static method calls (ZE2) [tests/test9b.phpt]
Test with fibonacci numbers [tests/trace.phpt]
=====================================================================

happy to provide any add'l info.

cheers.
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-06-06 20:14snowcrash New Bug
2007-06-06 20:14snowcrash Bug Monitored: snowcrash
======================================================================
Received on Wed Jun 06 2007 - 20:14:56 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST