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