Edit report at https://bugs.php.net/bug.php?id=51729&edit=1
ID: 51729 Updated by: carusogabr...@php.net Reported by: geiss...@php.net Summary: bitwiseShift* tests fail -Status: Open +Status: Closed Type: Bug Package: Testing related Operating System: Linux ia64 PHP Version: 5.3.2 -Assigned To: +Assigned To: carusogabriel Block user comment: N Private report: N New Comment: All the reported tests aren't failing anymore on Linux ia64. Previous Comments: ------------------------------------------------------------------------ [2010-05-03 20:35:39] geiss...@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" ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=51729&edit=1 -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php