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

Unified Diff: tools/nanobench_flags.py

Issue 1144173004: Disabling ~path_hairline in iOS nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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: tools/nanobench_flags.py
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index b96761c6eeddd00cd4d355dc335f91652f043f7f..6be492422d20c9fb75ecbd183bcbe4a857dc68d9 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -73,6 +73,7 @@ def get_args(bot):
match.append('~patch_grid') # skia:2847
match.append('~desk_carsvg')
match.append('~keymobi')
+ match.append('~path_hairline')
if match:
args.append('--match')
« 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