Bug 120035 - Incorrect behavior on emscripten-compiled 64-bit math
Summary: Incorrect behavior on emscripten-compiled 64-bit math
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 16:14 PDT by Alon Zakai
Modified: 2013-08-21 11:13 PDT (History)
1 user (show)

See Also:


Attachments
testcase (211.59 KB, text/plain)
2013-08-19 16:14 PDT, Alon Zakai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Zakai 2013-08-19 16:14:56 PDT
Created attachment 209136 [details]
testcase

Related to bug 120033, another failure on the emscripten test suite, on a 64-bit math testcase. Output differs from v8 and sm, e.g. in jsc the last line is

signed 63: 0,4700334401769964867,4700334401769964867,-4700334401769964867,0,0,0,0,0

but should be

signed 63: 2635267980966005246,7574178278953946467,-8237297813789599903,-4938910297987941221,1110862422097806138,0,2,2635267980966005246,2303642317021935975
Comment 1 Alon Zakai 2013-08-21 11:13:41 PDT
This works, I assume fixed by the fix to bug 120033.