• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5NAME = 'graphics_GLES2ConformChrome'
6AUTHOR = 'chromeos-gfx'
7PURPOSE = 'Run the GLES2 Conformance test suite on the Chrome command buffer'
8CRITERIA = """
9All of the individual Khronos tests must pass.
10"""
11#TODO(ihf): Port to waffle and enable again (crbug.com/413088).
12#ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day"
13TIME = 'MEDIUM'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = 'graphics'
16TEST_TYPE = 'client'
17BUG_TEMPLATE = {
18    'components': ['OS>Kernel>Graphics'],
19}
20
21DOC = """
22This test runs the Khronos GLES2 Conformance test suite against the Chrome GPU
23command buffer.
24"""
25
26job.run_test('graphics_GLES2ConformChrome')
27