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

Unified Diff: build/android/gtest_filter/media_unittests_disabled

Issue 10808115: Run media_unittests on android test bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove duplicate code to init logging. 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
Index: build/android/gtest_filter/media_unittests_disabled
diff --git a/build/android/gtest_filter/media_unittests_disabled b/build/android/gtest_filter/media_unittests_disabled
new file mode 100644
index 0000000000000000000000000000000000000000..280c0aee6ef36cde86699c358b93a68e6578a3d4
--- /dev/null
+++ b/build/android/gtest_filter/media_unittests_disabled
@@ -0,0 +1,16 @@
+# List of suppressions
+
+# crbug.com/138848
+AudioOutputControllerTest.CreateAndClose
+AudioOutputControllerTest.PlayPauseClose
+AudioOutputControllerTest.PlayPausePlayClose
+
+# crbug.com/136720
+CrossProcessNotificationMultiProcessTest.Basic
+
+# Death tests are not supported on APK
+# http://crbug.com/138855
+CompositeFilterDeathTest.*
+
+# http://crbug.com/138833
+AesDecryptorTest.*

Powered by Google App Engine
This is Rietveld 408576698