Fix run-javascriptcore-tests/run-jsc-stress-tests to work with rootless, add a --quick option and deprecate the Mozilla driver.
Created attachment 262478 [details] Patch
Comment on attachment 262478 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262478&action=review > Tools/ChangeLog:11 > + Finally, I removed the calls to the mozilla jsDriver.pl it appears unused. I do not think that it is unused. In fact, this code path is where we see the crash on llint cloop bot.
Comment on attachment 262478 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262478&action=review >> Tools/ChangeLog:11 >> + Finally, I removed the calls to the mozilla jsDriver.pl it appears unused. > > I do not think that it is unused. In fact, this code path is where we see the crash on llint cloop bot. I guess I phrased that poorly. I had a discussion offline with Filip and Geoff and the consensus was that we should only use one test driver. Currently, `run-javascript-core tests --jsc-stress` will run all the mozilla tests so keeping the mozilla driver is just more maintenance. I'll clarify the ChangeLog.
Created attachment 262525 [details] Patch
*** Bug 149675 has been marked as a duplicate of this bug. ***
rdar://problem/22918927
<rdar://problem/22994825>
Committed r190630: <http://trac.webkit.org/changeset/190630>