From 59d77dd5039231216a507c6e8952887c0c5760ae Mon Sep 17 00:00:00 2001 From: Jack Lu Date: Mon, 31 Jan 2022 15:07:49 -0500 Subject: [PATCH] Re-enable BulkPutBuffer.java & EqualsCompareTest.java (#3303) Issue https://github.com/eclipse-openj9/openj9/issues/13305 has been fixed Signed-off-by: Jack Lu --- openjdk/excludes/ProblemList_openjdk17-openj9.txt | 2 -- openjdk/excludes/ProblemList_openjdk18-openj9.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 6396e79e04..3f68d1866c 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -227,9 +227,7 @@ java/io/FileOutputStream/UnreferencedFOSClosesFd.java https://github.com/eclipse # jdk_nio -java/nio/Buffer/BulkPutBuffer.java https://github.com/eclipse-openj9/openj9/issues/13094 generic-all java/nio/Buffer/DirectBufferAllocTest.java https://github.com/eclipse-openj9/openj9/issues/4473 generic-all -java/nio/Buffer/EqualsCompareTest.java https://github.com/eclipse-openj9/openj9/issues/13094 generic-all java/nio/Buffer/LimitDirectMemory.java https://github.com/eclipse-openj9/openj9/issues/8063 generic-all java/nio/Buffer/LimitDirectMemoryNegativeTest.java https://github.com/eclipse-openj9/openj9/issues/8065 generic-all java/nio/MappedByteBuffer/MapSyncFail.java https://github.com/eclipse-openj9/openj9/issues/6831 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk18-openj9.txt b/openjdk/excludes/ProblemList_openjdk18-openj9.txt index 3a0d978e78..89eeaa1a79 100644 --- a/openjdk/excludes/ProblemList_openjdk18-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk18-openj9.txt @@ -232,9 +232,7 @@ java/io/FileOutputStream/UnreferencedFOSClosesFd.java https://github.com/eclipse # jdk_nio -java/nio/Buffer/BulkPutBuffer.java https://github.com/eclipse-openj9/openj9/issues/13094 generic-all java/nio/Buffer/DirectBufferAllocTest.java https://github.com/eclipse-openj9/openj9/issues/4473 generic-all -java/nio/Buffer/EqualsCompareTest.java https://github.com/eclipse-openj9/openj9/issues/13094 generic-all java/nio/Buffer/LimitDirectMemory.java https://github.com/eclipse-openj9/openj9/issues/8063 generic-all java/nio/Buffer/LimitDirectMemoryNegativeTest.java https://github.com/eclipse-openj9/openj9/issues/8065 generic-all java/nio/MappedByteBuffer/MapSyncFail.java https://github.com/eclipse-openj9/openj9/issues/6831 generic-all