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

Unified Diff: build/android/gtest_filter/base_unittests_disabled

Issue 10809081: Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes from downstream and strip… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added comment re: death Created 8 years, 5 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 | « base/logging.h ('k') | build/android/gtest_filter/net_unittests_disabled » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gtest_filter/base_unittests_disabled
diff --git a/build/android/gtest_filter/base_unittests_disabled b/build/android/gtest_filter/base_unittests_disabled
index 4589abd78a6b998a0f640859898a4a5fa6fc7c06..ddbebadda74e4530f59f3fb8ff935b38a840c145 100644
--- a/build/android/gtest_filter/base_unittests_disabled
+++ b/build/android/gtest_filter/base_unittests_disabled
@@ -1,7 +1,14 @@
# List of suppressions
+
+# Android will not support StackTrace.
+StackTrace.*
#
# Sometimes this is automatically generated by run_tests.py
VerifyPathControlledByUserTest.Symlinks
+
+# http://crbug.com/138845
+MessagePumpLibeventTest.TestWatchingFromBadThread
+
StringPrintfTest.StringPrintfMisc
StringPrintfTest.StringAppendfString
StringPrintfTest.StringAppendfInt
@@ -20,3 +27,6 @@ ScopedJavaRefTest.RefCounts
# http://crbug.com/137348
JNIAndroidTest.GetMethodIDFromClassNameCaching
ScopedJavaRefTest.Conversions
+
+# Death tests are not supported with apks.
+*DeathTest*
« no previous file with comments | « base/logging.h ('k') | build/android/gtest_filter/net_unittests_disabled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698