blob: 57054f24c20298ec68ef56c7c93fea54cc64e724 [file] [log] [blame]
# 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.
config.suffixes = ['.ll', '.mir', '.test', '.txt']
if not 'X86' in config.root.targets:
config.unsupported = True