regress (8120:e4257cde2d79) regress (8127:e64347d17555)
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,ARM_FS',
48 'ALPHA_FS,' \
49 'MIPS_SE,' \
50 'POWER_SE,' \
51 'SPARC_SE,SPARC_FS,' \
52 'X86_SE,X86_FS,' \
53 '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 ---
54 help="comma-separated build targets to test (default: '%default')")
55add_option('--variants', dest='variants', default='fast',
56 help="comma-separated build variants to test (default: '%default')")
57add_option('--scons-opts', dest='scons_opts', default='', metavar='OPTS',
58 help='scons options')
59add_option('-j', '--jobs', type='int', default=1,
60 help='number of parallel jobs to use')
61add_option('-k', '--keep-going', action='store_true',

--- 85 unchanged lines hidden ---