aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-03 16:37:22 -0800
committerDan Albert <danalbert@google.com>2015-12-03 16:37:22 -0800
commit2b20f3c3bb3024a6638589b7d7f5a807a4ecf788 (patch)
treeba7428404cc40420d5e9120e7d09fdfa02bf16f8 /tests
parent730386f73444e5438aef1eb2aaf828ca68b909a3 (diff)
downloadndk-2b20f3c3bb3024a6638589b7d7f5a807a4ecf788.tar.gz
Mark test as broken for JB armeabi-v7a-hard.
Bug: http://b/26014163 Change-Id: I301423c2306be641c813891411f3bd95e128d4a7
Diffstat (limited to 'tests')
-rw-r--r--tests/device/test-libc++-shared/test_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/device/test-libc++-shared/test_config.py b/tests/device/test-libc++-shared/test_config.py
new file mode 100644
index 000000000..58ea381e8
--- /dev/null
+++ b/tests/device/test-libc++-shared/test_config.py
@@ -0,0 +1,4 @@
+def match_broken(abi, platform, device_platform, toolchain, subtest=None):
+ if abi == 'armeabi-v7a-hard' and device_platform <= 16:
+ return '{} {}'.format(abi, device_platform), 'http://b/26014163'
+ return None, None