Skip to content

Commit

Permalink
Exclude known problematic tests (#3611)
Browse files Browse the repository at this point in the history
* Exclude failure tests with known issues

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored May 4, 2022
1 parent 9a25e28 commit 706da4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

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

0 comments on commit 706da4b

Please sign in to comment.