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.gles3.performance.NotPass' 8 AUTHOR = 'chromeos-gfx' 9 PURPOSE = 'Run the drawElements Quality Program test suite.' 10 CRITERIA = 'All of the individual tests must pass.' 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system' 12 SUITE = 'deqp, graphics_per-day, graphics_system' 13 TIME = 'LONG' 14 DEPENDENCIES = 'cleanup-reboot' 15 TEST_CATEGORY = 'Functional' 16 TEST_CLASS = 'graphics' 17 TEST_TYPE = 'client' 18 DOC = """ 19 This test runs the drawElements Quality Program test suite. 20 """ 21 22 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES3.performance', 23 'subset_to_run=NotPass', 24 'hasty=False', 25 'shard_number=0', 26 'shard_count=1'])