summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2014-10-16 01:23:01 -0700
committerThe Android Automerger <android-build@google.com>2014-10-16 17:06:25 -0700
commitaf4ffd383618828d3d76398affd68e6143df643a (patch)
tree73d0f7e3f35719a49a619e58ab4bef7d06ca765f
parentbdce0cfa18729ef0757367055c2d02980c1f2822 (diff)
downloadplatform_cts-af4ffd383618828d3d76398affd68e6143df643a.tar.gz
platform_cts-af4ffd383618828d3d76398affd68e6143df643a.tar.bz2
platform_cts-af4ffd383618828d3d76398affd68e6143df643a.zip
Blacklist renderscriptlegacy tests from running on 64-bit ABIs
This CTS test class validates APIs that was supported only in Android versions prior to Android 5.0, hence not expected to exist on 64-bit ABIs. Bug: 17722283 Change-Id: I93d8e2707163beb2d5f21b2857034ad8ae5dfca0
-rw-r--r--tests/expectations/unsupportedabis.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/expectations/unsupportedabis.txt b/tests/expectations/unsupportedabis.txt
index 19a94a815f3..817179bc932 100644
--- a/tests/expectations/unsupportedabis.txt
+++ b/tests/expectations/unsupportedabis.txt
@@ -6,6 +6,10 @@
"android.bionic.malloc#pvalloc_std",
"android.bionic.malloc#valloc_overflow",
"android.bionic.malloc#valloc_std",
+ "android.renderscriptlegacy.cts.LeakTest",
+ "android.renderscriptlegacy.cts.RSBase",
+ "android.renderscriptlegacy.cts.RSBaseCompute",
+ "android.renderscriptlegacy.cts.VersionTest",
"android.sample.cts.SampleDeviceResultTest",
"android.sample.cts.SampleDeviceTest",
"android.sample.cts.SampleHostResultTest",