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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/mac.py

Issue 1114163002: Rename the retina bot in webkitpy to unblock rebaseline-o-matic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Tools/Scripts/webkitpy/layout_tests/port/builders.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/mac.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
index 4e162a3381e1c7e6a2467734b8c699850d59907e..7ee912d0e811fea525e70001ce41dc0093f73b13 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/mac.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
@@ -46,7 +46,7 @@ class MacPort(base.Port):
# Note that the retina versions fallback to the non-retina versions and so no
# baselines are shared between retina versions; this keeps the fallback graph as a tree
# and maximizes the number of baselines we can share that way.
- # We also currently only support Retina on 10.8; we need to either upgrade to 10.9 or support both.
+ # We also currently only support Retina on 10.9.
FALLBACK_PATHS = {}
FALLBACK_PATHS['mavericks'] = ['mac']
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698