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

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

Issue 616693002: Kill page.disabled field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « tools/perf/page_sets/key_silk_cases.py ('k') | tools/telemetry/telemetry/page/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_canvas_cases.py
diff --git a/tools/perf/page_sets/tough_canvas_cases.py b/tools/perf/page_sets/tough_canvas_cases.py
index 480da178fabc8e732e48bc6483988de181c2cf1f..f4be457579647a13d12fc1409e26e7cbe3cbf880 100644
--- a/tools/perf/page_sets/tough_canvas_cases.py
+++ b/tools/perf/page_sets/tough_canvas_cases.py
@@ -28,8 +28,6 @@ class MicrosofFirefliesPage(ToughCanvasCasesPage):
url='http://ie.microsoft.com/testdrive/Performance/Fireflies/Default.html',
page_set=page_set)
- self.disabled = 'Crashes on Galaxy Nexus. crbug.com/314131'
-
class ToughCanvasCasesPageSet(page_set_module.PageSet):
@@ -42,7 +40,8 @@ class ToughCanvasCasesPageSet(page_set_module.PageSet):
archive_data_file='data/tough_canvas_cases.json',
bucket=page_set_module.PARTNER_BUCKET)
- self.AddPage(MicrosofFirefliesPage(self))
+ # Crashes on Galaxy Nexus. crbug.com/314131
+ # self.AddPage(MicrosofFirefliesPage(self))
# Failing on Nexus 5 (http://crbug.com/364248):
# 'http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM',
« no previous file with comments | « tools/perf/page_sets/key_silk_cases.py ('k') | tools/telemetry/telemetry/page/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698