diff options
author | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 09:15:41 +0000 |
---|---|---|
committer | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 09:15:41 +0000 |
commit | 986265fb36325aced5e9870b857002bb6478739d (patch) | |
tree | d0c2a43f63f0283e7a73d2a99253115ef85986d9 /cc | |
parent | ac8df38f44b1411cb17095449953cfc0bf89e147 (diff) | |
download | chromium_src-986265fb36325aced5e9870b857002bb6478739d.zip chromium_src-986265fb36325aced5e9870b857002bb6478739d.tar.gz chromium_src-986265fb36325aced5e9870b857002bb6478739d.tar.bz2 |
cc: Disable flaky LayerTreeHostContextTestLostContextWhileUpdatingResources
TBR=enne@chromium.org
BUG=313790
Review URL: https://codereview.chromium.org/55563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r-- | cc/trees/layer_tree_host_unittest_context.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc index 76a7eab..5596346 100644 --- a/cc/trees/layer_tree_host_unittest_context.cc +++ b/cc/trees/layer_tree_host_unittest_context.cc @@ -937,10 +937,10 @@ TEST_F(LayerTreeHostContextTestLostContextAndEvictTextures, RunTest(true, true, true); } -class LayerTreeHostContextTestLostContextWhileUpdatingResources +class DISABLED_LayerTreeHostContextTestLostContextWhileUpdatingResources : public LayerTreeHostContextTest { public: - LayerTreeHostContextTestLostContextWhileUpdatingResources() + DISABLED_LayerTreeHostContextTestLostContextWhileUpdatingResources() : parent_(FakeContentLayer::Create(&client_)), num_children_(50), times_to_lose_on_end_query_(3) {} @@ -994,8 +994,9 @@ class LayerTreeHostContextTestLostContextWhileUpdatingResources int times_to_lose_on_end_query_; }; +// Disabled (crbug.com/313790) SINGLE_AND_MULTI_THREAD_NOIMPL_TEST_F( - LayerTreeHostContextTestLostContextWhileUpdatingResources); + DISABLED_LayerTreeHostContextTestLostContextWhileUpdatingResources); class LayerTreeHostContextTestLayersNotified : public LayerTreeHostContextTest { |