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 5NAME='crashme' 6AUTHOR='George J. Carrette' 7ATTRIBUTES = "suite:kernel_per-build_regression" 8SUITE = "kernel_per-build_regression" 9TEST_CATEGORY='Stress' 10TEST_CLASS='Kernel' 11TEST_TYPE='client' 12TIME='MEDIUM' 13 14DOC=''' 15Runs the crashme suite located at: 16 17http://people.delphiforums.com/gjc/crashme.html 18 19All the files purporting to be source, available for download on this 20site, appear to be corrupted. 21 22I got the sources here: 23 24https://launchpad.net/ubuntu/natty/+source/crashme/2.4-9 25 26crashme_2.4.orig.tar.gz 27crashme_2.4-9.diff.gz 28 29The 'makefile' must be modified to replace 'cc' with '$(CC)' so that 3032-bit executables will be produced. 31 32''' 33 34job.run_test('crashme') 35