[webkit-reviews] review denied: [Bug 132989] run-javascriptcore-tests should sort the list of failing stress tests : [Attachment 231572] Patch

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


Csaba Osztrogonác <ossy at webkit.org> has denied Éva Balázsfalvi
<evab.u-szeged at partner.samsung.com>'s request for review:
Bug 132989: run-javascriptcore-tests should sort the list of failing stress
tests
https://bugs.webkit.org/show_bug.cgi?id=132989

Attachment 231572: Patch
https://bugs.webkit.org/attachment.cgi?id=231572&action=review

------- Additional Comments from Csaba Osztrogonác <ossy at webkit.org>
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.


More information about the webkit-reviews mailing list