Commit 35c791f0 authored by dyen's avatar dyen Committed by Commit bot

Run gl_unittests in Android FYI bots.

R=jbudorick@chromium.org
BUG=482067

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

Cr-Commit-Position: refs/heads/master@{#329455}
parent 3920c348
......@@ -100,6 +100,7 @@ VALID_TESTS = set([
'chrome_proxy',
'components_browsertests',
'gfx_unittests',
'gl_unittests',
'gpu',
'python_unittests',
'telemetry_unittests',
......@@ -585,6 +586,8 @@ def GetTestStepCmds():
lambda options: RunTestSuites(options, ['components_browsertests'])),
('gfx_unittests',
lambda options: RunTestSuites(options, ['gfx_unittests'])),
('gl_unittests',
lambda options: RunTestSuites(options, ['gl_unittests'])),
('gpu', RunGPUTests),
('python_unittests', RunPythonUnitTests),
('telemetry_unittests', RunTelemetryUnitTests),
......
......@@ -128,6 +128,7 @@ def GetBotStepMap():
'base_junit_tests',
'components_browsertests',
'gfx_unittests',
'gl_unittests',
]
flakiness_server = (
'--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER)
......
......@@ -29,6 +29,7 @@ STABLE_TEST_SUITES = [
'content_unittests',
'events_unittests',
'gl_tests',
'gl_unittests',
'gpu_unittests',
'ipc_tests',
'media_unittests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment