[Webkit-unassigned] [Bug 169722] WebAssembly: spec-tests/f32.wast.js fails on ARM64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 22 09:57:14 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=169722

--- Comment #2 from JF Bastien <jfbastien at apple.com> ---
I looked into this and it seems related to NaN handling. The spec tests try to validate NaNs are handled properly and compare their values.

The bug could be:
 - In our code
 - In the spec tests (they're not currently up to date, see https://github.com/WebAssembly/spec/pull/414)
 - In the code that translates .wast -> .wast.js

This is unlikely to be important for the near future, so I'll ignore it for now. Maybe we can just comment out the "assert_[0-9]+" invocations for now, and revisit when we update the tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170322/4192e4fc/attachment.html>


More information about the webkit-unassigned mailing list