Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(800)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py

Issue 2725133005: Add 10.12 as a supported version in MacPort. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
index 7c8a2763845ecff19b16e7cbe247fe851009f802..5310598af4ed695485e8287e3e887db46ee0f82e 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
@@ -34,9 +34,9 @@ from webkitpy.layout_tests.port import port_testcase
class MacPortTest(port_testcase.PortTestCase):
os_name = 'mac'
- os_version = 'mac10.11'
+ os_version = 'mac10.12'
port_name = 'mac'
- full_port_name = 'mac-mac10.11'
+ full_port_name = 'mac-mac10.12'
port_maker = mac.MacPort
def assert_name(self, port_name, os_version_string, expected):
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698