| # Copyright 2014 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| NAME = 'graphics_GLES2ConformChrome' |
| AUTHOR = 'chromeos-gfx' |
| PURPOSE = 'Run the GLES2 Conformance test suite on the Chrome command buffer' |
| CRITERIA = """ |
| All of the individual Khronos tests must pass. |
| """ |
| #TODO(ihf): Port to waffle and enable again (crbug.com/413088). |
| #ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day" |
| TIME = 'MEDIUM' |
| TEST_CATEGORY = 'Functional' |
| TEST_CLASS = 'graphics' |
| TEST_TYPE = 'client' |
| BUG_TEMPLATE = { |
| 'components': ['OS>Kernel>Graphics'], |
| } |
| |
| DOC = """ |
| This test runs the Khronos GLES2 Conformance test suite against the Chrome GPU |
| command buffer. |
| """ |
| |
| job.run_test('graphics_GLES2ConformChrome') |