Bug 170998 - WebAssembly: run tests with FTL enabled
Summary: WebAssembly: run tests with FTL enabled
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: 170782
Blocks: 159775
  Show dependency treegraph
 
Reported: 2017-04-19 09:59 PDT by JF Bastien
Modified: 2017-04-19 09:59 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-04-19 09:59:59 PDT
Our WebAssembly tests run with useFTLJIT=0! That's because of BASE_OPTIONS which runWithOutputHandler uses (and in turn run calls runWithOutputHandler).

They should have FTL enabled.