Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144216 - dev-lang/php-5.1.4-r6 - tests fail & sandbox violation
Summary: dev-lang/php-5.1.4-r6 - tests fail & sandbox violation
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 08:55 UTC by Carsten Lohrke (RETIRED)
Modified: 2007-03-05 17:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.