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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc

Issue 2761723002: Disable RenderWidgetHostViewChildFrameTest.FrameEvictionKeepsLocalSurfaceId on Win (Closed)
Patch Set: rebase Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc b/content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc
index 2075199deb31f46930b554605806ad9692d98185..bdd44705f882b5d0eb074d785e801ff64c5ce282 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc
+++ b/content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc
@@ -142,9 +142,12 @@ cc::CompositorFrame CreateDelegatedFrame(float scale_factor,
#if defined(OS_WIN)
#define MAYBE_VisibilityTest DISABLED_VisibilityTest
#define MAYBE_SwapCompositorFrame DISABLED_SwapCompositorFrame
+#define MAYBE_FrameEvictionKeepsLocalSurfaceId \
+ DISABLED_FrameEvictionKeepsLocalSurfaceId
#else
#define MAYBE_VisibilityTest VisibilityTest
#define MAYBE_SwapCompositorFrame SwapCompositorFrame
+#define MAYBE_FrameEvictionKeepsLocalSurfaceId FrameEvictionKeepsLocalSurfaceId
#endif
TEST_F(RenderWidgetHostViewChildFrameTest, MAYBE_VisibilityTest) {
@@ -189,7 +192,8 @@ TEST_F(RenderWidgetHostViewChildFrameTest, MAYBE_SwapCompositorFrame) {
// Check that frame eviction does not trigger allocation of a new local surface
// id.
-TEST_F(RenderWidgetHostViewChildFrameTest, FrameEvictionKeepsLocalSurfaceId) {
+TEST_F(RenderWidgetHostViewChildFrameTest,
+ MAYBE_FrameEvictionKeepsLocalSurfaceId) {
gfx::Size view_size(100, 100);
gfx::Rect view_rect(view_size);
float scale_factor = 1.f;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698