Skip to content

Commit 40016a4

Browse files
committed
Exclude GarbageCollectionNotificationContentTest (known GC issue)
The GarbageCollectionNotificationContentTest fails because the used size at G1 Old Gen does not decrease as expected. This is a known GC behavior issue tracked in #911. Bug: https://project.aone.alibaba-inc.com/v2/project/1164623/bug/71642429
1 parent 2bed049 commit 40016a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/jdk/ProblemList.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,3 +887,8 @@ java/net/MulticastSocket/UnreferencedMulticastSockets.java https://github.com/dr
887887

888888
java/net/SocketOption/OptionsTest.java https://github.com/dragonwell-project/dragonwell11/issues/209 linux-riscv64
889889
java/nio/MappedByteBuffer/Truncate.java https://github.com/dragonwell-project/dragonwell11/issues/209 linux-riscv64
890+
891+
# GarbageCollectionNotificationContentTest fails due to G1 Old Gen used size not decreasing
892+
# Known issue: https://github.com/dragonwell-project/dragonwell11/issues/911
893+
# https://project.aone.alibaba-inc.com/v2/project/1164623/bug/71642429
894+
com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java 71642429 generic-all

0 commit comments

Comments
 (0)