From 07b422099bd6c692821d152bcab10b47582aa14d Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 19 Apr 2022 13:04:53 -0400 Subject: [PATCH 1/2] Exclude failure tests with known issues Signed-off-by: Sophia Guo --- openjdk/excludes/ProblemList_openjdk11.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk11.txt b/openjdk/excludes/ProblemList_openjdk11.txt index e6393d9c11..97f56408fe 100644 --- a/openjdk/excludes/ProblemList_openjdk11.txt +++ b/openjdk/excludes/ProblemList_openjdk11.txt @@ -118,6 +118,7 @@ java/net/ipv6tests/B6521014.java https://github.com/adoptium/aqa-tests/issues/15 sun/net/www/protocol/file/DirPermissionDenied.java https://github.com/adoptium/aqa-tests/issues/760 windows-all com/sun/net/httpserver/bugs/B6361557.java https://github.com/adoptium/aqa-tests/issues/1272 windows-all java/lang/ProcessBuilder/checkHandles/CheckHandles.java https://github.com/adoptium/aqa-tests/issues/1920 windows-all +java/net/ipv6tests/UdpTest.java https://bugs.openjdk.java.net/browse/JDK-8198266 generic-all ############################################################################ @@ -185,6 +186,7 @@ security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.jav ############################################################################ # jdk_time +java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java https://github.com/adoptium/aqa-tests/issues/3051 macosx-all ############################################################################ @@ -197,7 +199,7 @@ sun/tools/jstatd/TestJstatdPortAndServer.java https://bugs.openjdk.java.net/brow ############################################################################ # jdk_jdi - +com/sun/jdi/PrivateTransportTest.java https://bugs.openjdk.java.net/browse/JDK-8279326 macosx-all ############################################################################ # jdk_util @@ -289,3 +291,8 @@ compiler/c2/Test8202414.java https://bugs.openjdk.java.net/browse/JDK-8251152 li # jdk_imageio javax/imageio/plugins/shared/ImageWriterCompressionTest.java https://github.com/adoptium/aqa-tests/issues/2814 aix-all + +############################################################################ + +# jdk_build +build/AbsPathsInImage.java https://github.com/adoptium/aqa-tests/issues/3234 linux-x64 From 2df450b9ea9ff4aac338d8707aa6124b54c697ab Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 26 Apr 2022 13:17:50 -0400 Subject: [PATCH 2/2] Exclude known problematic tests Signed-off-by: Sophia Guo --- openjdk/excludes/ProblemList_openjdk8.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index 089be83eb5..c142593f85 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -164,6 +164,7 @@ java/lang/Math/HypotTests.java https://github.com/adoptium/aqa-tests/issues/128 java/lang/ProcessBuilder/Basic.java https://github.com/adoptium/aqa-tests/issues/1397 aix-all java/lang/invoke/MethodHandles/CatchExceptionTest.java https://bugs.openjdk.java.net/browse/JDK-8146623 linux-s390x java/lang/invoke/MethodHandles/CatchExceptionTest.java https://github.com/adoptium/aqa-tests/issues/2986 linux-arm +java/lang/instrument/BootClassPath/BootClassPathTest.sh https://bugs.openjdk.java.net/browse/JDK-8256405 macosx-all ############################################################################ @@ -331,7 +332,7 @@ sun/tools/jstatd/TestJstatdPortAndServer.java https://bugs.openjdk.java.net/brow # jdk_jdi -com/sun/jdi/RedefineCrossEvent.java https://github.com/adoptium/aqa-tests/issues/227 macosx-all +com/sun/jdi/RedefineCrossEvent.java https://bugs.openjdk.java.net/browse/JDK-8283479 generic-all com/sun/jdi/JdbMethodExitTest.sh https://github.com/adoptium/aqa-tests/issues/2415 windows-all,linux-s390x com/sun/jdi/Redefine-g.sh https://github.com/adoptium/aqa-tests/issues/2415 windows-all,linux-s390x @@ -439,3 +440,5 @@ javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh https://github jdk/jfr/event/sampling/TestNative.java https://github.com/adoptium/aqa-tests/issues/2754#issuecomment-882618581 generic-all jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java https://github.com/adoptium/aqa-tests/issues/2985 linux-aarch64 jdk/jfr/event/runtime/TestShutdownEvent.java https://github.com/adoptium/aqa-tests/issues/2985 linux-aarch64 +jdk/jfr/event/io/TestInstrumentation.java https://bugs.openjdk.java.net/browse/JDK-8202142 linux-all +jdk/jfr/event/compiler/TestCompilerPhase.java https://github.com/adoptium/aqa-tests/issues/3046 windows-all