regress (11706:7339a92fffb5) regress (11730:08ab68477ea0)
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;

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

46 'NULL_MOESI_hammer,' \
47 'NULL_MESI_Two_Level,' \
48 'NULL_MOESI_CMP_directory,' \
49 'NULL_MOESI_CMP_token,' \
50 'POWER,' \
51 'SPARC,' \
52 'X86,X86_MESI_Two_Level,' \
53 'ARM,' \
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;

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

46 'NULL_MOESI_hammer,' \
47 'NULL_MESI_Two_Level,' \
48 'NULL_MOESI_CMP_directory,' \
49 'NULL_MOESI_CMP_token,' \
50 'POWER,' \
51 'SPARC,' \
52 'X86,X86_MESI_Two_Level,' \
53 'ARM,' \
54 'RISCV,' \
54 'HSAIL_X86',
55 help="comma-separated build targets to test (default: '%default')")
56add_option('--modes',
57 default='se,fs',
58 help="comma-separated modes to test (default: '%default')")
59add_option('--test-variants', default='opt',
60 help="comma-separated build variants to test (default: '%default')"\
61 ", set to '' for none")

--- 111 unchanged lines hidden ---
55 'HSAIL_X86',
56 help="comma-separated build targets to test (default: '%default')")
57add_option('--modes',
58 default='se,fs',
59 help="comma-separated modes to test (default: '%default')")
60add_option('--test-variants', default='opt',
61 help="comma-separated build variants to test (default: '%default')"\
62 ", set to '' for none")

--- 111 unchanged lines hidden ---