diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.fyi.json | 276 |
1 files changed, 276 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index 205e583..a159fcc 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -506,6 +506,282 @@ } ] }, + "ClangToTMac tester": { + "gtest_tests": [ + { + "test": "accessibility_unittests" + }, + { + "test": "app_list_unittests" + }, + { + "test": "base_unittests" + }, + { + "test": "browser_tests" + }, + { + "test": "cacheinvalidation_unittests" + }, + { + "test": "cast_unittests" + }, + { + "test": "cc_unittests" + }, + { + "test": "chromedriver_unittests" + }, + { + "test": "components_unittests" + }, + { + "test": "content_browsertests" + }, + { + "test": "content_unittests" + }, + { + "test": "crypto_unittests" + }, + { + "test": "extensions_unittests" + }, + { + "test": "gcm_unit_tests" + }, + { + "test": "gfx_unittests" + }, + { + "test": "google_apis_unittests" + }, + { + "test": "gpu_unittests" + }, + { + "test": "interactive_ui_tests" + }, + { + "test": "ipc_tests" + }, + { + "test": "jingle_unittests" + }, + { + "test": "media_unittests" + }, + { + "test": "message_center_unittests" + }, + { + "test": "mojo_common_unittests" + }, + { + "test": "mojo_public_bindings_unittests" + }, + { + "test": "mojo_public_environment_unittests" + }, + { + "test": "mojo_public_system_unittests" + }, + { + "test": "mojo_public_utility_unittests" + }, + { + "test": "mojo_system_unittests" + }, + { + "test": "net_unittests" + }, + { + "test": "ppapi_unittests" + }, + { + "test": "printing_unittests" + }, + { + "test": "remoting_unittests" + }, + { + "test": "sandbox_mac_unittests" + }, + { + "test": "skia_unittests" + }, + { + "test": "sql_unittests" + }, + { + "test": "sync_integration_tests" + }, + { + "test": "sync_unit_tests" + }, + { + "test": "ui_base_unittests" + }, + { + "test": "unit_tests" + }, + { + "test": "url_unittests" + } + ], + "scripts": [ + { + "name": "telemetry_unittests", + "script": "telemetry_unittests.py" + }, + { + "name": "telemetry_perf_unittests", + "script": "telemetry_perf_unittests.py" + }, + { + "name": "nacl_integration", + "script": "nacl_integration.py" + } + ] + }, + "ClangToTMacASan tester": { + "gtest_tests": [ + { + "test": "accessibility_unittests" + }, + { + "test": "app_list_unittests" + }, + { + "test": "base_unittests" + }, + { + "test": "browser_tests" + }, + { + "test": "cacheinvalidation_unittests" + }, + { + "test": "cast_unittests" + }, + { + "test": "cc_unittests" + }, + { + "test": "chromedriver_unittests" + }, + { + "test": "components_unittests" + }, + { + "test": "content_browsertests" + }, + { + "test": "content_unittests" + }, + { + "test": "crypto_unittests" + }, + { + "test": "extensions_unittests" + }, + { + "test": "gcm_unit_tests" + }, + { + "test": "gfx_unittests" + }, + { + "test": "google_apis_unittests" + }, + { + "test": "gpu_unittests" + }, + { + "test": "interactive_ui_tests" + }, + { + "test": "ipc_tests" + }, + { + "test": "jingle_unittests" + }, + { + "test": "media_unittests" + }, + { + "test": "message_center_unittests" + }, + { + "test": "mojo_common_unittests" + }, + { + "test": "mojo_public_bindings_unittests" + }, + { + "test": "mojo_public_environment_unittests" + }, + { + "test": "mojo_public_system_unittests" + }, + { + "test": "mojo_public_utility_unittests" + }, + { + "test": "mojo_system_unittests" + }, + { + "test": "net_unittests" + }, + { + "test": "ppapi_unittests" + }, + { + "test": "printing_unittests" + }, + { + "test": "remoting_unittests" + }, + { + "test": "sandbox_mac_unittests" + }, + { + "test": "skia_unittests" + }, + { + "test": "sql_unittests" + }, + { + "test": "sync_integration_tests" + }, + { + "test": "sync_unit_tests" + }, + { + "test": "ui_base_unittests" + }, + { + "test": "unit_tests" + }, + { + "test": "url_unittests" + } + ], + "scripts": [ + { + "name": "telemetry_unittests", + "script": "telemetry_unittests.py" + }, + { + "name": "telemetry_perf_unittests", + "script": "telemetry_perf_unittests.py" + }, + { + "name": "nacl_integration", + "script": "nacl_integration.py" + } + ] + }, "CrWinAsan tester": { "gtest_tests": [ { |