summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMythri Alle <mythria@google.com>2024-05-07 09:48:35 +0000
committerMythri Alle <mythria@google.com>2024-05-07 09:50:35 +0000
commita614f8a37c823c76f3f5b18663bb4e277892ab62 (patch)
treec7f9f2511e6f08c6b1807b64953943ffd53fcc9f
parent0d709e29ba6a0ba018289037fff0fb2e950ed823 (diff)
downloadcts-a614f8a37c823c76f3f5b18663bb4e277892ab62.tar.gz
DO NOT MERGE Skip CtsJvmtiRunTest911HostTestCases for Android 14
Skip CtsJvmtiRunTest911HostTestCases as it depends on the line numbers in Class.java which got changed due to openJDK17 changes in aosp/2624251. Bug: 338607812 Test: m cts && cts-tradefed run commandAndExit cts-dev -m CtsJvmtiRunTest911HostTestCases Change-Id: I25c3ed2d5df30f74227ead7994485166f24f2d37
-rw-r--r--tools/cts-tradefed/res/config/cts-exclude.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-exclude.xml b/tools/cts-tradefed/res/config/cts-exclude.xml
index 4de96680e55..75d417a3368 100644
--- a/tools/cts-tradefed/res/config/cts-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-exclude.xml
@@ -37,4 +37,7 @@
<!-- Exclude CtsJvmtiRunTest912HostTestCases as it depends on implementation details of the ART
module. b/287732826 -->
<option name="compatibility:exclude-filter" value="CtsJvmtiRunTest912HostTestCases" />
+ <!-- Exclude CtsJvmtiRunTest911HostTestCases as it depends on line numbers which were changed
+ due to openjdk 17 upgrade. b/338607812 -->
+ <option name="compatibility:exclude-filter" value="CtsJvmtiRunTest911HostTestCases" />
</configuration>