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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 9455092: HostResolver is exposed to plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: CreateNetworkListFromAddrInfo marked as shared. Created 8 years, 10 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: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 03c40ae8319edc8458e029eab76ad4a8b6abe643..43f9c670206909c0523c984d39f516a0eeea5182 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -406,6 +406,15 @@ TEST_PPAPI_NACL_VIA_HTTP_DISALLOWED_SOCKETS(UDPSocketPrivateDisallowed)
TEST_PPAPI_IN_PROCESS_VIA_HTTP(TCPServerSocketPrivate)
TEST_PPAPI_NACL_VIA_HTTP(TCPServerSocketPrivate)
+// Fails on trybots.
+#define MAYBE_HostResolverPrivate_ResolveIPV6 \
+ DISABLED_HostResolverPrivate_ResolveIPV6
+
+TEST_PPAPI_IN_PROCESS_VIA_HTTP(HostResolverPrivate_Create)
+TEST_PPAPI_IN_PROCESS_VIA_HTTP(HostResolverPrivate_Resolve)
+TEST_PPAPI_IN_PROCESS_VIA_HTTP(HostResolverPrivate_ResolveIPV4)
+TEST_PPAPI_IN_PROCESS_VIA_HTTP(MAYBE_HostResolverPrivate_ResolveIPV6)
sky 2012/02/28 20:39:29 How come you're checking in a disabled test?
ygorshenin1 2012/02/29 14:02:37 By unknown reason IPV6 tests fail on trybots. OK,
+
// URLLoader tests.
TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLLoader_BasicGET)
TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLLoader_BasicPOST)
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper_lookup_request.h » ('j') | webkit/plugins/ppapi/plugin_module.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698