Home | History | Annotate | Download | only in test-libc++-shared
      1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
      2     if abi == 'armeabi-v7a-hard' and device_platform <= 16:
      3         return '{} {}'.format(abi, device_platform), 'http://b/26014163'
      4     return None, None
      5