Add missing tests to win_chromium_x64_rel

Was a blocker on a P0 bug, http://crbug.com/380709, but not anymore.

After the tryserver split, the blacklisting doesn't trigger, so it is a no-op change. Consider it a cleanup.

R=phajdan.jr@chromium.org,stip@chromium.org
BUG=225464
TEST=git cl try -m tryserver.chromium.win -b win_chromium_x64_rel

Review URL: https://codereview.chromium.org/319983004

Cr-Commit-Position: refs/heads/master@{#288368}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288368 0039d316-1c4b-4281-b951-d872f2087c98
parent 78efe2e9
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
}, },
{ {
"test": "browser_tests", "test": "browser_tests",
"exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 5 "shards": 5
...@@ -69,7 +68,6 @@ ...@@ -69,7 +68,6 @@
"gpu_unittests", "gpu_unittests",
{ {
"test": "interactive_ui_tests", "test": "interactive_ui_tests",
"exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 3 "shards": 3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment