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