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

Unified Diff: chrome/test/perf/frame_rate/frame_rate_tests.cc

Issue 10695160: Revert 146150 - Revert 141510 - Disable framerate tests on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/perf/frame_rate/frame_rate_tests.cc
===================================================================
--- chrome/test/perf/frame_rate/frame_rate_tests.cc (revision 146209)
+++ chrome/test/perf/frame_rate/frame_rate_tests.cc (working copy)
@@ -270,8 +270,11 @@
kUseReferenceBuild,
kUseReferenceBuild | kUseGpu | kForceGpuComposited));
+// crbug.com/132133
+#if !defined(OS_WIN)
FRAME_RATE_TEST_WITH_AND_WITHOUT_ACCELERATED_COMPOSITING(blank);
FRAME_RATE_TEST_WITH_AND_WITHOUT_ACCELERATED_COMPOSITING(googleblog);
+#endif
typedef FrameRateTest FrameRateNoVsyncCanvasInternalTest;
@@ -290,7 +293,10 @@
kIsGpuCanvasTest | kUseReferenceBuild | kInternal | kHasRedirect | kUseGpu |
kDisableVsync));
+// crbug.com/132133
+#if !defined(OS_WIN)
INTERNAL_FRAME_RATE_TEST_CANVAS_WITH_AND_WITHOUT_NOVSYNC(fishbowl)
+#endif
typedef FrameRateTest FrameRateGpuCanvasInternalTest;
@@ -309,8 +315,11 @@
kIsGpuCanvasTest | kUseReferenceBuild | kInternal | kHasRedirect | kUseGpu |
kDisableVsync));
+// crbug.com/132133
+#if !defined(OS_WIN)
INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(fireflies)
INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(FishIE)
INTERNAL_FRAME_RATE_TEST_CANVAS_GPU(speedreading)
+#endif
} // namespace
« 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