• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 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
5NAME = 'graphics_dEQP.vk-master'
6AUTHOR = 'chromeos-gfx'
7PURPOSE = 'Run the drawElements Quality Program test suite.'
8CRITERIA = 'All of the individual tests must pass.'
9# It is too slow to run this suite one test at a time. Instead run it in hasty
10# mode. This hould not be a problem as upstream VK is supposed to pass running
11# in a single process.
12#ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
13TIME = 'LENGTHY'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = 'graphics'
16TEST_TYPE = 'client'
17DOC = """
18This test runs the drawElements Quality Program test suite.
19"""
20
21job.run_test('graphics_dEQP',
22             tag = 'vk-master',
23             opts = args +
24             ['test_names_file=/usr/local/deqp/master/vk-master.txt'])
25