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

Unified Diff: tools/perf/page_sets/tough_animation_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/top_pages.py ('k') | tools/perf/page_sets/tough_canvas_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_animation_cases.py
diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py
index ca87da5ce698dfdfb444404184d5e3968954e1c4..fc7ce517e64bccc8078fdf05c875564c6741a44b 100644
--- a/tools/perf/page_sets/tough_animation_cases.py
+++ b/tools/perf/page_sets/tough_animation_cases.py
@@ -43,7 +43,7 @@ class ToughAnimationCasesPageSet(story.StorySet):
'file://tough_animation_cases/balls_css_keyframe_animations.html',
# Why: Tests the balls animation implemented with transforms and CSS
# keyframe animations to be run on the compositor thread.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/balls_css_keyframe_animations_composited_transform.html',
# Why: Tests the balls animation implemented with CSS transitions on 2
# properties.
@@ -54,56 +54,56 @@ class ToughAnimationCasesPageSet(story.StorySet):
# Why: Tests the balls animation implemented with CSS transitions on all
# animatable properties.
'file://tough_animation_cases/balls_css_transition_all_properties.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/overlay_background_color_css_transitions.html',
# Why: Tests many CSS Transitions all starting at the same time triggered
# by inserting new elements.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_simultaneous_by_inserting_new_element.html?N=0316',
# Why: Tests many CSS Transitions all starting at the same time triggered
# by inserting style sheets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_simultaneous_by_inserting_style_element.html?N=0316',
# Why: Tests many CSS Transitions all starting at the same time triggered
# by updating class.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_simultaneous_by_updating_class.html?N=0316',
# Why: Tests many CSS Transitions all starting at the same time triggered
# by updating inline style.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_simultaneous_by_updating_inline_style.html?N=0316',
# Why: Tests many CSS Transitions chained together using events at
# different times triggered by inserting new elements.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_chaining_by_inserting_new_element.html?N=0316',
# Why: Tests many CSS Transitions chained together using events at
# different times triggered by inserting style sheets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_chaining_by_inserting_style_element.html?N=0316',
# Why: Tests many CSS Transitions chained together using events at
# different times triggered by updating class.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_chaining_by_updating_class.html?N=0316',
# Why: Tests many CSS Transitions chained together using events at
# different times triggered by updating inline style.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_chaining_by_updating_inline_style.html?N=0316',
# Why: Tests many CSS Transitions starting at different times triggered by
# inserting new elements.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_triggering_by_inserting_new_element.html?N=0316',
# Why: Tests many CSS Transitions starting at different times triggered by
# inserting style sheets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_triggering_by_inserting_style_element.html?N=0316',
# Why: Tests many CSS Transitions starting at different times triggered by
# updating class.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_triggering_by_updating_class.html?N=0316',
# Why: Tests many CSS Transitions starting at different times triggered by
# updating inline style.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_transitions_staggered_triggering_by_updating_inline_style.html?N=0316',
# Why: Tests many CSS Animations all starting at the same time with 500
@@ -111,55 +111,55 @@ class ToughAnimationCasesPageSet(story.StorySet):
'file://tough_animation_cases/css_animations_many_keyframes.html?N=0316',
# Why: Tests many CSS Animations all starting at the same time triggered
# by inserting new elements.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_simultaneous_by_inserting_new_element.html?N=0316',
# Why: Tests many CSS Animations all starting at the same time triggered
# by inserting style sheets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_simultaneous_by_inserting_style_element.html?N=0316',
# Why: Tests many CSS Animations all starting at the same time triggered
# by updating class.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_simultaneous_by_updating_class.html?N=0316',
# Why: Tests many CSS Animations all starting at the same time triggered
# by updating inline style.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_simultaneous_by_updating_inline_style.html?N=0316',
# Why: Tests many CSS Animations chained together using events at
# different times triggered by inserting new elements.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_chaining_by_inserting_new_element.html?N=0316',
# Why: Tests many CSS Animations chained together using events at
# different times triggered by inserting style sheets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_chaining_by_inserting_style_element.html?N=0316',
# Why: Tests many CSS Animations chained together using events at
# different times triggered by updating class.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_chaining_by_updating_class.html?N=0316',
# Why: Tests many CSS Animations chained together using events at
# different times triggered by updating inline style.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_chaining_by_updating_inline_style.html?N=0316',
# Why: Tests many CSS Animations starting at different times triggered by
# inserting new elements.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_triggering_by_inserting_new_element.html?N=0316',
# Why: Tests many CSS Animations all starting at the same time with
# staggered animation offsets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_infinite_iterations.html?N=0316',
# Why: Tests many CSS Animations starting at different times triggered by
# inserting style sheets.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_triggering_by_inserting_style_element.html?N=0316',
# Why: Tests many CSS Animations starting at different times triggered by
# updating class.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_triggering_by_updating_class.html?N=0316',
# Why: Tests many CSS Animations starting at different times triggered by
# updating inline style.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_animations_staggered_triggering_by_updating_inline_style.html?N=0316',
# Why: Tests many Web Animations all starting at the same time with 500
@@ -167,67 +167,67 @@ class ToughAnimationCasesPageSet(story.StorySet):
'file://tough_animation_cases/web_animations_many_keyframes.html?N=0316',
# Why: Tests many paused Web Animations having their currentTimes updated
# in every requestAnimationFrame.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/web_animations_set_current_time_in_raf.html?N=0316',
# Why: Tests many Web Animations all starting at the same time.
'file://tough_animation_cases/web_animations_simultaneous.html?N=0316',
# Why: Tests many Web Animations all starting at different times then
# chained together using events.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/web_animations_staggered_chaining.html?N=0316',
# Why: Tests many Web Animations all starting at different times with
# infinite iterations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/web_animations_staggered_infinite_iterations.html?N=0316',
# Why: Tests many Web Animations all starting at different times.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/web_animations_staggered_triggering.html?N=0316',
# Why: Tests color animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_color.html?api=css_animations&N=0316',
# Why: Tests filter animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_filter.html?api=css_animations&N=0316',
# Why: Tests length 3D animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_length_3d.html?api=css_animations&N=0316',
# Why: Tests complex length animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_length_complex.html?api=css_animations&N=0316',
# Why: Tests simple length animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_length_simple.html?api=css_animations&N=0316',
# Why: Tests shadow animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_shadow.html?api=css_animations&N=0316',
# Why: Tests complex transform animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_transform_complex.html?api=css_animations&N=0316',
# Why: Tests simple transform animations using CSS Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_transform_simple.html?api=css_animations&N=0316',
# Why: Tests color animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_color.html?api=web_animations&N=0316',
# Why: Tests length 3D animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_length_3d.html?api=web_animations&N=0316',
# Why: Tests complex length animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_length_complex.html?api=web_animations&N=0316',
# Why: Tests simple length animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_length_simple.html?api=web_animations&N=0316',
# Why: Tests shadow animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_shadow.html?api=web_animations&N=0316',
# Why: Tests complex transform animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_transform_complex.html?api=web_animations&N=0316',
# Why: Tests simple transform animations using Web Animations.
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_animation_cases/css_value_type_transform_simple.html?api=web_animations&N=0316',
]
« no previous file with comments | « tools/perf/page_sets/top_pages.py ('k') | tools/perf/page_sets/tough_canvas_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698