Changeset 179830 in webkit


Ignore:
Timestamp:
Feb 9, 2015 9:52:18 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

run-jsc-stress-tests shell test runner should run tests in fixed order
https://bugs.webkit.org/show_bug.cgi?id=141383

Reviewed by Darin Adler.

  • Scripts/jsc-stress-test-helpers/shell-runner.sh:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r179820 r179830  
     12015-02-09  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        run-jsc-stress-tests shell test runner should run tests in fixed order
     4        https://bugs.webkit.org/show_bug.cgi?id=141383
     5
     6        Reviewed by Darin Adler.
     7
     8        * Scripts/jsc-stress-test-helpers/shell-runner.sh:
     9
    1102015-02-08  Chris Fleizach  <cfleizach@apple.com>
    211
  • trunk/Tools/Scripts/jsc-stress-test-helpers/shell-runner.sh

    r179343 r179830  
    4040
    4141echo 0 > ${indexFile}
    42 find . -maxdepth 1 -name 'test_script_*' > ${testList}
     42find . -maxdepth 1 -name 'test_script_*' | sort -t '_' -k3nr > ${testList}
    4343
    4444lock_test_list() {
Note: See TracChangeset for help on using the changeset viewer.