1 # Copyright 2015 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 # Please do not edit this file! It has been created by generate_controlfiles.py. 6 7 NAME = 'graphics_dEQP.egl.performance' 8 AUTHOR = 'chromeos-gfx' 9 PURPOSE = 'Run the drawElements Quality Program test suite.' 10 CRITERIA = 'All of the individual tests must pass.' 11 ATTRIBUTES = '' 12 SUITE = '' 13 TIME = 'SHORT' 14 TEST_CATEGORY = 'Functional' 15 TEST_CLASS = 'graphics' 16 TEST_TYPE = 'client' 17 DOC = """ 18 This test runs the drawElements Quality Program test suite. 19 """ 20 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.performance', 22 'subset_to_run=Pass', 23 'hasty=False', 24 'shard_number=0', 25 'shard_count=1'])