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

Unified Diff: tools/perf/benchmarks/webgl_expectations.py

Issue 1030693002: [Telemetry] Expect to skip smoothness.maps on low-end devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ken's comment Created 5 years, 9 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/benchmarks/smoothness.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/webgl_expectations.py
diff --git a/tools/perf/benchmarks/webgl_expectations.py b/tools/perf/benchmarks/webgl_expectations.py
index f96058c3357cc1a14517e97471ef3b8e19137b55..d9e997f5a899a3527ddd3dc38111b038ae88449d 100644
--- a/tools/perf/benchmarks/webgl_expectations.py
+++ b/tools/perf/benchmarks/webgl_expectations.py
@@ -8,3 +8,9 @@ class WebGLExpectations(test_expectations.TestExpectations):
def SetExpectations(self):
self.Skip('*', ['arm', 'broadcom', 'hisilicon', 'imagination', 'qualcomm',
'vivante'], bug=462729)
+
+
+class MapsExpectations(test_expectations.TestExpectations):
+ """Defines expectations to skip intensive tests on low-end devices."""
+ def SetExpectations(self):
+ self.Skip('*', ['arm'], bug=464731)
« no previous file with comments | « tools/perf/benchmarks/smoothness.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698