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
diff --git a/tests/expectations/unsupportedabis.txt b/tests/expectations/unsupportedabis.txt
index 19a94a8..817179b 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",