Disabled WindowSelectorTest.MinimizedWindowVisibility due to crash in Skia.

BUG=379570

Review URL: https://codereview.chromium.org/308253002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274128 0039d316-1c4b-4281-b951-d872f2087c98
parent 75555792
...@@ -371,7 +371,9 @@ TEST_F(WindowSelectorTest, SelectingHidesAppList) { ...@@ -371,7 +371,9 @@ TEST_F(WindowSelectorTest, SelectingHidesAppList) {
// Tests that a minimized window's visibility and layer visibility is correctly // Tests that a minimized window's visibility and layer visibility is correctly
// changed when entering overview and restored when leaving overview mode. // changed when entering overview and restored when leaving overview mode.
TEST_F(WindowSelectorTest, MinimizedWindowVisibility) { // Crashes after the skia roll in http://crrev.com/274114.
// http://crbug.com/379570
TEST_F(WindowSelectorTest, DISABLED_MinimizedWindowVisibility) {
gfx::Rect bounds(0, 0, 400, 400); gfx::Rect bounds(0, 0, 400, 400);
scoped_ptr<aura::Window> window1(CreateWindow(bounds)); scoped_ptr<aura::Window> window1(CreateWindow(bounds));
wm::WindowState* window_state = wm::GetWindowState(window1.get()); wm::WindowState* window_state = wm::GetWindowState(window1.get());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment