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