Commit edae7679 authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

Disable 3 AuraWindowVideoCaptureDeviceBrowserTest on Linux

Test failing skia_renderer_content_browsertests on linux bot
https://ci.chromium.org/p/chromium/builders/ci/linux-xenial-rel/7843

Tbr: sergeyu@chromium.org
Bug: 947043
Change-Id: Id014029fa3495c521be170a5040f086a21c6b9b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543461Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645335}
parent 8daef4fe
......@@ -226,8 +226,14 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
// Tests that the device starts, captures a frame, and then gracefully
// errors-out because the target window is destroyed before the device is
// stopped.
#if defined(OS_LINUX)
#define MAYBE_ErrorsOutWhenWindowIsDestroyed \
DISABLED_ErrorsOutWhenWindowIsDestroyed
#else
#define MAYBE_ErrorsOutWhenWindowIsDestroyed ErrorsOutWhenWindowIsDestroyed
#endif
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
ErrorsOutWhenWindowIsDestroyed) {
MAYBE_ErrorsOutWhenWindowIsDestroyed) {
// TODO(crbug.com/877172): CopyOutputRequests not allowed.
if (features::IsSingleProcessMash())
return;
......@@ -251,8 +257,13 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
// Tests that the device stops delivering frames while suspended. When resumed,
// any content changes that occurred during the suspend should cause a new frame
// to be delivered, to ensure the client is up-to-date.
#if defined(OS_LINUX)
#define MAYBE_SuspendsAndResumes DISABLED_SuspendsAndResumes
#else
#define MAYBE_SuspendsAndResumes SuspendsAndResumes
#endif
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
SuspendsAndResumes) {
MAYBE_SuspendsAndResumes) {
// TODO(crbug.com/877172): CopyOutputRequests not allowed.
if (features::IsSingleProcessMash())
return;
......@@ -288,8 +299,14 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
// Tests that the device delivers refresh frames when asked, while the source
// content is not changing.
#if defined(OS_LINUX)
#define MAYBE_DeliversRefreshFramesUponRequest \
DISABLED_DeliversRefreshFramesUponRequest
#else
#define MAYBE_DeliversRefreshFramesUponRequest DeliversRefreshFramesUponRequest
#endif
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
DeliversRefreshFramesUponRequest) {
MAYBE_DeliversRefreshFramesUponRequest) {
// TODO(crbug.com/877172): CopyOutputRequests not allowed.
if (features::IsSingleProcessMash())
return;
......
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