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

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

Issue 9358065: Flakiness cleanup: disable flaky tests under chrome/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « chrome/test/ui/npapi_uitest.cc ('k') | no next file » | no next file with comments »
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 43f611a875c301acb36c9da02585993ebc30735c..55c93fb78e96ebd8199b9722ad453728a9a25198 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -347,7 +347,8 @@ class NaClTestEnableHardwareExceptions : public PPAPINaClTest {
#if !defined(ADDRESS_SANITIZER)
TEST_PPAPI_IN_PROCESS(Broker)
-TEST_PPAPI_OUT_OF_PROCESS(FLAKY_Broker)
+// Flaky, http://crbug.com/111355
+TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Broker)
TEST_PPAPI_IN_PROCESS(Core)
TEST_PPAPI_OUT_OF_PROCESS(Core)
@@ -368,7 +369,7 @@ TEST_PPAPI_NACL_VIA_HTTP(MAYBE_CursorControl)
#define MAYBE_InputEvent DISABLED_InputEvent
#elif defined(OS_MACOSX)
// Flaky on Mac. http://crbug.com/109258
-#define MAYBE_InputEvent FLAKY_InputEvent
+#define MAYBE_InputEvent DISABLED_InputEvent
#else
#define MAYBE_InputEvent InputEvent
#endif
@@ -557,7 +558,7 @@ TEST_PPAPI_NACL_VIA_HTTP(PostMessage_NoHandler)
// directly to blame for the flakiness. It's possible that it's a more general
// problem that is exposing itself only with one of the later tests in this
// series.
-TEST_PPAPI_NACL_VIA_HTTP(FLAKY_PostMessage_ExtraParam)
+TEST_PPAPI_NACL_VIA_HTTP(DISABLED_PostMessage_ExtraParam)
#else
TEST_PPAPI_NACL_VIA_HTTP(PostMessage_ExtraParam)
#endif
@@ -656,8 +657,9 @@ TEST_PPAPI_NACL_VIA_HTTP(DISABLED_Fullscreen)
TEST_PPAPI_IN_PROCESS(FlashClipboard)
TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
+// http://crbug.com/63239
#if defined(OS_POSIX)
-#define MAYBE_DirectoryReader FLAKY_DirectoryReader
+#define MAYBE_DirectoryReader DISABLED_DirectoryReader
#else
#define MAYBE_DirectoryReader DirectoryReader
#endif
@@ -729,7 +731,7 @@ TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs)
// Intermittently fails on OSX. http://crbug.com/111636
#if defined(OS_MACOSX)
-#define MAYBE_WebSocket_CcInterfaces FLAKY_WebSocket_CcInterfaces
+#define MAYBE_WebSocket_CcInterfaces DISABLED_WebSocket_CcInterfaces
#else
#define MAYBE_WebSocket_CcInterfaces WebSocket_CcInterfaces
#endif
« no previous file with comments | « chrome/test/ui/npapi_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698