From 07b422099bd6c692821d152bcab10b47582aa14d Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 19 Apr 2022 13:04:53 -0400 Subject: [PATCH] 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