From 578bb088c517464e3ae8414f2a9a885843ddcbc1 Mon Sep 17 00:00:00 2001 From: ChengJin01 Date: Mon, 3 Apr 2023 12:42:45 -0400 Subject: [PATCH] [FFI/Jtreg]Exclude VaListTest in JDK20 The change exclude this test suite as we no longer need VaList as specified in the latest JEP442 at https://github.com/eclipse-openj9/openj9/issues/16951 Fixes: eclipse-openj9/openj9/issues/17091 Signed-off-by: ChengJin01 --- openjdk/excludes/ProblemList_openjdk20-openj9.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk20-openj9.txt b/openjdk/excludes/ProblemList_openjdk20-openj9.txt index f133fcb10a..58f0db1a28 100644 --- a/openjdk/excludes/ProblemList_openjdk20-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk20-openj9.txt @@ -485,6 +485,7 @@ java/foreign/TestIllegalLink.java https://github.com/eclipse-openj9/openj9/issue java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/openj9/issues/14828 generic-all java/foreign/TestHandshake.java https://github.com/eclipse-openj9/openj9/issues/13211 generic-all java/foreign/StdLibTest.java https://github.com/eclipse-openj9/openj9/issues/16386 aix-ppc64 +java/foreign/valist/VaListTest.java https://github.com/eclipse-openj9/openj9/issues/17091 generic-all ############################################################################