Commit b1a79aa3 authored by Andy Paicu's avatar Andy Paicu Committed by Commit Bot

Disabled failing AuraWindowVideoCaptureDeviceBrowserTest tests

TBR=mfoltz@chromium.org

Bug: 1096988
Change-Id: I04e9202842d4e4e8c9929f77087e58d2b2c0684d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253760Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780236}
parent 3006c15b
......@@ -221,11 +221,12 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
RunUntilIdle();
}
// Disabled (crbug.com/1096988)
// Tests that the device starts, captures a frame, and then gracefully
// errors-out because the target window is destroyed before the device is
// stopped.
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
ErrorsOutWhenWindowIsDestroyed) {
DISABLED_ErrorsOutWhenWindowIsDestroyed) {
NavigateToInitialDocument();
AllocateAndStartAndWaitForFirstFrame();
......@@ -243,11 +244,12 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
StopAndDeAllocate();
}
// Disabled (crbug.com/1096988)
// 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.
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
SuspendsAndResumes) {
DISABLED_SuspendsAndResumes) {
NavigateToInitialDocument();
AllocateAndStartAndWaitForFirstFrame();
......@@ -277,10 +279,11 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
StopAndDeAllocate();
}
// Disabled (crbug.com/1096988)
// Tests that the device delivers refresh frames when asked, while the source
// content is not changing.
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
DeliversRefreshFramesUponRequest) {
DISABLED_DeliversRefreshFramesUponRequest) {
NavigateToInitialDocument();
AllocateAndStartAndWaitForFirstFrame();
......@@ -300,10 +303,11 @@ IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
}
#if defined(OS_CHROMEOS)
// Disabled (crbug.com/1096988)
// On ChromeOS, another window may occlude a window that is being captured.
// Make sure the visibility is set to visible during capture if it's occluded.
IN_PROC_BROWSER_TEST_F(AuraWindowVideoCaptureDeviceBrowserTest,
CapturesOccludedWindows) {
DISABLED_CapturesOccludedWindows) {
NavigateToInitialDocument();
AllocateAndStartAndWaitForFirstFrame();
......@@ -355,11 +359,12 @@ INSTANTIATE_TEST_SUITE_P(
true /* fixed aspect ratio */)));
#endif // defined(OS_CHROMEOS)
// Disabled (crbug.com/1096988)
// Tests that the device successfully captures a series of content changes,
// whether the browser is running with software compositing or GPU-accelerated
// compositing.
IN_PROC_BROWSER_TEST_P(AuraWindowVideoCaptureDeviceBrowserTestP,
CapturesContentChanges) {
DISABLED_CapturesContentChanges) {
SCOPED_TRACE(testing::Message()
<< "Test parameters: "
<< (IsSoftwareCompositingTest() ? "Software Compositing"
......
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