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

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

Issue 299893002: Fix PPAPINaClNewlibTest.PostMessage flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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.cc » ('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 af0d0df74a1071155de5ad23c363750177ce76bc..e9acb04136d96dd405b6a784ffffb60cc13da6ac 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -675,16 +675,10 @@ TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated)
#undef PostMessage
#endif
-// Flaky: crbug.com/269530
-#if defined(OS_WIN)
-#define MAYBE_PostMessage DISABLED_PostMessage
-#else
-#define MAYBE_PostMessage PostMessage
-#endif
-IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_PostMessage) {
+IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, PostMessage) {
RUN_POSTMESSAGE_SUBTESTS;
}
-IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, MAYBE_PostMessage) {
+IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, PostMessage) {
RUN_POSTMESSAGE_SUBTESTS;
}
IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(PostMessage)) {
« no previous file with comments | « no previous file | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698