blob: dbc612636eb24c48e04d8ed59d6910252a36d99b [file] [log] [blame]
# Copyright 2014 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.
NAME = 'graphics_dEQP.gles31.stress'
AUTHOR = 'chromeos-gfx'
PURPOSE = 'Run the drawElements Quality Program test suite'
CRITERIA = """
All of the individual tests must pass.
"""
# TODO(ihf): Enable when we have gles31 support.
#SUITE = 'graphics_per-day'
TIME = 'LENGTHY'
TEST_CATEGORY = 'Stress'
TEST_CLASS = 'graphics'
TEST_TYPE = 'client'
DOC = """
This test runs the drawElements Quality Program test suite.
"""
job.run_test('graphics_dEQP', opts = args + ["filter=dEQP-GLES31.stress"])