Changeset 169043 in webkit


Ignore:
Timestamp:
May 19, 2014 4:09:16 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

run-javascriptcore-tests should sort the list of failing stress tests
https://bugs.webkit.org/show_bug.cgi?id=132989

Patch by Eva Balazsfalvi <evab.u-szeged@partner.samsung.com> on 2014-05-19
Reviewed by Csaba Osztrogonác.

  • Scripts/run-javascriptcore-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r169042 r169043  
     12014-05-19  Eva Balazsfalvi  <evab.u-szeged@partner.samsung.com>
     2
     3        run-javascriptcore-tests should sort the list of failing stress tests
     4        https://bugs.webkit.org/show_bug.cgi?id=132989
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Scripts/run-javascriptcore-tests:
     9
    1102014-05-19  David Kilzer  <ddkilzer@apple.com>
    211
  • trunk/Tools/Scripts/run-javascriptcore-tests

    r168172 r169043  
    312312
    313313my @jscStressFailList = readAllLines($jscStressResultsDir . "/failed");
     314@jscStressFailList = sort @jscStressFailList;
    314315my $numJSCStressFailures = @jscStressFailList;
    315316
Note: See TracChangeset for help on using the changeset viewer.