From d6b54eb0da4167e61742e80f70e5cc25941d92b6 Mon Sep 17 00:00:00 2001 From: yansendao Date: Mon, 13 Jun 2022 22:09:50 +0800 Subject: [PATCH] Exclude jdk_beans testcase TestConstructorFinder.java (#3759) * Exclude jdk_beans testcase TestConstructorFinder.java Exclude jdk_beans testcase java/beans/XMLDecoder/8028054/TestConstructorFinder.java only vendor is alibaba Fixes: #3752 Signed-off-by: sendaoYan * Exclude jdk_beans testcase TestConstructorFinder.java Exclude jdk_beans testcase java/beans/XMLDecoder/8028054/TestConstructorFinder.java only vendor is alibaba Fixes: #3752 Signed-off-by: sendaoYan --- openjdk/excludes/vendors/alibaba/ProblemList_openjdk11.txt | 1 + openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/openjdk/excludes/vendors/alibaba/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/alibaba/ProblemList_openjdk11.txt index ca0b96443e..1a00c459a2 100644 --- a/openjdk/excludes/vendors/alibaba/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/alibaba/ProblemList_openjdk11.txt @@ -25,6 +25,7 @@ ############################################################################ # jdk_beans +java/beans/XMLDecoder/8028054/TestConstructorFinder.java https://github.com/adoptium/aqa-tests/issues/3752 generic-all ############################################################################ diff --git a/openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt b/openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt index dd2e50571d..0f47dc022f 100644 --- a/openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt +++ b/openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt @@ -24,6 +24,7 @@ ############################################################################ # jdk_beans +java/beans/XMLDecoder/8028054/TestConstructorFinder.java https://github.com/adoptium/aqa-tests/issues/3752 generic-all ############################################################################