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

Unified Diff: cc/ipc/cc_serialization_perftest.cc

Issue 2691943003: Disable test in cc_perftest (Closed)
Patch Set: Add comment about reason for disabling. Created 3 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: cc/ipc/cc_serialization_perftest.cc
diff --git a/cc/ipc/cc_serialization_perftest.cc b/cc/ipc/cc_serialization_perftest.cc
index a63324ae61d7710267aa708b54b09ee91edbd4c9..df6a2c800090c4d57c0edc64f9c38b87493097f2 100644
--- a/cc/ipc/cc_serialization_perftest.cc
+++ b/cc/ipc/cc_serialization_perftest.cc
@@ -286,8 +286,16 @@ TEST_F(CCSerializationPerfTest, DelegatedFrame_ManyQuads_100_4000) {
UseSingleSharedQuadState::YES);
}
+// Done for https://crbug.com/691730. Test is too slow as is.
+#if defined(OS_ANDROID)
+#define MAYBE_DelegatedFrame_ManyQuads_10_100000 \
+ DISABLED_DelegatedFrame_ManyQuads_10_100000
+#else
+#define MAYBE_DelegatedFrame_ManyQuads_10_100000 \
+ DelegatedFrame_ManyQuads_10_100000
+#endif
// Test for compositor frames with 10 render pass and each with 100000 quads.
-TEST_F(CCSerializationPerfTest, DelegatedFrame_ManyQuads_10_100000) {
+TEST_F(CCSerializationPerfTest, MAYBE_DelegatedFrame_ManyQuads_10_100000) {
// One shared quad state for all quads in one render pass.
RunCompositorFrameTest("DelegatedFrame_ManyQuads_10_100000", 100000, 10,
UseSingleSharedQuadState::YES);
« 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