Should be fixed in https://codereview.chromium.org/1936093002/. When I run the webgl conformance tests locally with the same command I get this error, and I couldn't find the gpu trybot to run to confirm my fix. :-/
Traceback (most recent call last):
RunBenchmark at /Work/clankium/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py:312
benchmark.ShouldTearDownStateAfterEachStoryRun())
Run at /Work/clankium/src/third_party/catapult/telemetry/telemetry/internal/story_runner.py:221
test, finder_options.Copy(), story_set)
__init__ at /Work/clankium/src/third_party/catapult/telemetry/telemetry/page/shared_page_state.py:71
_PrepareFinderOptions(finder_options, self._test, device_type)
_PrepareFinderOptions at /Work/clankium/src/third_party/catapult/telemetry/telemetry/page/shared_page_state.py:31
test.CustomizeBrowserOptions(finder_options.browser_options)
CustomizeBrowserOptions at /Work/clankium/src/content/test/gpu/gpu_tests/webgl_conformance.py:101
if (browser.target_os.startswith('android') and
AttributeError: 'NoneType' object has no attribute 'target_os'
Comment 1 by ccameron@chromium.org
, Apr 29 2016