aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-03 17:43:08 -0800
committerDan Albert <danalbert@google.com>2015-12-04 10:21:05 -0800
commit03e8eb212e36fd9c6c9cab30feb6ad70f21ae5aa (patch)
tree6cda1e3af034d037a714d77a8e6c0ee391de4abe /tests
parent35346dfd26cdceb35a56deb961e0db015ab43485 (diff)
downloadndk-03e8eb212e36fd9c6c9cab30feb6ad70f21ae5aa.tar.gz
Mark test as broken on Gingerbread.
Bug: http://b/26015756 Change-Id: I1edc0536c08fad8be4dee4ff61b5a692a8ab083a
Diffstat (limited to 'tests')
-rw-r--r--tests/device/issue19851-sigsetjmp/test_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/device/issue19851-sigsetjmp/test_config.py b/tests/device/issue19851-sigsetjmp/test_config.py
new file mode 100644
index 000000000..c96d0e504
--- /dev/null
+++ b/tests/device/issue19851-sigsetjmp/test_config.py
@@ -0,0 +1,4 @@
+def match_broken(abi, platform, device_platform, toolchain, subtest=None):
+ if device_platform <= 10:
+ return device_platform, 'http://b/26015756'
+ return None, None