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

Unified Diff: testing/buildbot/chromium.win.json

Issue 783543003: Update from https://crrev.com/306901 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 0910b9fcb6e2c3917918ab8661b72aaf20c7a3bb..f1cab468c1b058d80068fe2760bf48e0e30987c3 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -210,6 +210,7 @@
"Win7 Tests (1)": {
"gtest_tests": [
"app_installer_unittests",
+ "app_list_unittests",
"accessibility_unittests",
{
"test": "ash_unittests",
@@ -238,6 +239,7 @@
"cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
+ "components_browsertests",
"components_unittests",
"compositor_unittests",
{
@@ -254,6 +256,7 @@
},
"courgette_unittests",
"crypto_unittests",
+ "device_unittests",
"events_unittests",
"extensions_unittests",
"gcm_unit_tests",
@@ -270,7 +273,9 @@
},
"ipc_tests",
"jingle_unittests",
+ "keyboard_unittests",
"media_unittests",
+ "message_center_unittests",
"mojo_common_unittests",
"mojo_public_bindings_unittests",
"mojo_public_environment_unittests",
@@ -339,15 +344,25 @@
"shards": 6
}
},
+ "app_installer_unittests",
"app_list_unittests",
"app_shell_browsertests",
"app_shell_unittests",
+ {
+ "test": "ash_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ "aura_unittests",
"cacheinvalidation_unittests",
"cast_unittests",
"cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
+ "components_browsertests",
"components_unittests",
+ "compositor_unittests",
{
"test": "content_browsertests",
"swarming": {
@@ -362,6 +377,8 @@
},
"courgette_unittests",
"crypto_unittests",
+ "device_unittests",
+ "events_unittests",
"extensions_unittests",
"gcm_unit_tests",
"gfx_unittests",
@@ -377,7 +394,9 @@
},
"ipc_tests",
"jingle_unittests",
+ "keyboard_unittests",
"media_unittests",
+ "message_center_unittests",
"mojo_common_unittests",
"mojo_public_bindings_unittests",
"mojo_public_environment_unittests",
@@ -395,6 +414,7 @@
"remoting_unittests",
"sbox_unittests",
"sbox_integration_tests",
+ "sbox_validation_tests",
{
"test": "sync_integration_tests",
"swarming": {
@@ -420,6 +440,10 @@
"script": "telemetry_unittests.py"
},
{
+ "name": "telemetry_perf_unittests",
+ "script": "telemetry_perf_unittests.py"
+ },
+ {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
« no previous file with comments | « sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698