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

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

Issue 9814015: Add new MouseCursor interface for setting the mouse cursor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/api/ppb_mouse_cursor.idl » ('j') | 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 8a820a9073f92f58fd31cd9b7d42ff6d114a5c33..39f026247c36e1ba9acdc23b72a25a88656c0d89 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -444,17 +444,6 @@ TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Broker)
TEST_PPAPI_IN_PROCESS(Core)
TEST_PPAPI_OUT_OF_PROCESS(Core)
-// Times out on Linux. http://crbug.com/108180
-#if defined(OS_LINUX)
-#define MAYBE_CursorControl DISABLED_CursorControl
-#else
-#define MAYBE_CursorControl CursorControl
-#endif
-
-TEST_PPAPI_IN_PROCESS(MAYBE_CursorControl)
-TEST_PPAPI_OUT_OF_PROCESS(MAYBE_CursorControl)
-TEST_PPAPI_NACL_VIA_HTTP(MAYBE_CursorControl)
-
// Times out on Linux. http://crbug.com/108859
#if defined(OS_LINUX)
#define MAYBE_InputEvent DISABLED_InputEvent
@@ -1039,4 +1028,8 @@ TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
+TEST_PPAPI_IN_PROCESS(MouseCursor)
+TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
+TEST_PPAPI_NACL_VIA_HTTP(MouseCursor)
+
#endif // ADDRESS_SANITIZER
« no previous file with comments | « no previous file | ppapi/api/ppb_mouse_cursor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698