Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1205)

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 9585035: Disable ThreadedCompositorTest.ThreadedCompositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/gpu/gpu_feature_browsertest.cc
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
index dd1d30f9331e7ad2664b0d59588b1837330a1802..707f199c51c5488bc14a2b864f2196e5a977e9ce 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -333,7 +333,7 @@ class ThreadedCompositorTest : public GpuFeatureTest {
}
};
-IN_PROC_BROWSER_TEST_F(ThreadedCompositorTest, FLAKY_ThreadedCompositor) {
+IN_PROC_BROWSER_TEST_F(ThreadedCompositorTest, DISABLED_ThreadedCompositor) {
const FilePath url(FILE_PATH_LITERAL("feature_compositing.html"));
RunTest(url, EXPECT_GPU_SWAP_BUFFERS);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698