Home | History | Annotate | Download | only in graphics_WebGLAquarium
      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-performance"
      6 NAME = "graphics_WebGLAquarium.memory_pressure"
      7 PURPOSE = "Execute the WebGL aquarium test suite under memory pressure."
      8 CRITERIA = "All suite tests must not crash/hang."
      9 ATTRIBUTES = "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".
     12 DEPENDENCIES = "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.
     15 TIME = "FAST"
     16 TEST_CATEGORY = "Performance"
     17 TEST_CLASS = "graphics"
     18 TEST_TYPE = "client"
     19 
     20 DOC = """
     21 This runs the WebGL aquarium test under memory pressure.
     22 """
     23 
     24 job.run_test('graphics_WebGLAquarium', memory_pressure={'memory_to_reserve_mb': 200})
     25