[Webkit-unassigned] [Bug 213176] New: Add wasm regresion test for loop
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 14 00:07:10 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213176
Bug ID: 213176
Summary: Add wasm regresion test for loop
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ysuzuki at apple.com
https://twitter.com/tkihira/status/1272041643990937600
(module
(func $test (param f64) (result f64)
f64.const 1.0
f64.const 2.0
local.get 0
i64.reinterpret_f64
i32.wrap_i64
i32.const 4096
i32.lt_u
select
)
(export "test" (func $test)))
shows bug in iOS11, not in iOS13 according to the above tweet.
It is worth adding this to our stress testing mechanism to ensure this regression does not happen in the future.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200614/b0813454/attachment.htm>
More information about the webkit-unassigned
mailing list