regress (7047:04d988a19ae9) regress (7735:a1a85250e897)
1#! /usr/bin/env python
2# Copyright (c) 2005-2007 The Regents of The University of Michigan
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 31 unchanged lines hidden (view full) ---

40add_option('-v', '--verbose', dest='verbose', action='store_true',
41 default=False,
42 help='echo commands before executing')
43add_option('--builds', dest='builds',
44 default='ALPHA_SE,ALPHA_SE_MOESI_hammer,' \
45 'ALPHA_SE_MESI_CMP_directory,' \
46 'ALPHA_SE_MOESI_CMP_directory,' \
47 'ALPHA_SE_MOESI_CMP_token,' \
1#! /usr/bin/env python
2# Copyright (c) 2005-2007 The Regents of The University of Michigan
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 31 unchanged lines hidden (view full) ---

40add_option('-v', '--verbose', dest='verbose', action='store_true',
41 default=False,
42 help='echo commands before executing')
43add_option('--builds', dest='builds',
44 default='ALPHA_SE,ALPHA_SE_MOESI_hammer,' \
45 'ALPHA_SE_MESI_CMP_directory,' \
46 'ALPHA_SE_MOESI_CMP_directory,' \
47 'ALPHA_SE_MOESI_CMP_token,' \
48 'ALPHA_FS,MIPS_SE,POWER_SE,SPARC_SE,SPARC_FS,X86_SE,ARM_SE',
48 'ALPHA_FS,MIPS_SE,POWER_SE,SPARC_SE,SPARC_FS,X86_SE,ARM_SE,ARM_FS',
49 help="comma-separated build targets to test (default: '%default')")
50add_option('--variants', dest='variants', default='fast',
51 help="comma-separated build variants to test (default: '%default')")
52add_option('--scons-opts', dest='scons_opts', default='', metavar='OPTS',
53 help='scons options')
54add_option('-j', '--jobs', type='int', default=1,
55 help='number of parallel jobs to use')
56add_option('-k', '--keep-going', action='store_true',

--- 85 unchanged lines hidden ---
49 help="comma-separated build targets to test (default: '%default')")
50add_option('--variants', dest='variants', default='fast',
51 help="comma-separated build variants to test (default: '%default')")
52add_option('--scons-opts', dest='scons_opts', default='', metavar='OPTS',
53 help='scons options')
54add_option('-j', '--jobs', type='int', default=1,
55 help='number of parallel jobs to use')
56add_option('-k', '--keep-going', action='store_true',

--- 85 unchanged lines hidden ---