Skip to content

Commit

Permalink
(v0.9.3-release) Cherry pick #3885, #3891, #3898 (#3900)
Browse files Browse the repository at this point in the history
* Excluded docker testcases on linux-aarch64 platform (#3885)

Excluded docker testcases on linux-aarch64: DockerBasicTest.java TestCPUAwareness.java TestCPUSets.java TestMemoryAwareness.java TestMisc.java

Fixes: #3629
Signed-off-by: sendaoYan <[email protected]>

* Disable TestMemoryAwareness.java (#3891)

Disable runtime/containers/docker/TestMemoryAwareness.java, which fail because of kernel does not support swap limit capabilities or the cgroup is not mounted

Fixes: #3886
Signed-off-by: sendaoYan <[email protected]>

* July release: update problem list for jdk8, especially arm (#3898)

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

Co-authored-by: yansendao <[email protected]>
  • Loading branch information
sophia-guo and sendaoYan authored Jul 29, 2022
1 parent 6a6c17b commit fdc28ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.sh https://github.com/adopti
compiler/floatingpoint/8165673/TestFloatJNIArgs.sh https://github.com/adoptium/aqa-tests/issues/3242 solaris-all
compiler/rtm/locking/TestRTMTotalCountIncrRate.java https://github.com/adoptium/aqa-tests/issues/3050 linux-all,windows-all
compiler/intrinsics/mathexact/LongMulOverflowTest.java https://bugs.openjdk.org/browse/JDK-8196568 solaris-x64
runtime/containers/docker/DockerBasicTest.java https://github.com/adoptium/aqa-tests/issues/3629 linux-aarch64,linux-arm
runtime/containers/docker/TestCPUAwareness.java https://github.com/adoptium/aqa-tests/issues/3629 linux-aarch64,linux-arm
runtime/containers/docker/TestCPUSets.java https://github.com/adoptium/aqa-tests/issues/3629 linux-aarch64,linux-arm
runtime/containers/docker/TestMemoryAwareness.java https://github.com/adoptium/aqa-tests/issues/3629 linux-aarch64,linux-arm
runtime/containers/docker/TestMisc.java https://github.com/adoptium/aqa-tests/issues/3629 linux-aarch64,linux-arm
############################################################################

# jdk_awt
Expand Down Expand Up @@ -490,7 +495,7 @@ jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java https://github.com/adoptium/aqa-test
#linux-arm https://github.com/adoptium/aqa-tests/issues/3301
jdk/jfr/event/runtime/TestShutdownEvent.java https://github.com/adoptium/aqa-tests/issues/2985 generic-all
jdk/jfr/event/io/TestInstrumentation.java https://bugs.openjdk.java.net/browse/JDK-8202142 generic-all
jdk/jfr/event/compiler/TestCompilerPhase.java https://github.com/adoptium/aqa-tests/issues/3046 windows-all
jdk/jfr/event/compiler/TestCompilerPhase.java https://github.com/adoptium/aqa-tests/issues/3046 generic-all
jdk/jfr/event/compiler/TestCompile.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm
jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm
jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
############################################################################

# hotspot_jre
runtime/containers/docker/TestMemoryAwareness.java https://github.com/adoptium/aqa-tests/issues/3763 generic-all
############################################################################

# jdk_awt
Expand Down

0 comments on commit fdc28ad

Please sign in to comment.