Moving WinEH outlining tests to an architecture neutral location

llvm-svn: 231155
This commit is contained in:
Andrew Kaylor 2015-03-03 22:33:39 +00:00
parent 01a9a412a7
commit 5b70b76069
7 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# 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', '.test', '.txt']
# FIXME: Add Windows on ARM support to these tests.
if not 'X86' in config.root.targets:
config.unsupported = True