Commit 668481a7 authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

Disable WaylandDataDeviceManagerTest on XDG v5

CL deliberately skips running WaylandDataDeviceManagerTest unittests on
XDG_v5. ChromeOS/Linux builder runs on 14.04, which seems to have a
mis-functioning XDG v5 implementation.

Details: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-rel/7224

TBR=rjkroege@chromium.org

Will follow up to get this TODO fixed properly ASAP.

BUG=578890

Change-Id: I42de7d61633341c0593a118015c2a9eb99d033ff
Reviewed-on: https://chromium-review.googlesource.com/1027030Reviewed-by: default avatarAntonio Gomes <tonikitoo@igalia.com>
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Cr-Commit-Position: refs/heads/master@{#553404}
parent b7e40f6d
......@@ -131,10 +131,12 @@ TEST_P(WaylandDataDeviceManagerTest, IsSelectionOwner) {
ASSERT_FALSE(clipboard_client_->IsSelectionOwner());
}
INSTANTIATE_TEST_CASE_P(XdgVersionV5Test,
WaylandDataDeviceManagerTest,
::testing::Values(kXdgShellV5));
// TODO(tonikitoo): Deliberately skip running these specific unittests on
// XDG_v5. ChromeOS/Linux builder running on 14.04, which seems to have a
// mis-functioning XDG v5 implementation.
//
// Details:
// https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-rel/7224
INSTANTIATE_TEST_CASE_P(XdgVersionV6Test,
WaylandDataDeviceManagerTest,
::testing::Values(kXdgShellV6));
......
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