Add support for --force parameter to run-performance-tests
authorzoltan@webkit.org <zoltan@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 29 Jun 2012 17:29:42 +0000 (17:29 +0000)
committerzoltan@webkit.org <zoltan@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 29 Jun 2012 17:29:42 +0000 (17:29 +0000)
commitd15759e32d2f67690055a669ee62000187974bdf
tree74d12d33e204692574a5a7d357c2e6f6b84c9045
parent1d8f6e16a520d91c7931d5f8dee4ee2b01feb9d9
Add support for --force parameter to run-performance-tests
https://bugs.webkit.org/show_bug.cgi?id=90279

Reviewed by Dirk Pranke.

It's helpful to be able to run tests from the Skipped list of the performance tests.

* Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner._parse_args):
(PerfTestsRunner._collect_tests):
* Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py: Add test.
(test_collect_tests_with_skipped_list):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121571 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py [changed mode: 0644->0755]
Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py