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

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

Issue 1286373004: Treat win8 machines as win10 ports and remove baseline/specifier support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
Index: Tools/Scripts/webkitpy/layout_tests/port/builders.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/builders.py b/Tools/Scripts/webkitpy/layout_tests/port/builders.py
index 3d824c946336f26e6277c584c37f7e1368da7f75..8c519ff293bc81b2a5e642bd375b7846408b257b 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/builders.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/builders.py
@@ -44,7 +44,6 @@ _exact_matches = {
"WebKit XP": {"port_name": "win-xp", "specifiers": ['XP', 'Release']},
"WebKit Win7": {"port_name": "win-win7", "specifiers": ['Win7', 'Release']},
"WebKit Win7 (dbg)": {"port_name": "win-win7", "specifiers": ['Win7', 'Debug']},
- "WebKit Win8": {"port_name": "win-win8", "specifiers": ['Win8', 'Release']},
"WebKit Win10": {"port_name": "win-win10", "specifiers": ['Win10', 'Release']},
# FIXME: Rename this to 'WebKit Linux Precise'
"WebKit Linux": {"port_name": "linux-precise", "specifiers": ['Precise', 'Release']},
@@ -70,7 +69,6 @@ _deps_builders = {
"linux-trusty": "WebKit Linux (deps)",
"win-xp": "WebKit XP (deps)",
"win-win7": "WebKit XP (deps)",
- "win-win8": "WebKit XP (deps)",
"win-win10": "WebKit XP (deps)",
"mac-snowleopard": "WebKit Mac10.6 (deps)",
# The following port names are mapped to 10.6 bot since we don't have bots
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/base.py ('k') | Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698