Bug 141383 - run-jsc-stress-tests shell test runner should run tests in fixed order
Summary: run-jsc-stress-tests shell test runner should run tests in fixed order
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-09 03:00 PST by Csaba Osztrogonác
Modified: 2015-02-09 09:52 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2015-02-09 03:04 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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.
Comment 1 Csaba Osztrogonác 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.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-02-09 09:52:26 PST
All reviewed patches have been landed.  Closing bug.