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

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

Issue 324983005: [PPAPI] Add browser tests for compositor API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor_api_impl_new
Patch Set: Remove change in base folder. 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
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 9642cc361dca7d5bd2ebaa8f2aeb918a059131b4..0a679c6efcf615893c63ccd73ea680694ee1f04c 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1208,6 +1208,16 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_FlashMessageLoop) {
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 | content/renderer/pepper/pepper_compositor_host.h » ('j') | ppapi/proxy/compositor_layer_resource.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698