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 5AUTHOR = "chromeos-performance" 6NAME = "graphics_WebGLAquarium.memory_pressure" 7PURPOSE = "Execute the WebGL aquarium test suite under memory pressure." 8CRITERIA = "All suite tests must not crash/hang." 9ATTRIBUTES = "suite:crosbolt_perf_weekly" 10# TODO(ihf): cleanup-reboot is suspected to not work properly (crbug.com/829219). 11# Once we know this is fixed, change TIME = "MEDIUM". 12DEPENDENCIES = "cleanup-reboot" 13# FAST tests tend to run towards the end of a suite, where memory_pressure can do less damage 14# to tests that follow. 15TIME = "FAST" 16TEST_CATEGORY = "Performance" 17TEST_CLASS = "graphics" 18TEST_TYPE = "client" 19 20DOC = """ 21This runs the WebGL aquarium test under memory pressure. 22""" 23 24job.run_test('graphics_WebGLAquarium', memory_pressure={'memory_to_reserve_mb': 200}) 25