Bug 212598 - [JSC] exceptionFuzz tests fail with early exception thrown
Summary: [JSC] exceptionFuzz tests fail with early exception thrown
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-01 10:00 PDT by Caio Lima
Modified: 2020-06-01 10:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Lima 2020-06-01 10:00:36 PDT
The first report for such bug was https://bugs.webkit.org/show_bug.cgi?id=212569. The workaround was just applied to turn tree green while we investigate this issue. Right now, function declarations are being hoisted outside exception handler. This can make exception fuzzer tests fail, since an exception will be throw outside handler range.