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

Unified Diff: scripts/slave/runisolatedtest.py

Issue 1830323005: Windows 10 64-bit try server configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: fixes Created 4 years, 9 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 | « scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/runisolatedtest.py
diff --git a/scripts/slave/runisolatedtest.py b/scripts/slave/runisolatedtest.py
index e9b0fb061193476ebc9a858b10e41b60eacc3005..b264e064edc97c20056aea59a89e58a4e810295b 100755
--- a/scripts/slave/runisolatedtest.py
+++ b/scripts/slave/runisolatedtest.py
@@ -40,13 +40,6 @@ WIN_ISOLATE_ENABLED_TESTS = set((
'unit_tests',
))
-# http://crbug.com/260311
-# They are missing files for an unknown reason.
-BUG_260311 = set((
- 'browser_tests',
- 'interactive_ui_tests',
-))
-
ISOLATE_ENABLED_BUILDERS = {
# CI linux
'Linux Tests': LINUX_ISOLATE_ENABLED_TESTS,
@@ -54,15 +47,8 @@ ISOLATE_ENABLED_BUILDERS = {
'Mac10.6 Tests (1)': MAC_ISOLATE_ENABLED_TESTS,
'Mac10.7 Tests (1)': MAC_ISOLATE_ENABLED_TESTS,
# CI win
- 'Vista Tests (1)': WIN_ISOLATE_ENABLED_TESTS - BUG_260311,
- 'Vista Tests (2)': WIN_ISOLATE_ENABLED_TESTS - BUG_260311,
- 'Vista Tests (3)': WIN_ISOLATE_ENABLED_TESTS - BUG_260311,
'Win7 Tests (1)': WIN_ISOLATE_ENABLED_TESTS,
- 'Win7 Tests (2)': WIN_ISOLATE_ENABLED_TESTS,
- 'Win7 Tests (3)': WIN_ISOLATE_ENABLED_TESTS,
- 'XP Tests (1)': WIN_ISOLATE_ENABLED_TESTS - BUG_260311,
- 'XP Tests (2)': WIN_ISOLATE_ENABLED_TESTS - BUG_260311,
- 'XP Tests (3)': WIN_ISOLATE_ENABLED_TESTS - BUG_260311,
+ 'Win10 Tests x64': WIN_ISOLATE_ENABLED_TESTS,
# Try Server
'linux_rel': LINUX_ISOLATE_ENABLED_TESTS,
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698