aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-04 13:47:58 -0800
committerDan Albert <danalbert@google.com>2015-12-04 13:47:58 -0800
commitc926563c56f135a2cb84389b3e223934c31897c2 (patch)
treed9a360a6db226f29f8238b96c266a6ce08e75d9e /tests
parent3385167b4496ecad48e4be898d5eb17047e25338 (diff)
downloadndk-c926563c56f135a2cb84389b3e223934c31897c2.tar.gz
Further specify test broken conditions.
Looks like stlport's filter1 is actually only broken with GCC. Bug: http://b/24403847 Change-Id: Id8823717b2305f2b2d07844c05f28e5bf4fb1c98
Diffstat (limited to 'tests')
-rw-r--r--tests/device/test-stlport_shared-exception/test_config.py4
-rw-r--r--tests/device/test-stlport_static-exception/test_config.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/device/test-stlport_shared-exception/test_config.py b/tests/device/test-stlport_shared-exception/test_config.py
index ec19e3e6e..95a8e66d3 100644
--- a/tests/device/test-stlport_shared-exception/test_config.py
+++ b/tests/device/test-stlport_shared-exception/test_config.py
@@ -13,7 +13,7 @@ def match_broken(abi, platform, device_platform, toolchain, subtest=None):
if subtest == 'badalloc1' and device_platform >= 23:
return device_platform, 'http://b/26002885'
- if subtest == 'filter1' and device_platform >= 21:
- return toolchain, 'http://b/24403847'
+ if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9':
+ return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
return None, None
diff --git a/tests/device/test-stlport_static-exception/test_config.py b/tests/device/test-stlport_static-exception/test_config.py
index ec19e3e6e..95a8e66d3 100644
--- a/tests/device/test-stlport_static-exception/test_config.py
+++ b/tests/device/test-stlport_static-exception/test_config.py
@@ -13,7 +13,7 @@ def match_broken(abi, platform, device_platform, toolchain, subtest=None):
if subtest == 'badalloc1' and device_platform >= 23:
return device_platform, 'http://b/26002885'
- if subtest == 'filter1' and device_platform >= 21:
- return toolchain, 'http://b/24403847'
+ if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9':
+ return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
return None, None