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

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

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/tough_animation_cases.py ('k') | tools/perf/page_sets/tough_pinch_zoom_cases.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 565268bc70b497bf77a02f51356eec15754acec4..32e6f7535cbb7e9f44c4c372247e8ebc01f7c232 100644
--- a/tools/perf/page_sets/tough_canvas_cases.py
+++ b/tools/perf/page_sets/tough_canvas_cases.py
@@ -25,7 +25,7 @@ class MicrosofFirefliesPage(ToughCanvasCasesPage):
def __init__(self, page_set):
super(MicrosofFirefliesPage, self).__init__(
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
url='http://ie.microsoft.com/testdrive/Performance/Fireflies/Default.html',
page_set=page_set)
@@ -50,7 +50,7 @@ class ToughCanvasCasesPageSet(story.StorySet):
urls_list = [
'http://mudcu.be/labs/JS1k/BreathingGalaxies.html',
'http://runway.countlessprojects.com/prototype/performance_test.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html',
'http://ie.microsoft.com/testdrive/Performance/SpeedReading/Default.html',
'http://acko.net/dumpx/996b.html',
@@ -72,13 +72,13 @@ class ToughCanvasCasesPageSet(story.StorySet):
'http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html',
'http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html',
'http://www.smashcat.org/av/canvas_test/',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=canvas_sprite&back=canvas',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=image_with_shadow&back=image',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=filled_path&back=gradient',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=text&back=white&ball_count=15',
'file://tough_canvas_cases/canvas-font-cycler.html',
'file://tough_canvas_cases/canvas-animation-no-clear.html',
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases.py ('k') | tools/perf/page_sets/tough_pinch_zoom_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698