Skip to content

Commit

Permalink
[Android] Move test suites from Android GN over to Android Tests{, (d…
Browse files Browse the repository at this point in the history
…bg)}.

This includes:
 - ipc_mojo_unittests
 - mojo_common_unittests
 - mojo_public_application_unittests
 - mojo_public_bindings_unittests
 - mojo_public_system_unittests
 - mojo_runner_host_unittests
 - mojo_surfaces_lib_unittests

BUG=610839

Review-Url: https://codereview.chromium.org/1988023007
Cr-Commit-Position: refs/heads/master@{#394855}
  • Loading branch information
jbudorick authored and Commit bot committed May 19, 2016
1 parent 12b2cca commit 0daa70e
Showing 1 changed file with 50 additions and 183 deletions.
233 changes: 50 additions & 183 deletions testing/buildbot/chromium.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,185 +20,7 @@
"gn_all"
]
},
"Android GN": {
"gtest_tests": [
{
"test": "android_webview_unittests"
},
{
"test": "base_unittests"
},
{
"test": "blimp_unittests"
},
{
"override_compile_targets": [
"breakpad_unittests"
],
"test": "breakpad_unittests"
},
{
"test": "cc_unittests"
},
{
"test": "components_browsertests"
},
{
"test": "components_unittests"
},
{
"test": "content_browsertests"
},
{
"test": "content_unittests"
},
{
"test": "device_unittests"
},
{
"test": "events_unittests"
},
{
"test": "gl_tests"
},
{
"test": "gl_unittests"
},
{
"test": "gpu_ipc_service_unittests"
},
{
"test": "gpu_unittests"
},
{
"test": "ipc_mojo_unittests"
},
{
"test": "ipc_tests"
},
{
"test": "media_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_common_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_public_application_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_public_bindings_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_public_system_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_runner_host_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_surfaces_lib_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mojo_system_unittests"
},
{
"test": "net_unittests"
},
{
"override_compile_targets": [
"sandbox_linux_unittests"
],
"test": "sandbox_linux_unittests"
},
{
"test": "sql_unittests"
},
{
"test": "sync_unit_tests"
},
{
"test": "ui_android_unittests"
},
{
"test": "ui_base_unittests"
},
{
"test": "ui_touch_selection_unittests"
},
{
"test": "unit_tests"
}
],
"instrumentation_tests": [
{
"test": "android_webview_test_apk"
},
{
"test": "chrome_public_test_apk"
},
{
"test": "chrome_sync_shell_test_apk"
},
{
"test": "content_shell_test_apk"
},
{
"test": "mojo_test_apk"
}
],
"junit_tests": [
{
"test": "base_junit_tests"
},
{
"test": "chrome_junit_tests"
},
{
"test": "components_invalidation_impl_junit_tests"
},
{
"test": "components_policy_junit_tests"
},
{
"test": "components_web_restrictions_junit_tests"
},
{
"test": "content_junit_tests"
},
{
"test": "junit_unit_tests"
},
{
"test": "net_junit_tests"
},
{
"test": "ui_junit_tests"
},
{
"test": "webapk_client_junit_tests"
}
]
},
"Android GN": {},
"Android GN (dbg)": {
"additional_compile_targets": [
"all"
Expand All @@ -220,7 +42,7 @@
},
{
"override_compile_targets": [
"breakpad_unittests_deps"
"breakpad_unittests"
],
"test": "breakpad_unittests"
},
Expand Down Expand Up @@ -285,12 +107,33 @@
{
"test": "gpu_unittests"
},
{
"test": "ipc_mojo_unittests"
},
{
"test": "ipc_tests"
},
{
"test": "media_unittests"
},
{
"test": "mojo_common_unittests"
},
{
"test": "mojo_public_application_unittests"
},
{
"test": "mojo_public_bindings_unittests"
},
{
"test": "mojo_public_system_unittests"
},
{
"test": "mojo_runner_host_unittests"
},
{
"test": "mojo_surfaces_lib_unittests"
},
{
"test": "mojo_system_unittests"
},
Expand All @@ -299,7 +142,7 @@
},
{
"override_compile_targets": [
"sandbox_linux_unittests_deps"
"sandbox_linux_unittests"
],
"test": "sandbox_linux_unittests"
},
Expand Down Expand Up @@ -395,7 +238,7 @@
},
{
"override_compile_targets": [
"breakpad_unittests_deps"
"breakpad_unittests"
],
"test": "breakpad_unittests"
},
Expand Down Expand Up @@ -432,18 +275,42 @@
{
"test": "gpu_unittests"
},
{
"test": "ipc_mojo_unittests"
},
{
"test": "ipc_tests"
},
{
"test": "media_unittests"
},
{
"test": "mojo_common_unittests"
},
{
"test": "mojo_public_application_unittests"
},
{
"test": "mojo_public_bindings_unittests"
},
{
"test": "mojo_public_system_unittests"
},
{
"test": "mojo_runner_host_unittests"
},
{
"test": "mojo_surfaces_lib_unittests"
},
{
"test": "mojo_system_unittests"
},
{
"test": "net_unittests"
},
{
"override_compile_targets": [
"sandbox_linux_unittests_deps"
"sandbox_linux_unittests"
],
"test": "sandbox_linux_unittests"
},
Expand Down

0 comments on commit 0daa70e

Please sign in to comment.