summaryrefslogtreecommitdiffstats
path: root/tools/perf/benchmarks/webgl_expectations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/benchmarks/webgl_expectations.py')
-rw-r--r--tools/perf/benchmarks/webgl_expectations.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/webgl_expectations.py b/tools/perf/benchmarks/webgl_expectations.py
index f96058c..d9e997f 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)