Home | History | Annotate | Download | only in test-stlport
      1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
      2     lp64_abis = ('arm64-v8a', 'mips64', 'x86_64')
      3     if subtest == 'test_stlport' and abi in lp64_abis:
      4         return abi, 'http://b/24614189'
      5     return None, None
      6