Commit 2c4082a0 authored by Thiemo Nagel's avatar Thiemo Nagel Committed by Commit Bot

Disable flaky LayerTreeHostTestEarlyDamageCheckStops on Windows

BUG=813578
TBR=vmpstr

Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
Change-Id: I17a59d1d7d20c4bdd36388b2133892625253977d
Reviewed-on: https://chromium-review.googlesource.com/924197
Commit-Queue: Thiemo Nagel <tnagel@chromium.org>
Reviewed-by: default avatarThiemo Nagel <tnagel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537658}
parent e96c5b42
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "base/strings/stringprintf.h" #include "base/strings/stringprintf.h"
#include "base/synchronization/lock.h" #include "base/synchronization/lock.h"
#include "base/threading/thread_task_runner_handle.h" #include "base/threading/thread_task_runner_handle.h"
#include "build/build_config.h"
#include "cc/animation/timing_function.h" #include "cc/animation/timing_function.h"
#include "cc/input/scroll_elasticity_helper.h" #include "cc/input/scroll_elasticity_helper.h"
#include "cc/layers/content_layer_client.h" #include "cc/layers/content_layer_client.h"
...@@ -1265,9 +1266,12 @@ class LayerTreeHostTestEarlyDamageCheckStops : public LayerTreeHostTest { ...@@ -1265,9 +1266,12 @@ class LayerTreeHostTestEarlyDamageCheckStops : public LayerTreeHostTest {
int damaged_frame_limit_; int damaged_frame_limit_;
}; };
// Flaky on Win7 Tests (dbg)(1). https://crbug.com/813578
#if !defined(OS_WIN)
// This behavior is specific to Android WebView, which only uses // This behavior is specific to Android WebView, which only uses
// multi-threaded compositor. // multi-threaded compositor.
MULTI_THREAD_TEST_F(LayerTreeHostTestEarlyDamageCheckStops); MULTI_THREAD_TEST_F(LayerTreeHostTestEarlyDamageCheckStops);
#endif
// Verify CanDraw() is false until first commit. // Verify CanDraw() is false until first commit.
class LayerTreeHostTestCantDrawBeforeCommit : public LayerTreeHostTest { class LayerTreeHostTestCantDrawBeforeCommit : public LayerTreeHostTest {
......
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