xref: /aosp_15_r20/external/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerconfig.suffixes = ['.py']
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# These tests take on the order of seconds to run, so skip them unless
4*9880d681SAndroid Build Coastguard Worker# we're running long tests.
5*9880d681SAndroid Build Coastguard Workerif 'long_tests' not in config.available_features:
6*9880d681SAndroid Build Coastguard Worker    config.unsupported = True
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Workerif not 'SystemZ' in config.root.targets:
9*9880d681SAndroid Build Coastguard Worker    config.unsupported = True
10