1def match_broken(abi, platform, toolchain, subtest=None): 2 if abi not in ('arm64-v8a', 'mips64', 'x86_64'): 3 return abi, 'https://b.android.com/74835' 4 return None, None 5