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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 08:01:30 2024 UTC