RESOLVED FIXED 120035
Incorrect behavior on emscripten-compiled 64-bit math
https://bugs.webkit.org/show_bug.cgi?id=120035
Summary Incorrect behavior on emscripten-compiled 64-bit math
Alon Zakai
Reported 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
Attachments
testcase (211.59 KB, text/plain)
2013-08-19 16:14 PDT, Alon Zakai
no flags
Alon Zakai
Comment 1 2013-08-21 11:13:41 PDT
This works, I assume fixed by the fix to bug 120033.
Note You need to log in before you can comment on or make changes to this bug.