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: ppapi/proxy/host_dispatcher_unittest.cc

Issue 7189045: Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 9 years, 6 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 | « ppapi/proxy/host_dispatcher.cc ('k') | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/host_dispatcher_unittest.cc
diff --git a/ppapi/proxy/host_dispatcher_unittest.cc b/ppapi/proxy/host_dispatcher_unittest.cc
index ffa53f246542689cededbf1473fe2edde2472816..b2caa1af2d0c83feb29470a5813e362213c5bc14 100644
--- a/ppapi/proxy/host_dispatcher_unittest.cc
+++ b/ppapi/proxy/host_dispatcher_unittest.cc
@@ -21,7 +21,9 @@ class HostDispatcherTest : public HostProxyTest {
}
};
-TEST_F(HostDispatcherTest, PPBCreation) {
+// TODO(brettw): Make and register an implementation of TrackerBase for this
+// test. Possibly fix other failures too, once that's resolved.
+TEST_F(HostDispatcherTest, FAILS_PPBCreation) {
RegisterTestInterface(PPB_AUDIO_INTERFACE,
reinterpret_cast<void*>(0xdeadbeef));
« no previous file with comments | « ppapi/proxy/host_dispatcher.cc ('k') | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698