4 lines
192 B
Python
4 lines
192 B
Python
def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
|
if subtest == 'test_wait-static' and abi == 'x86':
|
|
return abi, 'http://b/24507500'
|
|
return None, None
|