1 # Copyright (c) 2013 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 AUTHOR = 'chromeos-gfx' 6 NAME = "graphics_WebGLManyPlanetsDeep" 7 PURPOSE = "Execute the WebGL many planets deep test suite." 8 CRITERIA = "All suite tests must not crash/hang." 9 ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day, suite:partners" 10 TIME = "medium" 11 TEST_CATEGORY = "Performance" 12 TEST_CLASS = "graphics" 13 TEST_TYPE = "client" 14 BUG_TEMPLATE = { 15 'components': ['OS>Kernel>Graphics'], 16 } 17 18 DOC = """ 19 This test runs the WebGL many planets deep tests. 20 """ 21 22 job.run_test('graphics_WebGLManyPlanetsDeep') 23