Bug 132989 - run-javascriptcore-tests should sort the list of failing stress tests
Summary: run-javascriptcore-tests should sort the list of failing stress tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-16 07:26 PDT by Éva Balázsfalvi
Modified: 2014-05-19 04:09 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.20 KB, patch)
2014-05-16 07:28 PDT, Éva Balázsfalvi
no flags Details | Formatted Diff | Diff
Patch (1.17 KB, patch)
2014-05-19 00:29 PDT, Éva Balázsfalvi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Éva Balázsfalvi 2014-05-16 07:26:46 PDT
run-javascriptcore-tests should sort the list of failing stress tests
Comment 1 Éva Balázsfalvi 2014-05-16 07:28:59 PDT
Created attachment 231572 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-05-16 07:51:35 PDT
Comment on attachment 231572 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=231572&action=review

> Tools/Scripts/run-javascriptcore-tests:313
> -my @jscStressFailList = readAllLines($jscStressResultsDir . "/failed");
> +my @jscStressFailList = sort @jscStressFailList;

I think, you accidentally removed the first line, and added "my" to the second line.
Comment 3 Éva Balázsfalvi 2014-05-19 00:29:04 PDT
Created attachment 231681 [details]
Patch
Comment 4 WebKit Commit Bot 2014-05-19 04:09:49 PDT
Comment on attachment 231681 [details]
Patch

Clearing flags on attachment: 231681

Committed r169043: <http://trac.webkit.org/changeset/169043>
Comment 5 WebKit Commit Bot 2014-05-19 04:09:53 PDT
All reviewed patches have been landed.  Closing bug.