| # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| """Configuration file for android gtest suites.""" |
| # Add new suites here before upgrading them to the stable list below. |
| EXPERIMENTAL_TEST_SUITES = [ |
| 'heap_profiler_unittests', |
| TELEMETRY_EXPERIMENTAL_TEST_SUITES = [ |
| # Do not modify this list without approval of an android owner. |
| # This list determines which suites are run by default, both for local |
| # testing and on android trybots running on commit-queue. |
| 'android_webview_unittests', |
| 'sandbox_linux_unittests', |
| 'ui_touch_selection_unittests', |
| # Tests fail in component=shared_library build, which is required for ASan. |
| # http://crbug.com/344868 |
| ASAN_EXCLUDED_TEST_SUITES = [ |
| 'sandbox_linux_unittests' |