[Telemetry] Expect to skip smoothness.maps on low-end devices
commit09076881792dc0f91937592ba713b1f64598766b
authoreakuefner <eakuefner@chromium.org>
Mon, 23 Mar 2015 21:04:28 +0000 (23 14:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Mar 2015 21:05:52 +0000 (23 21:05 +0000)
tree4345e61a5385b5d9c61acb76230305bc7d8461aa
parentabadb9bf3f02e61f3543ea62ade29a009b18e654
[Telemetry] Expect to skip smoothness.maps on low-end devices

Certain devices have ARM GPUs that report support of certain WebGL features but
fail to actually support them, causing smoothness.maps to fail. This CL adds
WebGLLowEndExpectations to skip tests like smoothness.maps on such devices.

BUG=464731
R=dtu,kbr@chromium.org,sullivan

Review URL: https://codereview.chromium.org/1030693002

Cr-Commit-Position: refs/heads/master@{#321848}
tools/perf/benchmarks/smoothness.py
tools/perf/benchmarks/webgl_expectations.py