Commit 43090c4e authored by Andy Paicu's avatar Andy Paicu Committed by Commit Bot

Disabled ExtendedMouseWarpControllerTest.CheckHostPointToScreenInMouseWarpRegion

TBR=afakhry@chromium.org

Bug: 1021902
Change-Id: I96aa923f74e479a0c77332aa69aedb49c65de148
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900988Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712968}
parent 7a8d1cc7
...@@ -389,8 +389,16 @@ TEST_F(ExtendedMouseWarpControllerTest, ...@@ -389,8 +389,16 @@ TEST_F(ExtendedMouseWarpControllerTest,
// Check that the point in the rotated secondary display's warp region is // Check that the point in the rotated secondary display's warp region is
// converted correctly from native host coordinates to screen DIP coordinates. // converted correctly from native host coordinates to screen DIP coordinates.
// (see https://crbug.com/905035) // (see https://crbug.com/905035)
// Disabled on ChromeOS debug as it's causing build failures (crbug.com/1021902)
#if defined(OS_CHROMEOS) && !defined(NDEBUG)
#define MAYBE_CheckHostPointToScreenInMouseWarpRegion \
DISABLED_CheckHostPointToScreenInMouseWarpRegion
#else
#define MAYBE_CheckHostPointToScreenInMouseWarpRegion \
CheckHostPointToScreenInMouseWarpRegion
#endif
TEST_F(ExtendedMouseWarpControllerTest, TEST_F(ExtendedMouseWarpControllerTest,
CheckHostPointToScreenInMouseWarpRegion) { MAYBE_CheckHostPointToScreenInMouseWarpRegion) {
// Zoom factor is needed to trigger rounding error which occured in previous // Zoom factor is needed to trigger rounding error which occured in previous
// code. // code.
UpdateDisplay("50+50-200x200@0.8,50+300-300x100/r"); UpdateDisplay("50+50-200x200@0.8,50+300-300x100/r");
......
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