• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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."
9#TODO(cylee): enable test once it passes reliably. (crbug.com/1013343 )
10#ATTRIBUTES = "suite:crosbolt_perf_weekly"
11# TODO(ihf): cleanup-reboot is suspected to not work properly (crbug.com/829219).
12# Once we know this is fixed, change TIME = "MEDIUM".
13DEPENDENCIES = "cleanup-reboot"
14# FAST tests tend to run towards the end of a suite, where memory_pressure can do less damage
15# to tests that follow.
16TIME = "FAST"
17TEST_CATEGORY = "Performance"
18TEST_CLASS = "graphics"
19TEST_TYPE = "client"
20
21DOC = """
22This runs the WebGL aquarium test under memory pressure.
23"""
24
25job.run_test('graphics_WebGLAquarium',
26             tag='memory_pressure',
27             memory_pressure={'memory_to_reserve_mb': 200})
28