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 5 NAME = 'graphics_GLES2ConformChrome' 6 AUTHOR = 'chromeos-gfx' 7 PURPOSE = 'Run the GLES2 Conformance test suite on the Chrome command buffer' 8 CRITERIA = """ 9 All 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" 13 TIME = 'MEDIUM' 14 TEST_CATEGORY = 'Functional' 15 TEST_CLASS = 'graphics' 16 TEST_TYPE = 'client' 17 BUG_TEMPLATE = { 18 'components': ['OS>Kernel>Graphics'], 19 } 20 21 DOC = """ 22 This test runs the Khronos GLES2 Conformance test suite against the Chrome GPU 23 command buffer. 24 """ 25 26 job.run_test('graphics_GLES2ConformChrome') 27