Title: [143995] trunk/Tools
Revision
143995
Author
dpra...@chromium.org
Date
2013-02-25 18:10:53 -0800 (Mon, 25 Feb 2013)

Log Message

Forgot to delete a no-longer-needed unit test after r143980.

Unreviewed, build fix.

* Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py:
(ChromiumWinTest.test_path_to_image_diff):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143994 => 143995)


--- trunk/Tools/ChangeLog	2013-02-26 02:10:02 UTC (rev 143994)
+++ trunk/Tools/ChangeLog	2013-02-26 02:10:53 UTC (rev 143995)
@@ -1,3 +1,12 @@
+2013-02-25  Dirk Pranke  <dpra...@chromium.org>
+
+        Forgot to delete a no-longer-needed unit test after r143980.
+
+        Unreviewed, build fix.
+
+        * Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py:
+        (ChromiumWinTest.test_path_to_image_diff):
+
 2013-02-25  Ryosuke Niwa  <rn...@webkit.org>
 
         Build fix. run-perf-tests was reporting with revision numbers ending with \r.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py (143994 => 143995)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py	2013-02-26 02:10:02 UTC (rev 143994)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py	2013-02-26 02:10:53 UTC (rev 143995)
@@ -131,11 +131,3 @@
 
     def test_path_to_image_diff(self):
         self.assertEqual(self.make_port()._path_to_image_diff(), '/mock-checkout/out/Release/ImageDiff.exe')
-
-    def test_default_max_locked_shards(self):
-        # FIXME: Remove this test when we remove the override for default_max_locked_shards() in chromium_win.py
-        port = self.make_port()
-        port.default_child_processes = lambda: 16
-        self.assertEqual(port.default_max_locked_shards(), 1)
-        port.default_child_processes = lambda: 2
-        self.assertEqual(port.default_max_locked_shards(), 1)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to