| Index: build/android/pylib/gtest/gtest_config.py
|
| diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
|
| index 809f417131a30c45f0706fcda1588147a9259eac..bdd5181f8f9f8024c0b6853f5a8b4771c50a971c 100644
|
| --- a/build/android/pylib/gtest/gtest_config.py
|
| +++ b/build/android/pylib/gtest/gtest_config.py
|
| @@ -6,13 +6,16 @@
|
|
|
| # Add new suites here before upgrading them to the stable list below.
|
| EXPERIMENTAL_TEST_SUITES = [
|
| + 'TestWebKitAPI',
|
| 'sandbox_linux_unittests',
|
| + 'webkit_unit_tests',
|
| ]
|
|
|
| # 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.
|
| STABLE_TEST_SUITES = [
|
| + 'android_webview_unittests',
|
| 'base_unittests',
|
| 'cc_unittests',
|
| 'content_unittests',
|
| @@ -25,5 +28,4 @@ STABLE_TEST_SUITES = [
|
| 'ui_unittests',
|
| 'unit_tests',
|
| 'webkit_compositor_bindings_unittests',
|
| - 'android_webview_unittests',
|
| ]
|
|
|