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_KhronosGLCTSChrome'
6AUTHOR = 'chromeos-gfx'
7PURPOSE = 'Run the Khronos GL-CTS test suite on the Chrome GPU command buffer'
8CRITERIA = """
9All of the individual GL-CTS tests must pass.
10"""
11#TODO(ihf): Port to waffle and enable again (crbug.com/484467).
12#ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day"
13#SUITE = 'graphics_per-day, graphics, graphics_browser'
14TIME = 'MEDIUM'
15TEST_CATEGORY = 'Functional'
16TEST_CLASS = 'graphics'
17TEST_TYPE = 'client'
18BUG_TEMPLATE = {
19    'labels': ['Cr-OS-Kernel-Graphics'],
20}
21
22DOC = """
23This test runs the Khronos GL-CTS test suite against the Chrome GPU
24command buffer.
25"""
26
27job.run_test('graphics_KhronosGLCTSChrome')
28