2013-08-17 02:01:18 +08:00
|
|
|
# FIXME: For now, override suffixes to exclude any .s tests, because some of the
|
|
|
|
# buildbots have a stray misched-copy.s output file lying around that causes
|
|
|
|
# failures. See misched-copy.s where we try and clean up that file.
|
|
|
|
#
|
|
|
|
# It should be possible to remove this override once all the bots have cycled
|
|
|
|
# cleanly.
|
2015-07-29 01:52:59 +08:00
|
|
|
config.suffixes = ['.ll', '.mir', '.test', '.txt']
|
2013-08-17 02:01:18 +08:00
|
|
|
|
2014-06-10 06:42:55 +08:00
|
|
|
if not 'X86' in config.root.targets:
|
2012-02-16 14:28:33 +08:00
|
|
|
config.unsupported = True
|
|
|
|
|