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

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

Issue 8515014: Fix flaky PPAPITest.FlashClipboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do the same thing for IsFormatAvailable. Created 9 years, 1 month 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_core.cc » ('j') | ppapi/tests/test_flash_clipboard.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 29241538738a5ef04ad2fa4fd0bb015d2a52e3bd..e1af01cf963c574da8efdc14cbd8f12fa4471f41 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -274,8 +274,8 @@ TEST_F(OutOfProcessPPAPITest, DISABLED_Fullscreen) {
}
#endif
-TEST_PPAPI_IN_PROCESS(FLAKY_FlashClipboard)
-TEST_PPAPI_OUT_OF_PROCESS(FLAKY_FlashClipboard)
+TEST_PPAPI_IN_PROCESS(FlashClipboard)
+TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
#if defined(OS_POSIX)
#define MAYBE_DirectoryReader FLAKY_DirectoryReader
« no previous file with comments | « no previous file | ppapi/tests/test_core.cc » ('j') | ppapi/tests/test_flash_clipboard.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698