• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 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
5TIME = "SHORT"
6AUTHOR = "The Chromium OS Authors"
7DOC = ("This test verifies that ASLR is working in important processes by"
8    "checking their memory mappings before and after restarting them.")
9NAME = "security_ASLR"
10PURPOSE = "To ensure ASLR is enabled for chrome and debugd"
11CRITERIA = (" Fail if a process can't restart or has address range starts"
12    "for any executable stack, or heap memory map to the same location"
13    "after restarting")
14ATTRIBUTES = "suite:bvt-inline, suite:smoke"
15TEST_CLASS = "security"
16TEST_CATEGORY = "Functional"
17TEST_TYPE = "client"
18JOB_RETRIES = 2
19
20job.run_test('security_ASLR')
21