regress (8816:c80758736323) regress (8968:6d11b01e2c53)
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;

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

42add_option('--builds',
43 default='ALPHA,ALPHA_MOESI_hammer,' \
44 'ALPHA_MESI_CMP_directory,' \
45 'ALPHA_MOESI_CMP_directory,' \
46 'ALPHA_MOESI_CMP_token,' \
47 'MIPS,' \
48 'POWER,' \
49 'SPARC,' \
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;

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

42add_option('--builds',
43 default='ALPHA,ALPHA_MOESI_hammer,' \
44 'ALPHA_MESI_CMP_directory,' \
45 'ALPHA_MOESI_CMP_directory,' \
46 'ALPHA_MOESI_CMP_token,' \
47 'MIPS,' \
48 'POWER,' \
49 'SPARC,' \
50 'X86,' \
50 'X86, X86_MESI_CMP_directory' \
51 'ARM',
52 help="comma-separated build targets to test (default: '%default')")
53add_option('--modes',
54 default='se,fs',
55 help="comma-separated modes to test (default: '%default')")
56add_option('--test-variants', default='opt',
57 help="comma-separated build variants to test (default: '%default')"\
58 ", set to '' for none")

--- 105 unchanged lines hidden ---
51 'ARM',
52 help="comma-separated build targets to test (default: '%default')")
53add_option('--modes',
54 default='se,fs',
55 help="comma-separated modes to test (default: '%default')")
56add_option('--test-variants', default='opt',
57 help="comma-separated build variants to test (default: '%default')"\
58 ", set to '' for none")

--- 105 unchanged lines hidden ---