From:             geissert
Operating system: Linux ia64
PHP version:      5.3.2
Package:          Scripting Engine problem
Bug Type:         Bug
Bug description:bitwiseShift* tests fail

Description:
------------
On ia64 the following tests (test names relative t tests/lang/operators/)
fail:



bitwiseShiftLeft_basiclong_64bit.phpt

bitwiseShiftLeft_variationStr_64bit.phpt

bitwiseShiftRight_basiclong_64bit.phpt

bitwiseShiftRight_variationStr.phpt



The contents of the .log files can be found at (first is run-tests.php's
output, later followed by the content of each .log file):

http://alioth.debian.org/~geissert/php/5.3.2-1_ia64.tests.log.gz



gcc's version and optimisation level are irrelevant.

Actual result:
--------------
For example, the diff of bitwiseShiftRight_variationStr.phpt:



032+ string(2) "30"

032- string(4) "3332"

060+ string(4) "2d31"

060- string(6) "2d3232"

116+ string(4) "2d31"

116- string(4) "2d34"

172+ string(2) "30"

172- string(4) "3631"

200+ string(2) "30"

200- string(4) "3631"

228+ string(2) "30"

228- string(4) "3631"

256+ string(2) "30"

256- string(4) "3631"

284+ string(2) "30"

284- string(4) "3631"

312+ string(2) "30"

312- string(4) "3631"

340+ string(2) "30"

340- string(2) "31"

-- 
Edit bug report at http://bugs.php.net/bug.php?id=51729&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=51729&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=51729&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=51729&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=51729&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51729&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=51729&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=51729&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=51729&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=51729&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=51729&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=51729&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=51729&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=51729&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=51729&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=51729&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=51729&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=51729&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=51729&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=51729&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=51729&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=51729&r=mysqlcfg

Reply via email to