diff options
author | dpranke <dpranke@chromium.org> | 2015-07-22 16:07:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-22 23:08:59 +0000 |
commit | 177c1e29c1abeb267b3ab1283a4c7c03a398ec6f (patch) | |
tree | 516d21ce732fc87744008318a7372dac167cd5ea /testing/buildbot | |
parent | 9c3eeb20e87a3c072849e7d45cfda54786e5543f (diff) | |
download | chromium_src-177c1e29c1abeb267b3ab1283a4c7c03a398ec6f.zip chromium_src-177c1e29c1abeb267b3ab1283a4c7c03a398ec6f.tar.gz chromium_src-177c1e29c1abeb267b3ab1283a4c7c03a398ec6f.tar.bz2 |
Add GN isolate support for a bunch of unittests.
This enables the following tests to be run under
swarming on a GN bot:
- angle_unittests
- accessibility_unittests
- compositor_unittests
- cc_unittests
- ipc_tests
- gl_unittests
- sandbox_linux_unittests
- gn_unittests
- skia_unittests
- sql_unittests
- url_unittests
R=brettw@chromium.org, maruel@chromium.org
BUG=504079
CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel
Review URL: https://codereview.chromium.org/1248673005
Cr-Commit-Position: refs/heads/master@{#339973}
Diffstat (limited to 'testing/buildbot')
-rw-r--r-- | testing/buildbot/gn_isolate_map.pyl | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl index 7488659..7d47512 100644 --- a/testing/buildbot/gn_isolate_map.pyl +++ b/testing/buildbot/gn_isolate_map.pyl @@ -32,11 +32,13 @@ { "accessibility_unittests": { "label": "//ui/accessibility:accessibility_unittests", - "type": "unknown", + "type": "raw", + "args": [], }, "angle_unittests": { "label": "//gpu:angle_unittests", - "type": "unknown", + "type": "raw", + "args": [], }, "app_list_unittests": { "label": "//ui/app_list:app_list_unittests", @@ -95,7 +97,7 @@ }, "cc_unittests": { "label": "//cc:cc_unittests", - "type": "unknown", + "type": "windowed_test_launcher", }, "chrome_elf_unittests": { "label": "//chrome_elf:chrome_elf_unittests", @@ -119,7 +121,7 @@ }, "compositor_unittests": { "label": "//ui/compositor:compositor_unittests", - "type": "unknown", + "type": "windowed_test_launcher", }, "content_browsertests": { "label": "//content/test:content_browsertests", @@ -171,11 +173,13 @@ }, "gl_unittests": { "label": "//ui/gl:gl_unittests", - "type": "unknown", + "type": "raw", + "args": [], }, "gn_unittests": { "label": "//tools/gn:gn_unittests", - "type": "unknown", + "type": "raw", + "args": [], }, "google_apis_unittests": { "label": "//google_apis:google_apis_unittests", @@ -203,7 +207,7 @@ }, "ipc_tests": { "label": "//ipc:ipc_tests", - "type": "unknown", + "type": "console_test_launcher", }, "jingle_unittests": { "label": "//jingle:jingle_unittests", @@ -299,7 +303,8 @@ }, "sandbox_linux_unittests": { "label": "//sandbox/linux:sandbox_linux_unittests", - "type": "unknown", + "type": "raw", + "args": [], }, "sandbox_mac_unittests": { "label": "//sandbox/mac:sandbox_mac_unittests", @@ -323,11 +328,11 @@ }, "skia_unittests": { "label": "//skia:skia_unittests", - "type": "unknown", + "type": "console_test_launcher", }, "sql_unittests": { "label": "//sql:sql_unittests", - "type": "unknown", + "type": "console_test_launcher", }, "sync_integration_tests": { "label": "//sync:sync_integration_tests", @@ -355,7 +360,7 @@ }, "url_unittests": { "label": "//url:url_unittests", - "type": "unknown", + "type": "console_test_launcher", }, "view_manager_unittests": { "label": "//components/view_manager:view_manager_unittests", |