From 48c9a4650ade3290c658184e93d82097ac559df4 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Thu, 3 Feb 2022 12:55:59 -0500 Subject: [PATCH] Enable NativeLibraryTest for jdk 17 (#3315) - Enable NativeLibraryTest in jdk_lang Signed-off-by: Longyu Zhang --- openjdk/excludes/ProblemList_openjdk17-openj9.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 2ada62a1df..8c752acf68 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -35,7 +35,6 @@ java/lang/ClassLoader/EndorsedDirs.java https://github.com/eclipse-openj9/openj9 java/lang/ClassLoader/ExtDirs.java https://github.com/eclipse-openj9/openj9/issues/3055 generic-all java/lang/ClassLoader/LibraryPathProperty.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/ClassLoader/RecursiveSystemLoader.java https://github.com/eclipse-openj9/openj9/issues/3178 generic-all -java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/adoptium/temurin-build/issues/248 generic-all java/lang/Enum/ConstantDirectoryOptimalCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/ModuleLayer/BasicLayerTest.java https://github.com/eclipse-openj9/openj9/issues/6462 generic-all java/lang/ProcessBuilder/Basic.java https://github.com/eclipse-openj9/openj9/issues/10921 linux-ppc64le