Bug 170684 - [JSC] Do not run FTL stress tests on MIPS
Summary: [JSC] Do not run FTL stress tests on MIPS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-10 11:00 PDT by Guillaume Emont
Modified: 2017-04-10 12:02 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2017-04-10 11:07 PDT, Guillaume Emont
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Emont 2017-04-10 11:00:24 PDT
run-jsc-stress-tests does not correctly detect MIPS platforms, and its logic to detect if the platform supports FTL ignores that MIPS does not support FTL.
Comment 1 Guillaume Emont 2017-04-10 11:07:58 PDT
Created attachment 306716 [details]
Patch

Patch fixing the issue.
Comment 2 WebKit Commit Bot 2017-04-10 12:02:01 PDT
Comment on attachment 306716 [details]
Patch

Clearing flags on attachment: 306716

Committed r215195: <http://trac.webkit.org/changeset/215195>
Comment 3 WebKit Commit Bot 2017-04-10 12:02:02 PDT
All reviewed patches have been landed.  Closing bug.