Skip to content

Commit 0d7c837

Browse files
authored
Exclude java/lang/StringBuilder/HugeCapacity.java on OpenJ9 zlinux (#4940)
It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <[email protected]>
1 parent c089b73 commit 0d7c837

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openjdk/excludes/ProblemList_openjdk11-openj9.txt

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse-openj9/
5151
java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse-openj9/openj9/issues/6665 generic-all
5252
java/lang/String/CompactString/IndexOf.java https://github.com/eclipse-openj9/openj9/issues/6673 generic-all
5353
java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse-openj9/openj9/issues/6666 generic-all
54+
java/lang/StringBuilder/HugeCapacity.java https://github.com/eclipse-openj9/openj9/issues/17323 linux-s390x
5455
java/lang/System/Logger/custom/CustomLoggerTest.java https://github.com/eclipse-openj9/openj9/issues/6674 generic-all
5556
java/lang/System/Logger/default/DefaultLoggerTest.java https://github.com/eclipse-openj9/openj9/issues/6674 generic-all
5657
java/lang/System/LoggerFinder/BaseLoggerFinderTest/BaseLoggerFinderTest.java https://github.com/eclipse-openj9/openj9/issues/6674 generic-all

openjdk/excludes/ProblemList_openjdk8-openj9.txt

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ java/lang/SecurityManager/CheckPackageAccess.java https://github.com/eclipse-op
3434
java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse-openj9/openj9/issues/3303 generic-all
3535
java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse-openj9/openj9/issues/1128 generic-all
3636
java/lang/StringBuilder/Exceptions.java https://github.com/eclipse-openj9/openj9/issues/1128 generic-all
37+
java/lang/StringBuilder/HugeCapacity.java https://github.com/eclipse-openj9/openj9/issues/17323 linux-s390x
3738
java/lang/StringBuilder/Supplementary.java https://github.com/eclipse-openj9/openj9/issues/5315 linux-s390x
3839
java/lang/StringBuffer/Exceptions.java https://github.com/eclipse-openj9/openj9/issues/1128 generic-all
3940
java/lang/StringBuffer/TestSynchronization.java https://github.com/eclipse-openj9/openj9/issues/1128 generic-all

0 commit comments

Comments
 (0)