run-javascriptcore-tests should sort the list of failing stress tests
Created attachment 231572 [details] Patch
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.
Created attachment 231681 [details] Patch
Comment on attachment 231681 [details] Patch Clearing flags on attachment: 231681 Committed r169043: <http://trac.webkit.org/changeset/169043>
All reviewed patches have been landed. Closing bug.