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

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

Issue 2721663003: Clarify the copy-existing-baselines-internal command. (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 | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline.py » ('j') | 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/test.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
index 505a3f87ecc4118ad14a94511e3478da4e1daeed..f54ce253f6a29a71d8a93038df59798e4b3b8eb4 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
@@ -364,8 +364,8 @@ class TestPort(Port):
'win10': ['test-win-win10'],
'mac10.10': ['test-mac-mac10.10', 'test-mac-mac10.11'],
'mac10.11': ['test-mac-mac10.11'],
- 'trusty': ['test-linux-trusty', 'test-win-win7'],
- 'precise': ['test-linux-precise', 'test-linux-trusty', 'test-win-win7'],
+ 'trusty': ['test-linux-trusty', 'test-win-win10'],
+ 'precise': ['test-linux-precise', 'test-linux-trusty', 'test-win-win10'],
}
@classmethod
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698