aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-02-04 18:12:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-04 18:12:32 +0000
commit117dcbaaa9c4fe7b3a79b3887022d22e8f9df818 (patch)
treeda4291042a18ebb5d8562353ba7978929f8bb657
parentc5a974fc29b58974fa3853eea1254ae973d2789c (diff)
parent44024fbc841cdc3e2c7040a53a05a99e1163f8fa (diff)
downloadndk-117dcbaaa9c4fe7b3a79b3887022d22e8f9df818.tar.gz
Merge "Fix test config for GOT optimization test."
-rw-r--r--tests/build/b14811006-GOT_PREL-optimization/test_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build/b14811006-GOT_PREL-optimization/test_config.py b/tests/build/b14811006-GOT_PREL-optimization/test_config.py
index a2f481bc7..133f960d7 100644
--- a/tests/build/b14811006-GOT_PREL-optimization/test_config.py
+++ b/tests/build/b14811006-GOT_PREL-optimization/test_config.py
@@ -1,4 +1,5 @@
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