Skip to content

Commit

Permalink
(V0.9.6-release) - Cherry pick #4471 #4473 (#4485)
Browse files Browse the repository at this point in the history
* exclude failing compiler tests for jdk19 and 20 s390x linux (#4471)

* Update jdk20 problemlist (#4473)

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>
Co-authored-by: Haroon Khel <[email protected]>
  • Loading branch information
sophia-guo and Haroon-Khel authored Mar 29, 2023
1 parent ea74f62 commit 63eba63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions openjdk/excludes/ProblemList_openjdk19.txt
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ compiler/c2/cr6340864/TestShortVect.java https://github.com/adoptium/aqa-tests/i
compiler/c2/irTests/TestSkeletonPredicates.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/c2/irTests/TestStripMiningDropsSafepoint.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/c2/irTests/TestSuperwordFailsUnrolling.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86

compiler/codegen/aes/Test8292158.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
compiler/codegen/aes/TestAESMain.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
############################################################################

# jdk_jfr
Expand Down
14 changes: 12 additions & 2 deletions openjdk/excludes/ProblemList_openjdk20.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@ java/net/DatagramSocket/SendReceiveMaxSize.java https://github.com/adoptium/aqa-
com/sun/net/httpserver/simpleserver/StressDirListings.java https://github.com/adoptium/aqa-tests/issues/3841 aix-all
java/net/vthread/HttpALot.java https://github.com/adoptium/aqa-tests/issues/4440 aix-all
java/net/vthread/InterruptHttp.java https://github.com/adoptium/aqa-tests/issues/4440 aix-all
jdk/net/ExtendedSocketOption/DontFragmentTest https://github.com/adoptium/aqa-tests/issues/4440 aix-all
jdk/net/ExtendedSocketOption/DontFragmentTest.java https://github.com/adoptium/aqa-tests/issues/4440 aix-all
java/net/vthread/BlockingSocketOps.java#direct-register https://github.com/adoptium/aqa-tests/issues/4440 aix-all
java/net/vthread/BlockingSocketOps.java#default https://github.com/adoptium/aqa-tests/issues/4440 aix-all

java/nio/channels/vthread/BlockingChannelOps.java#default https://github.com/adoptium/aqa-tests/issues/4440 aix-all
java/nio/channels/vthread/BlockingChannelOps.java#direct-register https://github.com/adoptium/aqa-tests/issues/4440 aix-all
############################################################################

# jdk_io
Expand Down Expand Up @@ -350,6 +351,7 @@ java/foreign/TestLayouts.java https://github.com/adoptium/aqa-tests/issues/1701
java/foreign/TestLayoutPaths.java https://github.com/adoptium/aqa-tests/issues/1701 generic-all
java/foreign/TestNative.java https://github.com/adoptium/aqa-tests/issues/1920 generic-all
java/foreign/TestLargeSegmentCopy.java https://github.com/adoptium/aqa-tests/issues/4429 aix-all
javax/management/mxbean/ThreadStartTest.java https://github.com/adoptium/aqa-tests/issues/4429 aix-all
############################################################################
# jvm_compiler

Expand Down Expand Up @@ -432,6 +434,9 @@ compiler/c2/irTests/TestStripMiningDropsSafepoint.java https://github.com/adopti
compiler/c2/irTests/TestSuperwordFailsUnrolling.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/codecache/MHIntrinsicAllocFailureTest.java https://bugs.openjdk.org/browse/JDK-8298947 linux-arm
compiler/whitebox/ForceNMethodSweepTest.java https://bugs.openjdk.org/browse/JDK-8265181 linux-arm

compiler/codegen/aes/Test8292158.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
compiler/codegen/aes/TestAESMain.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
############################################################################

# jdk_jfr
Expand Down Expand Up @@ -510,3 +515,8 @@ sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java https://github.com/ad

# jdk_container/hotspot_container
containers/docker/TestMemoryWithCgroupV1.java https://bugs.openjdk.org/browse/JDK-8297274 linux-all

############################################################
#serviceability
serviceability/jvmti/GetOwnedMonitorStackDepthInfo/GetOwnedMonitorStackDepthInfoWithEATest.java https://github.com/adoptium/aqa-tests/issues/4469 aix-all
serviceability/jvmti/Heap/IterateHeapWithEscapeAnalysisEnabled.java https://github.com/adoptium/aqa-tests/issues/4469 aix-all

0 comments on commit 63eba63

Please sign in to comment.