xref: /aosp_15_r20/external/llvm/test/CodeGen/WinEH/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# FIXME: For now, override suffixes to exclude any .s tests, because some of the
2*9880d681SAndroid Build Coastguard Worker# buildbots have a stray misched-copy.s output file lying around that causes
3*9880d681SAndroid Build Coastguard Worker# failures. See misched-copy.s where we try and clean up that file.
4*9880d681SAndroid Build Coastguard Worker#
5*9880d681SAndroid Build Coastguard Worker# It should be possible to remove this override once all the bots have cycled
6*9880d681SAndroid Build Coastguard Worker# cleanly.
7*9880d681SAndroid Build Coastguard Workerconfig.suffixes = ['.ll', '.test', '.txt']
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker# FIXME: Add Windows on ARM support to these tests.
10*9880d681SAndroid Build Coastguard Workerif not 'X86' in config.root.targets:
11*9880d681SAndroid Build Coastguard Worker    config.unsupported = True
12*9880d681SAndroid Build Coastguard Worker
13