diff options
Diffstat (limited to 'test/CodeGen/WinEH/lit.local.cfg')
-rw-r--r-- | test/CodeGen/WinEH/lit.local.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/CodeGen/WinEH/lit.local.cfg b/test/CodeGen/WinEH/lit.local.cfg new file mode 100644 index 0000000..67905d7 --- /dev/null +++ b/test/CodeGen/WinEH/lit.local.cfg @@ -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 + |