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 5TIME="MEDIUM" 6AUTHOR = "The Chromium OS Authors" 7DOC = """ 8Tests for evidence that all system executables were compiled with 9-fstack-protector 10""" 11NAME = "platform_StackProtector" 12PURPOSE = "Verify that system executables were compiled with -fstack-protector." 13CRITERIA = """ 14Fail if we find any executable files compiled without -fstack-protector. 15""" 16TEST_CLASS = "platform" 17TEST_CATEGORY = "Functional" 18TEST_TYPE = "client" 19 20job.run_test("platform_StackProtector") 21