1 def match_unsupported(abi, platform, toolchain, subtest=None): 2 if abi == 'mips': 3 return abi, 'http://b.android.com/41297' 4 return None 5