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

Unified Diff: build/android/gtest_filter/net_unittests_disabled

Issue 10171009: Update net/android/network_library.cc with fresher code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comments, fixed caller Created 8 years, 8 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/net_unittests_disabled
diff --git a/build/android/gtest_filter/net_unittests_disabled b/build/android/gtest_filter/net_unittests_disabled
index 3dde5662e8e1b5ac5e7b02d698f93d5f5ca1fa1a..d4e583c6245d1e9a9702109e933256ec89719701 100644
--- a/build/android/gtest_filter/net_unittests_disabled
+++ b/build/android/gtest_filter/net_unittests_disabled
@@ -85,3 +85,6 @@ CertVerifyProcTest.*
VerifyRoot/CertVerifyProcWeakDigestTest.*
# Relies on TestServer which isn't yet configured upstream.
URLRequestContextBuilderTest.*
+
+# Depends on JNI for certificate code.
+DiskCacheEntryTest.*
Ryan Sleevi 2012/04/23 22:27:18 Really? What test(s)? Just the mere act of Deseri
Yaron 2012/04/23 22:32:19 It does seem kind of strange. Here's the logcat:

Powered by Google App Engine
This is Rietveld 408576698