[Webkit-unassigned] [Bug 132989] run-javascriptcore-tests should sort the list of failing stress tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 16 07:51:12 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132989


Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #231572|review?                     |review-
               Flag|                            |




--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org>  2014-05-16 07:51:35 PST ---
(From update of attachment 231572)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list