diff options
author | thakis <thakis@chromium.org> | 2016-02-12 17:51:16 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-13 01:52:47 +0000 |
commit | 33fc54c3e46fa787710559bac08c65e60776a6e8 (patch) | |
tree | a398b30b9cb55c025e73bea5d63f0b02502ca08c /testing | |
parent | 6c828f16dbf36f74a0151112f914f0260ee4171a (diff) | |
download | chromium_src-33fc54c3e46fa787710559bac08c65e60776a6e8.zip chromium_src-33fc54c3e46fa787710559bac08c65e60776a6e8.tar.gz chromium_src-33fc54c3e46fa787710559bac08c65e60776a6e8.tar.bz2 |
gn/win: Prepare installer_util_unittests and sbox_*_tests for swarming.
Necessary after https://codereview.chromium.org/1693133002/
BUG=498033
TBR=dpranke@chromium.org
Review URL: https://codereview.chromium.org/1692903003
Cr-Commit-Position: refs/heads/master@{#375321}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/gn_isolate_map.pyl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl index 234adda..bae95bf 100644 --- a/testing/buildbot/gn_isolate_map.pyl +++ b/testing/buildbot/gn_isolate_map.pyl @@ -288,7 +288,7 @@ }, "installer_util_unittests": { "label": "//chrome/installer/util:installer_util_unittests", - "type": "unknown", + "type": "console_test_launcher", }, "interactive_ui_tests": { "label": "//chrome/test:interactive_ui_tests", @@ -432,15 +432,15 @@ }, "sbox_integration_tests": { "label": "//sandbox/win:sbox_integration_tests", - "type": "unknown", + "type": "console_test_launcher", }, "sbox_unittests": { "label": "//sandbox/win:sbox_unittests", - "type": "unknown", + "type": "console_test_launcher", }, "sbox_validation_tests": { "label": "//sandbox/win:sbox_validation_tests", - "type": "unknown", + "type": "console_test_launcher", }, "setup_unittests": { "label": "//chrome/installer/setup:setup_unittests", |