• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1def match_broken(abi, platform, device_platform, toolchain, subtest=None):
2    if subtest == 'test_wait-static' and abi == 'x86':
3        return abi, 'http://b/24507500'
4    return None, None
5