Summary: | Placate exception check validation in genericTypedArrayViewProtoFuncLastIndexOf(). | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||||
Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | dominik.infuehr, ews-watchlist, fpizlo, keith_miller, msaboff, saam, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Mark Lam
2019-03-22 10:38:47 PDT
Created attachment 365742 [details]
proposed patch.
Created attachment 365743 [details]
proposed patch.
Thanks for the review. Landed in r243391: <http://trac.webkit.org/r243391>. Hi! web-assembly-link-error-exception-check.js is failing on 32-bit because WebAssembly isn't supported. Shouldn't this test be moved into JSTests/wasm/stress? I've uploaded a patch that moves this test into JSTests/wasm/stress: https://bugs.webkit.org/show_bug.cgi?id=196187 |