Skip to content

Commit

Permalink
Exclude failure tests with known issues (#3592)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Apr 21, 2022
1 parent fcb9d85 commit a9f93bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openjdk/excludes/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

############################################################################

Expand Down Expand Up @@ -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

############################################################################

Expand 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
Expand Down Expand Up @@ -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

0 comments on commit a9f93bf

Please sign in to comment.