RESOLVED FIXED 132989
run-javascriptcore-tests should sort the list of failing stress tests
https://bugs.webkit.org/show_bug.cgi?id=132989
Summary run-javascriptcore-tests should sort the list of failing stress tests
Éva Balázsfalvi
Reported 2014-05-16 07:26:46 PDT
run-javascriptcore-tests should sort the list of failing stress tests
Attachments
Patch (1.20 KB, patch)
2014-05-16 07:28 PDT, Éva Balázsfalvi
no flags
Patch (1.17 KB, patch)
2014-05-19 00:29 PDT, Éva Balázsfalvi
no flags
Éva Balázsfalvi
Comment 1 2014-05-16 07:28:59 PDT
Csaba Osztrogonác
Comment 2 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.
Éva Balázsfalvi
Comment 3 2014-05-19 00:29:04 PDT
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2014-05-19 04:09:53 PDT
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.