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

Unified Diff: webkit/tools/layout_tests/layout_package/failure_finder.py

Issue 341086: Changes the fallback order of Chromium win directories in the layout test for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/layout_package/failure_finder.py
===================================================================
--- webkit/tools/layout_tests/layout_package/failure_finder.py (revision 30763)
+++ webkit/tools/layout_tests/layout_package/failure_finder.py (working copy)
@@ -51,6 +51,7 @@
CHROMIUM_WIN = "chromium-win"
CHROMIUM_WIN_XP = "chromium-win-xp"
CHROMIUM_WIN_VISTA = "chromium-win-vista"
+CHROMIUM_WIN_7 = "chromium-win-7"
CHROMIUM_MAC = "chromium-mac"
CHROMIUM_LINUX = "chromium-linux"
PLATFORM = "platform"
@@ -63,7 +64,8 @@
WEBKIT_MAC_PLATFORM_DIRS = ["mac-leopard", "mac-snowleopard", "mac"]
WEBKIT_WIN_PLATFORM_DIRS = ["win", "mac"]
CHROMIUM_MAC_PLATFORM_DIRS = [CHROMIUM_MAC]
-CHROMIUM_WIN_PLATFORM_DIRS = [CHROMIUM_WIN, CHROMIUM_WIN_XP, CHROMIUM_WIN_VISTA]
+CHROMIUM_WIN_PLATFORM_DIRS = [CHROMIUM_WIN_XP, CHROMIUM_WIN_VISTA,
+ CHROMIUM_WIN_7, CHROMIUM_WIN]
CHROMIUM_LINUX_PLATFORM_DIRS = [CHROMIUM_LINUX, CHROMIUM_WIN]
ARCHIVE_URL_REGEX = "last.*change: (\d+)"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698