regress (9843:1ddfb0679c75) | regress (9850:87d6b41749e9) |
---|---|
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', action='store_true', default=False, 41 help='echo commands before executing') 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,' \ | 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', action='store_true', default=False, 41 help='echo commands before executing') 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 'NULL,' \ |
|
48 'POWER,' \ 49 'SPARC,' \ 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')") --- 114 unchanged lines hidden --- | 49 'POWER,' \ 50 'SPARC,' \ 51 'X86,X86_MESI_CMP_directory,' \ 52 'ARM', 53 help="comma-separated build targets to test (default: '%default')") 54add_option('--modes', 55 default='se,fs', 56 help="comma-separated modes to test (default: '%default')") --- 114 unchanged lines hidden --- |