Title: [165791] trunk/Tools
Revision
165791
Author
[email protected]
Date
2014-03-17 19:45:24 -0700 (Mon, 17 Mar 2014)

Log Message

webkitpy test rebaseline.

* Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
(MainTest.test_default_args):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165790 => 165791)


--- trunk/Tools/ChangeLog	2014-03-18 02:30:59 UTC (rev 165790)
+++ trunk/Tools/ChangeLog	2014-03-18 02:45:24 UTC (rev 165791)
@@ -1,5 +1,12 @@
 2014-03-17  Ryosuke Niwa  <[email protected]>
 
+        webkitpy test rebaseline.
+
+        * Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
+        (MainTest.test_default_args):
+
+2014-03-17  Ryosuke Niwa  <[email protected]>
+
         --profile should imply --test-runner-count=1 in run-perf-tests
         https://bugs.webkit.org/show_bug.cgi?id=130375
 

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py (165790 => 165791)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py	2014-03-18 02:30:59 UTC (rev 165790)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py	2014-03-18 02:45:24 UTC (rev 165791)
@@ -120,7 +120,7 @@
         self.assertTrue(options.show_results)
         self.assertTrue(options.use_skipped_list)
         self.assertEqual(options.repeat, 1)
-        self.assertEqual(options.test_runner_count, DEFAULT_TEST_RUNNER_COUNT)
+        self.assertEqual(options.test_runner_count, -1)
 
     def test_parse_args(self):
         runner, port = self.create_runner()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to