php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51729 bitwiseShift* tests fail
Submitted: 2010-05-03 20:35 UTC Modified: 2018-08-05 22:57 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: geissert@php.net Assigned: carusogabriel (profile)
Status: Closed Package: Testing related
PHP Version: 5.3.2 OS: Linux ia64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: geissert@php.net
New email:
PHP Version: OS:

 

 [2010-05-03 20:35 UTC] geissert@php.net
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"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-26 23:02 UTC] tyrael@php.net
-Package: Scripting Engine problem +Package: Testing related
 [2018-08-05 22:57 UTC] carusogabriel@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: carusogabriel
 [2018-08-05 22:57 UTC] carusogabriel@php.net
All the reported tests aren't failing anymore on Linux ia64.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 08:01:27 2025 UTC