Bug 141383

Summary: run-jsc-stress-tests shell test runner should run tests in fixed order
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.