Bug 196154

Summary: Placate exception check validation in genericTypedArrayViewProtoFuncLastIndexOf().
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: 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 Flags
proposed patch.
none
proposed patch. fpizlo: review+

Description Mark Lam 2019-03-22 10:38:47 PDT
<rdar://problem/49145307>
Comment 1 Mark Lam 2019-03-22 10:42:16 PDT
Created attachment 365742 [details]
proposed patch.
Comment 2 Mark Lam 2019-03-22 10:47:52 PDT
Created attachment 365743 [details]
proposed patch.
Comment 3 Mark Lam 2019-03-22 10:59:53 PDT
Thanks for the review.  Landed in r243391: <http://trac.webkit.org/r243391>.
Comment 4 Dominik Inführ 2019-03-24 03:30:52 PDT
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?
Comment 5 Dominik Inführ 2019-03-24 08:42:41 PDT
I've uploaded a patch that moves this test into JSTests/wasm/stress: https://bugs.webkit.org/show_bug.cgi?id=196187