Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: testing/buildbot/chromium.fyi.json

Issue 1849493002: List src-side tests for Android Asan Builder Tests on chromium.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add asan args to gtests and remove instrumentation tests. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index f5e79752d218b7429abc8782e1896eacfae0e107..82f8da7f60a160084566528658c666e38247ecc2 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -1,4 +1,140 @@
{
+ "Android Asan Builder Tests (dbg)": {
+ "gtest_tests": [
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "android_webview_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "cc_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "content_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "events_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "gl_tests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "gl_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "gpu_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "midi_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "skia_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "unit_tests"
+ },
+ {
+ "args": [
+ "--tool=asan"
+ ],
+ "test": "webkit_unit_tests"
+ }
+ ]
+ },
"Android Cloud Tests": {
"gtest_tests": [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698