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) |