From b02fb821e5cef4f9b309311a06b95cd94ff0a297 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Thu, 11 Jul 2024 08:17:34 -0400 Subject: [PATCH] Exclude unstable PipelineLeaksFD for OpenJ9 on jdk17 (#5419) Issue https://github.com/eclipse-openj9/openj9/issues/19728 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk17-openj9.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 4fbb30d32c..8f313f7974 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -38,6 +38,7 @@ java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/ec 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 +java/lang/ProcessBuilder/PipelineLeaksFD.java https://github.com/eclipse-openj9/openj9/issues/19728 linux-s390x java/lang/ProcessBuilder/SkipTest.java https://github.com/eclipse-openj9/openj9/issues/4124 windows-all java/lang/ProcessHandle/TreeTest.java https://github.com/eclipse-openj9/openj9/issues/10569 windows-all,aix-all java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse-openj9/openj9/issues/6659 generic-all