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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 10790078: PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review comments Created 8 years, 4 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 | « no previous file | ppapi/api/dev/ppb_message_loop_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index b9ca0fc51f9e272eb666b481f36c00b5ba41ea35..78bc44b1f6c182e94c89a6d409c56574973845ca 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -812,6 +812,15 @@ TEST_PPAPI_IN_PROCESS(MouseCursor)
TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
TEST_PPAPI_NACL_VIA_HTTP(MouseCursor)
+// PPB_MessageLoop is only supported out-of-process.
+// TODO(dmichael): Enable for NaCl with the IPC proxy. crbug.com/116317
+TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics)
+// Note to sheriffs: MessageLoop_Post starts a thread, which has a history of
+// slowness, particularly on Windows XP. If this test times out, please try
+// marking it SLOW_ before disabling.
+// - dmichael
+TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post)
+
// Only enabled in out-of-process mode.
TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile)
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_message_loop_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698