Home | History | Annotate | Download | only in graphics_GLES2ConformChrome
      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 #SUITE = 'graphics_per-day, graphics, graphics_browser'
     14 TIME = 'MEDIUM'
     15 TEST_CATEGORY = 'Functional'
     16 TEST_CLASS = 'graphics'
     17 TEST_TYPE = 'client'
     18 BUG_TEMPLATE = {
     19     'labels': ['Cr-OS-Kernel-Graphics'],
     20 }
     21 
     22 DOC = """
     23 This test runs the Khronos GLES2 Conformance test suite against the Chrome GPU
     24 command buffer.
     25 """
     26 
     27 job.run_test('graphics_GLES2ConformChrome')
     28