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

Unified Diff: build/android/pylib/gtest/gtest_config.py

Issue 153503005: Re-enable content_browsertests on main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Proper suppression of ResourceFetcherTests Created 6 years, 10 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
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 143bbe5569b3b3b9c619944af5ebf0004be213b1..21b9872fbf9f3f33ad066ea6e05f3188bf69e115 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -6,7 +6,6 @@
# Add new suites here before upgrading them to the stable list below.
EXPERIMENTAL_TEST_SUITES = [
- 'content_browsertests',
'content_gl_tests',
]
@@ -16,22 +15,23 @@ EXPERIMENTAL_TEST_SUITES = [
STABLE_TEST_SUITES = [
'android_webview_unittests',
'base_unittests',
+ 'breakpad_unittests',
'cc_unittests',
'components_unittests',
+ 'content_browsertests',
'content_unittests',
'gl_tests',
'gpu_unittests',
'ipc_tests',
'media_unittests',
'net_unittests',
+ 'sandbox_linux_unittests',
'sql_unittests',
'sync_unit_tests',
'ui_unittests',
'unit_tests',
'webkit_compositor_bindings_unittests',
'webkit_unit_tests',
- 'breakpad_unittests',
- 'sandbox_linux_unittests',
]
WEBRTC_CHROMIUM_TEST_SUITES = [

Powered by Google App Engine
This is Rietveld 408576698