Commit 250536ee authored by vitaliii's avatar vitaliii Committed by Commit Bot

[Sheriff] Disable DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay.

Disable
TabDragging/DetachToBrowserInSeparateDisplayTabDragControllerTest.DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay/0
on Chrome OS (crashes).

TBR=kylixrd@chromium.org

Bug: 1003288
Change-Id: Ibdf77ab62872304fca207fe4fd0ae174525d21f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800866Reviewed-by: default avatarvitaliii <vitaliii@chromium.org>
Commit-Queue: vitaliii <vitaliii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695993}
parent ab4b2350
......@@ -2587,8 +2587,17 @@ IN_PROC_BROWSER_TEST_P(DetachToBrowserInSeparateDisplayTabDragControllerTest,
EXPECT_FALSE(browser2->window()->IsMaximized());
}
IN_PROC_BROWSER_TEST_P(DetachToBrowserInSeparateDisplayTabDragControllerTest,
DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay) {
// Crashes on ChromeOS. crbug.com/1003288
#if defined(OS_CHROMEOS)
#define MAYBE_DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay \
DISABLED_CDragBrowserWindowWhenMajorityOfBoundsInSecondDisplay
#else
#define MAYBE_DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay \
DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay
#endif
IN_PROC_BROWSER_TEST_P(
DetachToBrowserInSeparateDisplayTabDragControllerTest,
MAYBE_DragBrowserWindowWhenMajorityOfBoundsInSecondDisplay) {
// Set the browser's window bounds such that the majority of its bounds
// resides in the second display.
const std::pair<Display, Display> displays =
......
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