aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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