Title: [229380] trunk/Tools
Revision
229380
Author
jbed...@apple.com
Date
2018-03-07 16:13:29 -0800 (Wed, 07 Mar 2018)

Log Message

webkitpy: Remove obsolete function from MockAppleAdditions
https://bugs.webkit.org/show_bug.cgi?id=183415
<rdar://problem/38236407>

Reviewed by Aakash Jain.

* Scripts/webkitpy/port/port_testcase.py:
(bind_mock_apple_additions.MockAppleAdditions):
(bind_mock_apple_additions.MockAppleAdditions.ios_os_name): Deleted.
(bind_mock_apple_additions.MockAppleAdditions.mac_os_name): Deleted.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (229379 => 229380)


--- trunk/Tools/ChangeLog	2018-03-08 00:07:26 UTC (rev 229379)
+++ trunk/Tools/ChangeLog	2018-03-08 00:13:29 UTC (rev 229380)
@@ -1,5 +1,18 @@
 2018-03-07  Jonathan Bedard  <jbed...@apple.com>
 
+        webkitpy: Remove obsolete function from MockAppleAdditions
+        https://bugs.webkit.org/show_bug.cgi?id=183415
+        <rdar://problem/38236407>
+
+        Reviewed by Aakash Jain.
+
+        * Scripts/webkitpy/port/port_testcase.py:
+        (bind_mock_apple_additions.MockAppleAdditions):
+        (bind_mock_apple_additions.MockAppleAdditions.ios_os_name): Deleted.
+        (bind_mock_apple_additions.MockAppleAdditions.mac_os_name): Deleted.
+
+2018-03-07  Jonathan Bedard  <jbed...@apple.com>
+
         webkitpy: --dedicated-simulators does not boot the correct number of simulators
         https://bugs.webkit.org/show_bug.cgi?id=183409
         <rdar://problem/38224631>

Modified: trunk/Tools/Scripts/webkitpy/port/port_testcase.py (229379 => 229380)


--- trunk/Tools/Scripts/webkitpy/port/port_testcase.py	2018-03-08 00:07:26 UTC (rev 229379)
+++ trunk/Tools/Scripts/webkitpy/port/port_testcase.py	2018-03-08 00:13:29 UTC (rev 229380)
@@ -88,14 +88,6 @@
             return '/additional_testing_path/'
 
         @staticmethod
-        def ios_os_name(name):
-            return 'add-{}'.format(name)
-
-        @staticmethod
-        def mac_os_name(name):
-            return 'add-{}'.format(name)
-
-        @staticmethod
         def version_name_mapping(platform=None):
             result = VersionNameMap(platform)
             result.mapping[INTERNAL_TABLE] = {}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to