From 36e85d374b3ab5578b14e8df9f3511ebf4bcb4a5 Mon Sep 17 00:00:00 2001 From: Jason Feng Date: Fri, 3 Mar 2023 16:01:37 -0500 Subject: [PATCH] Exclude jdk/internal/platform/docker/TestDockerCpuMetrics.java (#4387) Signed-off-by: Jason Feng --- openjdk/excludes/ProblemList_openjdk11-openj9.txt | 3 +++ openjdk/excludes/ProblemList_openjdk17-openj9.txt | 3 +++ openjdk/excludes/ProblemList_openjdk19-openj9.txt | 3 +++ openjdk/excludes/ProblemList_openjdk20-openj9.txt | 3 +++ openjdk/excludes/ProblemList_openjdk8-openj9.txt | 3 +++ 5 files changed, 15 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk11-openj9.txt b/openjdk/excludes/ProblemList_openjdk11-openj9.txt index fe8f25e9f4..1ebcbb5551 100644 --- a/openjdk/excludes/ProblemList_openjdk11-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk11-openj9.txt @@ -373,3 +373,6 @@ sun/nio/ch/TestMaxCachedBufferSize.java https://github.com/eclipse-openj9/openj vm/verifier/VerifyProtectedConstructor.java https://github.com/eclipse-openj9/openj9/issues/7336 generic-all ############################################################################ + +# jdk_container +jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index de5d762640..f8f643b793 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -425,3 +425,6 @@ java/foreign/TestUnsupportedPlatform.java https://github.com/eclipse-openj9/open # com_sun_crypto ############################################################################ + +# jdk_container +jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk19-openj9.txt b/openjdk/excludes/ProblemList_openjdk19-openj9.txt index b0657d7260..b730d541b5 100644 --- a/openjdk/excludes/ProblemList_openjdk19-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk19-openj9.txt @@ -580,3 +580,6 @@ serviceability/jvmti/vthread/VThreadUnsupportedTest/VThreadUnsupportedTest.java serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/WaitNotifySuspendedVThreadTest.java https://github.com/eclipse-openj9/openj9/issues/16168 generic-all serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java https://github.com/eclipse-openj9/openj9/issues/16751 generic-all serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all + +# jdk_container +jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk20-openj9.txt b/openjdk/excludes/ProblemList_openjdk20-openj9.txt index d3bf21ddd9..18b1414ea6 100644 --- a/openjdk/excludes/ProblemList_openjdk20-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk20-openj9.txt @@ -582,3 +582,6 @@ serviceability/jvmti/vthread/VThreadUnsupportedTest/VThreadUnsupportedTest.java serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/WaitNotifySuspendedVThreadTest.java https://github.com/eclipse-openj9/openj9/issues/16168 generic-all serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java https://github.com/eclipse-openj9/openj9/issues/16751 generic-all serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all + +# jdk_container +jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk8-openj9.txt b/openjdk/excludes/ProblemList_openjdk8-openj9.txt index 30f618f311..ec8028d6bb 100644 --- a/openjdk/excludes/ProblemList_openjdk8-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk8-openj9.txt @@ -390,3 +390,6 @@ javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh https://github jdk/internal/platform/docker/TestDockerMemoryMetrics.java https://github.com/eclipse-openj9/openj9/issues/16460 generic-all ############################################################################ + +# jdk_container +jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all