aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-04 13:46:21 -0800
committerDan Albert <danalbert@google.com>2015-12-04 13:46:21 -0800
commit3385167b4496ecad48e4be898d5eb17047e25338 (patch)
treecab47c13eaa111511ac84603e9d76cbdf7600de9 /tests
parente2253c46f68f86a7386f2641dc80da85db54c45e (diff)
downloadndk-3385167b4496ecad48e4be898d5eb17047e25338.tar.gz
Mark an optimization test as broken for clang.
Clang doesn't have this optimization yet. Bug: http://b/26031639 Change-Id: Ia2d74330fef2213cddc7b5dfe3d6d0a7f7c9fa5f
Diffstat (limited to 'tests')
-rw-r--r--tests/build/b14811006-GOT_PREL-optimization/test_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/build/b14811006-GOT_PREL-optimization/test_config.py b/tests/build/b14811006-GOT_PREL-optimization/test_config.py
new file mode 100644
index 000000000..a2f481bc7
--- /dev/null
+++ b/tests/build/b14811006-GOT_PREL-optimization/test_config.py
@@ -0,0 +1,4 @@
+def match_broken(abi, platform, toolchain, subtest=None):
+ if toolchain == 'clang':
+ return toolchain, 'http://b/26031639'
+ return None, None