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

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

Issue 7821001: Add test for calling PostMessage during Init. Deflakify TestPostMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use WaitForMessages in the non-main thread test Created 9 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/tests/test_post_message.h » ('j') | ppapi/tests/test_post_message.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index dafdcaae23a7f8066c7efe9d3884f095c93ab1e6..7ff7a46ae006c4fdc34a8b84168373e7f3376996 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -215,11 +215,7 @@ TEST_PPAPI_IN_PROCESS(VarDeprecated)
#undef PostMessage
#endif
TEST_PPAPI_IN_PROCESS(PostMessage)
-
-// Times out: http://crbug.com/93260
-TEST_F(OutOfProcessPPAPITest, FAILS_PostMessage) {
- RunTest("PostMessage");
-}
+TEST_PPAPI_OUT_OF_PROCESS(PostMessage)
TEST_PPAPI_IN_PROCESS(Memory)
TEST_PPAPI_OUT_OF_PROCESS(Memory)
« no previous file with comments | « no previous file | ppapi/tests/test_post_message.h » ('j') | ppapi/tests/test_post_message.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698