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

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

Issue 12987003: Android: move sandbox_linux_unittests to stable tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark breakpad tests as stable as well. Created 7 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: 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 f5fdaac3d5a96af035d0a3efb1b4ba021c991c41..166594b3470529efe596352c86bf539f222d49b8 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -14,8 +14,6 @@ Apk = lambda name : Suite(False, name)
# Add new suites here before upgrading them to the stable list below.
EXPERIMENTAL_TEST_SUITES = [
- Exe('sandbox_linux_unittests'),
- Exe('breakpad_unittests'),
]
# Do not modify this list without approval of an android owner.
@@ -38,4 +36,6 @@ STABLE_TEST_SUITES = [
Apk('unit_tests'),
Apk('webkit_compositor_bindings_unittests'),
Apk('webkit_unit_tests'),
+ Exe('breakpad_unittests'),
+ Exe('sandbox_linux_unittests'),
]
« 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