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) |