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

Unified Diff: tools/perf/page_sets/tough_scheduling_cases.py

Issue 569733002: cc: Remove cc:RasterRequiredForActivation synthetic delays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: post-increment to pre-increment Created 6 years, 3 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 | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_scheduling_cases.py
diff --git a/tools/perf/page_sets/tough_scheduling_cases.py b/tools/perf/page_sets/tough_scheduling_cases.py
index d002ac8adc6581802d289835e110208ec027eeac..f8aeba87935580d63293aa5ce90c8f4abf0f4ca4 100644
--- a/tools/perf/page_sets/tough_scheduling_cases.py
+++ b/tools/perf/page_sets/tough_scheduling_cases.py
@@ -382,8 +382,10 @@ class ToughSchedulingCasesPageSet(page_set_module.PageSet):
self.AddPage(Page2(self))
self.AddPage(Page3(self))
self.AddPage(Page4(self))
- self.AddPage(Page5(self))
- # self.AddPage(Page6(self)) Flaky crbug.com/368532
+ # Disabled until crbug.com/413829 is fixed.
+ # self.AddPage(Page5(self))
+ # Disabled because of crbug.com/413829 and flakiness crbug.com/368532
+ # self.AddPage(Page6(self))
# Why: Touch handler scrolling baseline
self.AddPage(ToughSchedulingCasesPage(
'file://tough_scheduling_cases/touch_handler_scrolling.html',
@@ -402,8 +404,9 @@ class ToughSchedulingCasesPageSet(page_set_module.PageSet):
self.AddPage(ToughSchedulingCasesPage(
'file://tough_scheduling_cases/raf_canvas.html',
self))
- self.AddPage(Page13(self))
- # Disabled for flakiness. See 368532
+ # Disabled until crbug.com/413829 is fixed.
+ # self.AddPage(Page13(self))
+ # Disabled because of crbug.com/413829 and flakiness crbug.com/368532
# self.AddPage(Page14(self))
self.AddPage(Page15(self))
self.AddPage(Page16(self))
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698