Commit 5a11f028 authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Reenable DragDropTest.DragDropAcrossMultiDisplay test in debug

crrev.com/c/1893511 fixes the regression in this test caused by
crrev.com/c/1774637.

Test: Verified locally
Bug: 1006101
Change-Id: I2fd04f03a2a11af65a0a8cbeaca17b3d322fc21e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898332
Auto-Submit: Bailey Berro <baileyberro@chromium.org>
Commit-Queue: Ahmed Fakhry <afakhry@chromium.org>
Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712640}
parent 460d9c99
...@@ -117,13 +117,7 @@ using DragDropTest = AshTestBase; ...@@ -117,13 +117,7 @@ using DragDropTest = AshTestBase;
// Test if the mouse gets moved properly to another display // Test if the mouse gets moved properly to another display
// during drag & drop operation. // during drag & drop operation.
// Fails in debug builds, crbug.com/1006101. TEST_F(DragDropTest, DragDropAcrossMultiDisplay) {
#if !defined(NDEBUG)
#define MAYBE_DragDropAcrossMultiDisplay DISABLED_DragDropAcrossMultiDisplay
#else
#define MAYBE_DragDropAcrossMultiDisplay DragDropAcrossMultiDisplay
#endif
TEST_F(DragDropTest, MAYBE_DragDropAcrossMultiDisplay) {
ui_controls::InstallUIControlsAura(test::CreateAshUIControls()); ui_controls::InstallUIControlsAura(test::CreateAshUIControls());
UpdateDisplay("400x400,400x400"); UpdateDisplay("400x400,400x400");
......
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