"readme.md" did not exist on "5622aac80e380d2bc6037bb0b61f851868eff281"
Commit 117dcbaa authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix test config for GOT optimization test."

parents c5a974fc 44024fbc
def match_broken(abi, platform, toolchain, subtest=None):
if toolchain == 'clang':
return toolchain, 'http://b/26031639'
if abi.startswith('armeabi'):
return ' '.join([toolchain, abi]), 'http://b/26031639'
return None, None
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment