RESOLVED FIXED 141383
run-jsc-stress-tests shell test runner should run tests in fixed order
https://bugs.webkit.org/show_bug.cgi?id=141383
Summary run-jsc-stress-tests shell test runner should run tests in fixed order
Csaba Osztrogonác
Reported 2015-02-09 03:00:42 PST
Now the order is random on Linux and sorted (not numerically) on OSX. https://bugs.webkit.org/show_bug.cgi?id=141161#c6 Tests marked as slow (see r157887) are placed in test_script_0, 1, ... to ensure they are running at the beginning. To fix it with shell based runner, we should numerically sort the tests in reverse order.
Attachments
Patch (1.30 KB, patch)
2015-02-09 03:04 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-02-09 03:04:34 PST
Created attachment 246262 [details] Patch Use _ as field separator, use the third field and do numberic sort in reverse order.
WebKit Commit Bot
Comment 2 2015-02-09 09:52:21 PST
Comment on attachment 246262 [details] Patch Clearing flags on attachment: 246262 Committed r179830: <http://trac.webkit.org/changeset/179830>
WebKit Commit Bot
Comment 3 2015-02-09 09:52:26 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.