Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144216

Summary: dev-lang/php-5.1.4-r6 - tests fail & sandbox violation
Product: Gentoo Linux Reporter: Carsten Lohrke (RETIRED) <carlo>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Carsten Lohrke (RETIRED) gentoo-dev 2006-08-17 08:55:00 UTC
FAILED TEST SUMMARY
---------------------------------------------------------------------
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
InterBase: connect, close and pconnect [ext/interbase/tests/002.phpt]
InterBase: misc sql types (may take a while) [ext/interbase/tests/003.phpt]
InterBase: BLOB test [ext/interbase/tests/004.phpt]
InterBase: transactions [ext/interbase/tests/005.phpt]
InterBase: binding (may take a while) [ext/interbase/tests/006.phpt]
InterBase: array handling [ext/interbase/tests/007.phpt]
InterBase: event handling [ext/interbase/tests/008.phpt]
IPv6 Loopback test [ext/sockets/tests/ipv6loop.phpt]
Bug #26615 (exec crash on long input lines) [ext/standard/tests/file/bug26615.phpt]
Bug #26938 (exec does not read consecutive long lines correctly) [ext/standard/tests/file/bug26938.phpt]
proc_open() regression test 1 (proc_open() leak) [ext/standard/tests/file/proc_open01.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
Test 10: EXSLT Support [ext/xsl/tests/xslt010.phpt]
=====================================================================
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-lang_-_php-5.1.4-r6-24835.log"

open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
open_wr:   /opt/firebird/firebird.log (symlink to /var/log/firebird.log)
-------------------------------------------------------------------------------
Comment 1 Luca Longinotti (RETIRED) gentoo-dev 2007-03-05 17:57:37 UTC
Various test failures are expected, the ones I see are very much common and many of them happen on all my systems since a long time too... The PHP test-suite isn't perfect, sadly, and often fails or reports false-positives.
The sandbox violation is also normal, if you enable firebird support, it will try to execute the firebird tests, and if you don't have firebird started it will bail out. It's a prerogative to have started db-servers for the db-stuff one wants to test, already told that when I introduced the PHP test suite, just need to document it properly... And I'll work on improving some things in the near future wrt PHP tests.
Still I consider this pretty much normal and will thus close the bug.
Best regards, CHTEKK.