1# Copyright (c) 2010 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 = "Chromium OS Team" 6NAME = "CrashServices" 7PURPOSE = "Verify that all processes create *.dmp files." 8TIME = "SHORT" 9TEST_CATEGORY = "Functional" 10TEST_CLASS = "logging" 11TEST_TYPE = "client" 12JOB_RETRIES = 0 13ATTRIBUTES = "suite:jailed_build, suite:partners" 14SUITE = "jailed_build, partners" 15 16DOC = """ 17Crash all valid Chrome OS processes from a whitelist, and confirm 18that *.dmp, *.meta, and *.core files are created. 19""" 20 21BUG_TEMPLATE = { 22 'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-OS-Systems'], 23 'owner': 'vapier@chromium.org', 24 'cc': ['vapier@chromium.org', 'benchan@chromium.org'], 25} 26 27job.run_test("logging_CrashServices") 28