[Webkit-unassigned] [Bug 54586] New: [arm] In javascript, ">> 0" operation failed on arm-based platform
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 16 14:05:25 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54586
Summary: [arm] In javascript, ">> 0" operation failed on
arm-based platform
Product: WebKit
Version: 528+ (Nightly build)
Platform: S60 Hardware
OS/Version: S60 3rd edition
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cshu at webkit.org
The following test fails on s60, which uses arm chips.
<script>
r = 100;
document.writeln((r >> 0 == 100) ? 'pass' : 'fail');
</script>
It's interesting that "100 >> 0" works fine.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list