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