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