From 614fc13f8534bda7206268bcad9ab501979d26ce Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Wed, 21 Dec 2022 10:04:32 -0500 Subject: [PATCH] Un-exclude java/lang/String/StringRepeat.java (#4215) Related to https://github.com/eclipse-openj9/openj9/issues/6667 Signed-off-by: Peter Shipton Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk11-openj9.txt | 1 - openjdk/excludes/ProblemList_openjdk17-openj9.txt | 1 - openjdk/excludes/ProblemList_openjdk19-openj9.txt | 1 - openjdk/excludes/ProblemList_openjdk20-openj9.txt | 1 - 4 files changed, 4 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk11-openj9.txt b/openjdk/excludes/ProblemList_openjdk11-openj9.txt index 28065cb008..fe8f25e9f4 100644 --- a/openjdk/excludes/ProblemList_openjdk11-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk11-openj9.txt @@ -51,7 +51,6 @@ java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse-openj9/ java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse-openj9/openj9/issues/6665 generic-all java/lang/String/CompactString/IndexOf.java https://github.com/eclipse-openj9/openj9/issues/6673 generic-all java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse-openj9/openj9/issues/6666 generic-all -java/lang/String/StringRepeat.java https://github.com/eclipse-openj9/openj9/issues/6667 generic-all java/lang/System/Logger/custom/CustomLoggerTest.java https://github.com/eclipse-openj9/openj9/issues/6674 generic-all java/lang/System/Logger/default/DefaultLoggerTest.java https://github.com/eclipse-openj9/openj9/issues/6674 generic-all java/lang/System/LoggerFinder/BaseLoggerFinderTest/BaseLoggerFinderTest.java https://github.com/eclipse-openj9/openj9/issues/6674 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 16f7f95532..de5d762640 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -50,7 +50,6 @@ java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse-openj9/ java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse-openj9/openj9/issues/6665 generic-all java/lang/String/CompactString/IndexOf.java https://github.com/eclipse-openj9/openj9/issues/6673 generic-all java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse-openj9/openj9/issues/6666 generic-all -java/lang/String/StringRepeat.java https://github.com/eclipse-openj9/openj9/issues/6667 generic-all java/lang/String/UnicodeCasingTest.java https://github.com/eclipse-openj9/openj9/issues/4597 linux-s390x java/lang/StringBuffer/HugeCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/StringBuilder/HugeCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk19-openj9.txt b/openjdk/excludes/ProblemList_openjdk19-openj9.txt index 9fb895ae38..ee8d73177c 100644 --- a/openjdk/excludes/ProblemList_openjdk19-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk19-openj9.txt @@ -92,7 +92,6 @@ java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse-openj9/ java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse-openj9/openj9/issues/6665 generic-all java/lang/String/CompactString/IndexOf.java https://github.com/eclipse-openj9/openj9/issues/6673 generic-all java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse-openj9/openj9/issues/6666 generic-all -java/lang/String/StringRepeat.java https://github.com/eclipse-openj9/openj9/issues/6667 generic-all java/lang/String/UnicodeCasingTest.java https://github.com/eclipse-openj9/openj9/issues/4597 linux-s390x java/lang/StringBuffer/HugeCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/StringBuilder/HugeCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk20-openj9.txt b/openjdk/excludes/ProblemList_openjdk20-openj9.txt index a4bfc5b418..3be6e98ff7 100644 --- a/openjdk/excludes/ProblemList_openjdk20-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk20-openj9.txt @@ -95,7 +95,6 @@ java/lang/String/CaseConvertSameInstance.java https://github.com/eclipse-openj9/ java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse-openj9/openj9/issues/6665 generic-all java/lang/String/CompactString/IndexOf.java https://github.com/eclipse-openj9/openj9/issues/6673 generic-all java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse-openj9/openj9/issues/6666 generic-all -java/lang/String/StringRepeat.java https://github.com/eclipse-openj9/openj9/issues/6667 generic-all java/lang/String/UnicodeCasingTest.java https://github.com/eclipse-openj9/openj9/issues/4597 linux-s390x java/lang/StringBuffer/HugeCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/StringBuilder/HugeCapacity.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all