1def match_broken(abi, platform, device_platform, toolchain, subtest=None): 2 if toolchain == 'clang': 3 return toolchain, 'http://b/25937032' 4 return None, None 5
1def match_broken(abi, platform, device_platform, toolchain, subtest=None): 2 if toolchain == 'clang': 3 return toolchain, 'http://b/25937032' 4 return None, None 5