Bug 149285 - Add the ability to skip JIT stress tests in run-javascriptcore-tests
Summary: Add the ability to skip JIT stress tests in run-javascriptcore-tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 14:07 PDT by Mark Lam
Modified: 2015-09-17 15:03 PDT (History)
0 users

See Also:


Attachments
the fix. (2.90 KB, patch)
2015-09-17 14:10 PDT, Mark Lam
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-09-17 14:07:57 PDT
Just need to add an option to pass --no-jit to run-jsc-stress-test.
Comment 1 Mark Lam 2015-09-17 14:10:28 PDT
Created attachment 261419 [details]
the fix.
Comment 2 Saam Barati 2015-09-17 15:00:08 PDT
Comment on attachment 261419 [details]
the fix.

r=me
Comment 3 Mark Lam 2015-09-17 15:03:42 PDT
Thanks.  Landed in r189937: <http://trac.webkit.org/r189937>.