Commit 048a6153 authored by stip's avatar stip Committed by Commit bot

Reland of Src-ify Android Tests. (patchset #1 id:1 of...

Reland of Src-ify Android Tests. (patchset #1 id:1 of https://chromiumcodereview.appspot.com/1643803004/ )

Reason for revert:
should be ok now

Original issue's description:
> Revert of Src-ify Android Tests. (patchset #3 id:40001 of https://codereview.chromium.org/1649593002/ )
>
> Reason for revert:
> build presubmit flake broke the build side test, so we can't double test. will reland later
>
> Original issue's description:
> > Src-ify Android Tests.
> >
> > build-side is here: https://codereview.chromium.org/1645723004/
> >
> > BUG=525873
> >
> > Committed: https://crrev.com/4abea28bed4a20fb89a1fc65eafcfb772ce0ca0f
> > Cr-Commit-Position: refs/heads/master@{#372108}
>
> TBR=dpranke@chromium.org,jbudorick@chromium.org,tandrii@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=525873
>
> Committed: https://crrev.com/b8a0d10cebc4a73c7cae0d2e40fb538906e9b84e
> Cr-Commit-Position: refs/heads/master@{#372119}

TBR=dpranke@chromium.org,jbudorick@chromium.org,tandrii@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=525873

Review URL: https://codereview.chromium.org/1641983006

Cr-Commit-Position: refs/heads/master@{#372241}
parent 964907ea
...@@ -138,6 +138,119 @@ ...@@ -138,6 +138,119 @@
] ]
}, },
"Android Tests": { "Android Tests": {
"gtest_tests": [
{
"test": "android_webview_unittests"
},
{
"args": [
"--isolate_file_path=src/base/base_unittests.isolate"
],
"test": "base_unittests"
},
{
"args": [
"--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
],
"override_compile_targets": [
"breakpad_unittests_deps"
],
"test": "breakpad_unittests"
},
{
"test": "cc_unittests"
},
{
"args": [
"--isolate_file_path=src/components/components_browsertests.isolate"
],
"test": "components_browsertests"
},
{
"args": [
"--isolate_file_path=src/components/components_unittests.isolate"
],
"test": "components_unittests"
},
{
"args": [
"--isolate_file_path=src/content/content_browsertests.isolate"
],
"test": "content_browsertests"
},
{
"args": [
"--isolate_file_path=src/content/content_unittests.isolate"
],
"test": "content_unittests"
},
{
"test": "device_unittests"
},
{
"test": "events_unittests"
},
{
"test": "gl_tests"
},
{
"test": "gl_unittests"
},
{
"test": "gpu_unittests"
},
{
"test": "ipc_tests"
},
{
"args": [
"--isolate_file_path=src/media/media_unittests.isolate"
],
"test": "media_unittests"
},
{
"args": [
"--isolate_file_path=src/net/net_unittests.isolate"
],
"test": "net_unittests"
},
{
"override_compile_targets": [
"sandbox_linux_unittests_deps"
],
"test": "sandbox_linux_unittests"
},
{
"args": [
"--isolate_file_path=src/sql/sql_unittests.isolate"
],
"test": "sql_unittests"
},
{
"args": [
"--isolate_file_path=src/sync/sync_unit_tests.isolate"
],
"test": "sync_unit_tests"
},
{
"test": "ui_android_unittests"
},
{
"args": [
"--isolate_file_path=src/ui/base/ui_base_tests.isolate"
],
"test": "ui_base_unittests"
},
{
"test": "ui_touch_selection_unittests"
},
{
"args": [
"--isolate_file_path=src/chrome/unit_tests.isolate"
],
"test": "unit_tests"
}
],
"scripts": [ "scripts": [
{ {
"name": "webview_licenses", "name": "webview_licenses",
...@@ -157,6 +270,119 @@ ...@@ -157,6 +270,119 @@
] ]
}, },
"Android Tests (dbg)": { "Android Tests (dbg)": {
"gtest_tests": [
{
"test": "android_webview_unittests"
},
{
"args": [
"--isolate_file_path=src/base/base_unittests.isolate"
],
"test": "base_unittests"
},
{
"args": [
"--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
],
"override_compile_targets": [
"breakpad_unittests_deps"
],
"test": "breakpad_unittests"
},
{
"test": "cc_unittests"
},
{
"args": [
"--isolate_file_path=src/components/components_browsertests.isolate"
],
"test": "components_browsertests"
},
{
"args": [
"--isolate_file_path=src/components/components_unittests.isolate"
],
"test": "components_unittests"
},
{
"args": [
"--isolate_file_path=src/content/content_browsertests.isolate"
],
"test": "content_browsertests"
},
{
"args": [
"--isolate_file_path=src/content/content_unittests.isolate"
],
"test": "content_unittests"
},
{
"test": "device_unittests"
},
{
"test": "events_unittests"
},
{
"test": "gl_tests"
},
{
"test": "gl_unittests"
},
{
"test": "gpu_unittests"
},
{
"test": "ipc_tests"
},
{
"args": [
"--isolate_file_path=src/media/media_unittests.isolate"
],
"test": "media_unittests"
},
{
"args": [
"--isolate_file_path=src/net/net_unittests.isolate"
],
"test": "net_unittests"
},
{
"override_compile_targets": [
"sandbox_linux_unittests_deps"
],
"test": "sandbox_linux_unittests"
},
{
"args": [
"--isolate_file_path=src/sql/sql_unittests.isolate"
],
"test": "sql_unittests"
},
{
"args": [
"--isolate_file_path=src/sync/sync_unit_tests.isolate"
],
"test": "sync_unit_tests"
},
{
"test": "ui_android_unittests"
},
{
"args": [
"--isolate_file_path=src/ui/base/ui_base_tests.isolate"
],
"test": "ui_base_unittests"
},
{
"test": "ui_touch_selection_unittests"
},
{
"args": [
"--isolate_file_path=src/chrome/unit_tests.isolate"
],
"test": "unit_tests"
}
],
"scripts": [ "scripts": [
{ {
"name": "webview_licenses", "name": "webview_licenses",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment