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 = "dpolukhin, fdeng, yunlian" 6NAME = "logging_AsanCrash" 7PURPOSE = "Verify Address Sanitizer does catch memory errors." 8CRITERIA = "Fails if no message appears in a log after simulating memory bug." 9ATTRIBUTES = "suite:smoke" 10SUITE = "smoke" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "logging" 14TEST_TYPE = "client" 15 16DOC = """ 17This is a positive test for Address Sanitizer. 18Test that memory error causes Chrome to abort with descriptive message in a log. 19""" 20 21job.run_test('logging_AsanCrash') 22