30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
# Copyright 2015-2021 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Please do not edit this file! It has been created by generate_controlfiles.py.
|
|
|
|
PY_VERSION = 3
|
|
NAME = 'graphics_parallel_dEQP.vk.0'
|
|
AUTHOR = 'chromeos-gfx'
|
|
PURPOSE = 'Run the drawElements Quality Program test suite with deqp-runner.'
|
|
CRITERIA = 'All of the individual tests must pass unless marked as known failures.'
|
|
ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
|
|
TIME = 'LONG'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_CLASS = 'graphics'
|
|
TEST_TYPE = 'client'
|
|
MAX_RESULT_SIZE_KB = 131072
|
|
EXTENDED_TIMEOUT = 86400
|
|
DOC = """
|
|
This test runs the drawElements Quality Program test suite.
|
|
"""
|
|
job.run_test('graphics_parallel_dEQP',
|
|
tag = 'vk',
|
|
opts = args + [
|
|
'api=vk',
|
|
'caselist=/usr/local/deqp/caselists/vk.txt',
|
|
'perf_failure_description=Failures_VK',
|
|
'shard_number=0',
|
|
'shard_count=4'
|
|
]) |