23 lines
701 B
Plaintext
23 lines
701 B
Plaintext
# Copyright (c) 2013 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.
|
|
|
|
AUTHOR = 'chromeos-gfx'
|
|
NAME = "graphics_WebGLManyPlanetsDeep"
|
|
PURPOSE = "Execute the WebGL many planets deep test suite."
|
|
CRITERIA = "All suite tests must not crash/hang."
|
|
ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day, suite:partners"
|
|
TIME = "medium"
|
|
TEST_CATEGORY = "Performance"
|
|
TEST_CLASS = "graphics"
|
|
TEST_TYPE = "client"
|
|
BUG_TEMPLATE = {
|
|
'components': ['OS>Kernel>Graphics'],
|
|
}
|
|
|
|
DOC = """
|
|
This test runs the WebGL many planets deep tests.
|
|
"""
|
|
|
|
job.run_test('graphics_WebGLManyPlanetsDeep')
|