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

Unified Diff: build/android/gtest_filter/unit_tests_disabled

Issue 11360068: Disable DeathTests inside unit_tests for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/gtest_filter/unit_tests_disabled
diff --git a/build/android/gtest_filter/unit_tests_disabled b/build/android/gtest_filter/unit_tests_disabled
index d9337f27c6eb831f1b151eab9cfe37453c30f3c4..14070a51a4268f0b321a51c9abdd3ab36d6ebbe0 100644
--- a/build/android/gtest_filter/unit_tests_disabled
+++ b/build/android/gtest_filter/unit_tests_disabled
@@ -40,8 +40,6 @@ CreditCardTest.SetInfoExpirationMonth
DownloadItemModelTest.InterruptTooltip
# Tests crashing in the APK
-# DEATH test, forking and doing bad stuff, not supported yet.
-IncognitoModePrefsDeathTest.GetAvailabilityBadValue
# l10n_util.cc(655)] Check failed: std::string::npos != pos
DownloadItemModelTest.InterruptStatus
# l10n_util.cc(655)] Check failed: std::string::npos != pos
@@ -147,3 +145,6 @@ ManifestTest.RestrictedKeys
# crbug.com/152599
SyncSearchEngineDataTypeControllerTest.*
+
+# Death tests are not supported with apks.
+*DeathTest*
« 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