diff options
author | krasin <krasin@google.com> | 2015-07-30 15:49:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-30 22:51:03 +0000 |
commit | f522e11114ac4ec76f556436e1cca4cb59fff959 (patch) | |
tree | 40161541ebcfbe1c3e959210b9223c205d68927d /testing | |
parent | 0b69a3fb58aea4a762c326f4b4ba227eead44b28 (diff) | |
download | chromium_src-f522e11114ac4ec76f556436e1cca4cb59fff959.zip chromium_src-f522e11114ac4ec76f556436e1cca4cb59fff959.tar.gz chromium_src-f522e11114ac4ec76f556436e1cca4cb59fff959.tar.bz2 |
Add more passing tests to CFI buildbot.
BUG=chromium:457523
Review URL: https://codereview.chromium.org/1258703005
Cr-Commit-Position: refs/heads/master@{#341215}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.fyi.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index c6d8ca6..0016fca 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -63,6 +63,12 @@ "swarming": { "can_use_on_swarming_builders": true }, + "test": "app_shell_unittests" + }, + { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "aura_unittests" }, { @@ -93,6 +99,12 @@ "swarming": { "can_use_on_swarming_builders": true }, + "test": "components_unittests" + }, + { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "crypto_unittests" }, { @@ -120,6 +132,12 @@ "swarming": { "can_use_on_swarming_builders": true }, + "test": "extensions_browsertests" + }, + { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "gcm_unit_tests" }, { @@ -171,6 +189,24 @@ "test": "midi_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, + "test": "mojo_common_unittests" + }, + { + "swarming": { + "can_use_on_swarming_builders": true + }, + "test": "mojo_public_environment_unittests" + }, + { + "test": "mojo_public_system_unittests" + }, + { + "test": "mojo_public_utility_unittests" + }, + { "test": "mojo_system_unittests" }, { |