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