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