Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345293 - dev-lang/php-5.3.3-r1 exhibits minor test failures on SPARC
Summary: dev-lang/php-5.3.3-r1 exhibits minor test failures on SPARC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Sparc64 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-13 14:34 UTC by Alex Buell
Modified: 2011-02-07 05:48 UTC (History)
1 user (show)

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 Alex Buell 2010-11-13 14:34:06 UTC
* The following test cases failed unexpectedly:
 *   ./ext/phar/tests/phar_oo_005
 *   ./ext/phar/tests/bug52013
 *   ./ext/reflection/tests/ReflectionObject_getConstructor_basic
 *   ./ext/reflection/tests/ReflectionMethod_constructor_basic
 *   ./ext/reflection/tests/ReflectionClass_getConstructor_basic
 *   ./ext/openssl/tests/openssl_x509_parse_basic
 *   ./ext/openssl/tests/bug47828
 *   ./ext/openssl/tests/bug28382
 *   ./ext/date/tests/date_modify_variation2
 *   ./ext/date/tests/DateTime_modify_variation1
 *   ./ext/date/tests/bug51819
 *   ./ext/date/tests/bug51994
 *   ./ext/date/tests/bug52290
 *   ./ext/date/tests/timezone_abbreviations_list_basic1
 *   ./ext/date/tests/bug48187
 *   ./ext/date/tests/bug50475
 *   ./ext/date/tests/010
 *   ./ext/dom/tests/DOMDocument_validate_on_parse_variation
 *   ./ext/dom/tests/dom005
 *   ./ext/readline/tests/readline_callback_handler_remove_001
 *   ./ext/readline/tests/readline_callback_handler_install_001
 *   ./ext/ereg/tests/spliti_variation_004
 *   ./ext/ereg/tests/split_variation_004
 *   ./ext/session/tests/015
 *   ./ext/session/tests/bug36459
 *   ./ext/session/tests/020
 *   ./ext/session/tests/014
 *   ./ext/session/tests/018
 *   ./ext/session/tests/021
 *   ./ext/session/tests/bug41600
 *   ./ext/session/tests/session_encode_error2
 *   ./ext/simplexml/tests/008
 *   ./ext/simplexml/tests/034
 *   ./ext/standard/tests/file/bug39863
 *   ./ext/standard/tests/general_functions/var_export_basic3
 *   ./ext/standard/tests/general_functions/bug44394_2
 *   ./ext/standard/tests/php_ini_loaded_file
 *   ./ext/standard/tests/strings/setlocale_variation2
 *   ./ext/standard/tests/strings/htmlentities17
 *   ./ext/standard/tests/strings/htmlspecialchars_decode_variation2
 *   ./ext/gd/tests/bug48555
 *   ./ext/dba/tests/dba_optimize
 *   ./ext/dba/tests/dba_db4_005
 *   ./ext/dba/tests/dba_db4_018
 *   ./ext/dba/tests/bug36436
 *   ./ext/dba/tests/dba_sync
 *   ./ext/dba/tests/dba_db4_006
 *   ./ext/dba/tests/dba_db4_013
 *   ./ext/dba/tests/dba_db4_016
 *   ./ext/dba/tests/dba_db4_000
 *   ./ext/dba/tests/dba_db4_008
 *   ./ext/dba/tests/dba_db4_015
 *   ./ext/dba/tests/bug49125
 *   ./ext/dba/tests/dba011
 *   ./Zend/tests/bug45877
 *   ./Zend/tests/bug48770_2
 *   ./Zend/tests/access_modifiers_009
 *   ./Zend/tests/bug48770_3
 *   ./Zend/tests/bug48770
 *   ./Zend/tests/access_modifiers_008
 *   ./sapi/cli/tests/016
 *   ./tests/classes/constants_error_004
 *   ./tests/output/ob_011

Those are minor and should not prelude its stabilisation. These needs to be reported upstream. 

Reproducible: Always
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2010-11-20 16:23:34 UTC
Thanks for the report. Currently, quite a lot of your test-failures also happen to me on amd64. I'll investigate them.
  
Comment 2 Alex Buell 2010-11-20 18:13:28 UTC
I think these are related to aligned accesses, the SPARC platform is very picky about aligned accesses which is why it is a great platform for finiding these issues!
Comment 3 Matti Bickel (RETIRED) gentoo-dev 2011-01-24 00:13:07 UTC
Can we do another run for php-5.3.5? I'll push those upstream, then. Guess they're not that interested in 5.3.3 anymore ;)
Comment 4 Alex Buell 2011-01-24 00:58:46 UTC
OK, I'll see if I can get that re-test with 5.3.5 sorted soon. Not yet though. 
Comment 5 Alex Buell 2011-02-06 23:23:05 UTC
I can now confirm on SPARC, dev-lang/php-5.3.5-r1 passes its tests. 
Comment 6 Ole Markus With (RETIRED) gentoo-dev 2011-02-07 05:48:58 UTC
Thank you for the testing, Alex