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

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

Issue 342323006: Revert 278728 "[PPAPI] Add browser tests for compositor API" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | trunk/src/content/renderer/pepper/pepper_compositor_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/ppapi/ppapi_browsertest.cc
===================================================================
--- trunk/src/chrome/test/ppapi/ppapi_browsertest.cc (revision 278764)
+++ trunk/src/chrome/test/ppapi/ppapi_browsertest.cc (working copy)
@@ -1208,16 +1208,6 @@
RUN_FLASH_MESSAGE_LOOP_SUBTESTS;
}
-#if defined(OS_WIN) && defined(USE_AURA)
-// These tests fail with the test compositor which is what's used by default for
-// browser tests on Windows Aura. Renable when the software compositor is
-// available.
-#define MAYBE_Compositor DISABLED_Compositor
-#else // defined(OS_WIN) && defined(USE_AURA)
-#define MAYBE_Compositor Compositor
-#endif // defined(OS_WIN) && defined(USE_AURA)
-TEST_PPAPI_NACL(MAYBE_Compositor)
-
TEST_PPAPI_NACL(MediaStreamAudioTrack)
TEST_PPAPI_NACL(MediaStreamVideoTrack)
« no previous file with comments | « no previous file | trunk/src/content/renderer/pepper/pepper_compositor_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698