From fc23729752af46d647684ada6ba1b5ed2e4c5a00 Mon Sep 17 00:00:00 2001 From: Adam Thorpe Date: Mon, 3 Feb 2020 09:23:28 +0000 Subject: [PATCH 1/6] Update issue for UnexportLeak.java on jdk8 Signed-off-by: Adam Thorpe --- openjdk/ProblemList_openjdk8-openj9.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjdk/ProblemList_openjdk8-openj9.txt b/openjdk/ProblemList_openjdk8-openj9.txt index b4f44da331..fe41c2db94 100644 --- a/openjdk/ProblemList_openjdk8-openj9.txt +++ b/openjdk/ProblemList_openjdk8-openj9.txt @@ -212,7 +212,7 @@ java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java java/rmi/dgc/dgcAckFailure/DGCAckFailure.java https://github.com/eclipse/openj9/issues/1144 generic-all java/rmi/dgc/retryDirtyCalls/RetryDirtyCalls.java https://github.com/eclipse/openj9/issues/1144 generic-all java/rmi/registry/serialFilter/RegistryFilterTest.java https://github.com/eclipse/openj9/issues/1144 generic-all -java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java https://github.com/eclipse/openj9/issues/1144 generic-all +java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java https://github.com/eclipse/openj9/issues/4094 generic-all java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java https://github.com/eclipse/openj9/issues/4685 linux-ppc64le java/rmi/server/RemoteObject/notExtending/NotExtending.java https://github.com/eclipse/openj9/issues/1144 generic-all java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 windows-all From b8588954f025b3ea3937c02e5898e3ea0351869c Mon Sep 17 00:00:00 2001 From: Adam Thorpe Date: Mon, 3 Feb 2020 10:03:08 +0000 Subject: [PATCH 2/6] Reverted AddrInUse.java to generic-all Signed-off-by: Adam Thorpe --- openjdk/ProblemList_openjdk11-openj9.txt | 2 +- openjdk/ProblemList_openjdk13-openj9.txt | 2 +- openjdk/ProblemList_openjdk8-openj9.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openjdk/ProblemList_openjdk11-openj9.txt b/openjdk/ProblemList_openjdk11-openj9.txt index 1d2469bd31..a08ad37f29 100644 --- a/openjdk/ProblemList_openjdk11-openj9.txt +++ b/openjdk/ProblemList_openjdk11-openj9.txt @@ -208,7 +208,7 @@ jdk/nio/zipfs/ZipFSTester.java https://github.com/eclipse/openj9/issues/4679 lin java/rmi/dgc/dgcAckFailure/DGCAckFailure.java https://github.com/eclipse/openj9/issues/3347 generic-all java/rmi/dgc/retryDirtyCalls/RetryDirtyCalls.java https://github.com/eclipse/openj9/issues/7592 generic-all -java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 windows-all +java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 generic-all java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java https://github.com/eclipse/openj9/issues/3347 generic-all java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java https://github.com/eclipse/openj9/issues/4094 generic-all java/rmi/server/UnicastServerRef/serialFilter/FilterUSRTest.java https://github.com/eclipse/openj9/issues/3347 generic-all diff --git a/openjdk/ProblemList_openjdk13-openj9.txt b/openjdk/ProblemList_openjdk13-openj9.txt index 8a320da974..05c364e638 100644 --- a/openjdk/ProblemList_openjdk13-openj9.txt +++ b/openjdk/ProblemList_openjdk13-openj9.txt @@ -215,7 +215,7 @@ jdk/nio/zipfs/ZipFSTester.java https://github.com/eclipse/openj9/issues/4679 lin java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations https://github.com/eclipse/openj9/issues/6749 windows-all java/rmi/dgc/dgcAckFailure/DGCAckFailure.java https://github.com/eclipse/openj9/issues/3347 generic-all java/rmi/dgc/retryDirtyCalls/RetryDirtyCalls.java https://github.com/eclipse/openj9/issues/7592 generic-all -java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 windows-all +java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 generic-all java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java https://github.com/eclipse/openj9/issues/3347 generic-all java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java https://github.com/eclipse/openj9/issues/4094 generic-all java/rmi/server/UnicastServerRef/serialFilter/FilterUSRTest.java https://github.com/eclipse/openj9/issues/3347 generic-all diff --git a/openjdk/ProblemList_openjdk8-openj9.txt b/openjdk/ProblemList_openjdk8-openj9.txt index fe41c2db94..e0c8710474 100644 --- a/openjdk/ProblemList_openjdk8-openj9.txt +++ b/openjdk/ProblemList_openjdk8-openj9.txt @@ -215,7 +215,7 @@ java/rmi/registry/serialFilter/RegistryFilterTest.java https://github.com/eclip java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java https://github.com/eclipse/openj9/issues/4094 generic-all java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java https://github.com/eclipse/openj9/issues/4685 linux-ppc64le java/rmi/server/RemoteObject/notExtending/NotExtending.java https://github.com/eclipse/openj9/issues/1144 generic-all -java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 windows-all +java/rmi/server/RemoteServer/AddrInUse.java https://github.com/eclipse/openj9/issues/3377 generic-all java/rmi/transport/dgcDeadLock/DGCDeadLock.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1259 macosx-all java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java https://github.com/eclipse/openj9/issues/1144 generic-all sun/rmi/server/UnicastServerRef/FilterUSRTest.java https://github.com/eclipse/openj9/issues/1144 generic-all From 880413e26d7a074420af2390230d907c9fb5f34c Mon Sep 17 00:00:00 2001 From: Adam Thorpe Date: Mon, 3 Feb 2020 10:37:42 +0000 Subject: [PATCH 3/6] Excluded Basic.java on aix Signed-off-by: Adam Thorpe --- openjdk/ProblemList_openjdk11-openj9.txt | 1 + openjdk/ProblemList_openjdk11.txt | 1 + openjdk/ProblemList_openjdk13-openj9.txt | 1 + openjdk/ProblemList_openjdk13.txt | 1 + openjdk/ProblemList_openjdk8-openj9.txt | 1 + openjdk/ProblemList_openjdk8.txt | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openjdk/ProblemList_openjdk11-openj9.txt b/openjdk/ProblemList_openjdk11-openj9.txt index a08ad37f29..14feab9656 100644 --- a/openjdk/ProblemList_openjdk11-openj9.txt +++ b/openjdk/ProblemList_openjdk11-openj9.txt @@ -38,6 +38,7 @@ java/lang/ClassLoader/RecursiveSystemLoader.java https://github.com/eclipse/open java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all java/lang/Enum/ConstantDirectoryOptimalCapacity.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all java/lang/ModuleLayer/BasicLayerTest.java https://github.com/eclipse/openj9/issues/6462 generic-all +java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all java/lang/ProcessBuilder/SkipTest.java https://github.com/eclipse/openj9/issues/4124 windows-all java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse/openj9/issues/6659 generic-all java/lang/StackTraceElement/SerialTest.java https://github.com/eclipse/openj9/issues/6659 generic-all diff --git a/openjdk/ProblemList_openjdk11.txt b/openjdk/ProblemList_openjdk11.txt index 2447dc1216..df249831a8 100644 --- a/openjdk/ProblemList_openjdk11.txt +++ b/openjdk/ProblemList_openjdk11.txt @@ -22,6 +22,7 @@ # jdk_lang java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all +java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all java/lang/String/nativeEncoding/StringPlatformChars.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all java/lang/System/LoggerFinder/modules/LoggerInImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all diff --git a/openjdk/ProblemList_openjdk13-openj9.txt b/openjdk/ProblemList_openjdk13-openj9.txt index 05c364e638..d303572c69 100644 --- a/openjdk/ProblemList_openjdk13-openj9.txt +++ b/openjdk/ProblemList_openjdk13-openj9.txt @@ -38,6 +38,7 @@ java/lang/ClassLoader/RecursiveSystemLoader.java https://github.com/eclipse/open java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all java/lang/Enum/ConstantDirectoryOptimalCapacity.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all java/lang/ModuleLayer/BasicLayerTest.java https://github.com/eclipse/openj9/issues/6462 generic-all +java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all java/lang/ProcessBuilder/SkipTest.java https://github.com/eclipse/openj9/issues/4124 windows-all java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse/openj9/issues/6659 generic-all java/lang/StackTraceElement/SerialTest.java https://github.com/eclipse/openj9/issues/6659 generic-all diff --git a/openjdk/ProblemList_openjdk13.txt b/openjdk/ProblemList_openjdk13.txt index de68f8070e..f85c9e7c5d 100644 --- a/openjdk/ProblemList_openjdk13.txt +++ b/openjdk/ProblemList_openjdk13.txt @@ -25,6 +25,7 @@ java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/Ad java/lang/String/nativeEncoding/StringPlatformChars.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all vm/JniInvocationTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 macosx-all java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all +java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all java/lang/System/LoggerFinder/modules/LoggerInImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all java/lang/System/LoggerFinder/modules/NamedLoggerForImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all diff --git a/openjdk/ProblemList_openjdk8-openj9.txt b/openjdk/ProblemList_openjdk8-openj9.txt index e0c8710474..d2de341f66 100644 --- a/openjdk/ProblemList_openjdk8-openj9.txt +++ b/openjdk/ProblemList_openjdk8-openj9.txt @@ -27,6 +27,7 @@ java/lang/Class/forName/arrayClass/ExceedMaxDim.java https://github.com/eclipse/ java/lang/ClassLoader/Assert.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/982 aix-all java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java https://github.com/eclipse/openj9/issues/7122 generic-all java/lang/Math/HypotTests.java https://github.com/eclipse/openj9/issues/1128 generic-all +java/lang/ProcessBuilder/Basic.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all java/lang/Runtime/loadLibrary/LoadLibraryTest.java https://github.com/eclipse/openj9/issues/8287 macosx-all java/lang/Runtime/shutdown/ShutdownInterruptedMain.java https://github.com/eclipse/openj9/issues/1128 generic-all java/lang/SecurityManager/CheckPackageAccess.java https://github.com/eclipse/openj9/issues/1128 generic-all diff --git a/openjdk/ProblemList_openjdk8.txt b/openjdk/ProblemList_openjdk8.txt index 0640be2e78..b20d5d81ba 100644 --- a/openjdk/ProblemList_openjdk8.txt +++ b/openjdk/ProblemList_openjdk8.txt @@ -117,7 +117,7 @@ java/beans/XMLEncoder/sun_swing_PrintColorUIResource.java https://github.com/Ado jdk/lambda/vm/InterfaceAccessFlagsTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/126 linux-all java/lang/Math/HypotTests.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/128 linux-all java/lang/ClassLoader/Assert.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1012 aix-all -java/lang/ProcessBuilder/Basic.java https://bugs.openjdk.java.net/browse/JDK-8029525 aix-all +java/lang/ProcessBuilder/Basic.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all ############################################################################ # jdk_management From 0acf86092a7ff3e79e56a9cdb0ccb1865c9ce880 Mon Sep 17 00:00:00 2001 From: Adam Thorpe Date: Mon, 3 Feb 2020 15:01:16 +0000 Subject: [PATCH 4/6] Excluded LogManagerAppContextDeadlock.java Signed-off-by: Adam Thorpe --- openjdk/ProblemList_openjdk11-openj9.txt | 1 + openjdk/ProblemList_openjdk13-openj9.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/openjdk/ProblemList_openjdk11-openj9.txt b/openjdk/ProblemList_openjdk11-openj9.txt index 14feab9656..74e2397da7 100644 --- a/openjdk/ProblemList_openjdk11-openj9.txt +++ b/openjdk/ProblemList_openjdk11-openj9.txt @@ -255,6 +255,7 @@ java/util/concurrent/forkjoin/FJExceptionTableLeak.java https://github.com/eclip java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/7125 macosx-all,linux-all,aix-all java/util/concurrent/ArrayBlockingQueue/WhiteBox.java https://github.com/eclipse/openj9/issues/5988 macosx-all java/util/logging/CheckZombieLockTest.java https://bugs.openjdk.java.net/browse/JDK-8148972 macosx-all,linux-all +java/util/logging/LogManagerAppContextDeadlock.java https://github.com/eclipse/openj9/issues/8483 aix-all java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse/openj9/issues/4129 macosx-all diff --git a/openjdk/ProblemList_openjdk13-openj9.txt b/openjdk/ProblemList_openjdk13-openj9.txt index d303572c69..877fe1093b 100644 --- a/openjdk/ProblemList_openjdk13-openj9.txt +++ b/openjdk/ProblemList_openjdk13-openj9.txt @@ -262,6 +262,7 @@ java/util/concurrent/forkjoin/FJExceptionTableLeak.java https://github.com/eclip java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/7125 macosx-all,linux-all,aix-all java/util/logging/CheckZombieLockTest.java https://bugs.openjdk.java.net/browse/JDK-8148972 macosx-all,linux-all java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all +java/util/logging/LogManagerAppContextDeadlock.java https://github.com/eclipse/openj9/issues/8483 aix-all java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse/openj9/issues/4129 macosx-all java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse/openj9/issues/4613 generic-all From d1ca2b0918be7b8ce8b20834b86275cb5d23e615 Mon Sep 17 00:00:00 2001 From: Adam Thorpe Date: Mon, 3 Feb 2020 16:36:13 +0000 Subject: [PATCH 5/6] Update issue for AsyncCloseAndInterrupt.java Signed-off-by: Adam Thorpe --- openjdk/ProblemList_openjdk11-openj9.txt | 2 +- openjdk/ProblemList_openjdk11.txt | 2 +- openjdk/ProblemList_openjdk13-openj9.txt | 2 +- openjdk/ProblemList_openjdk13.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openjdk/ProblemList_openjdk11-openj9.txt b/openjdk/ProblemList_openjdk11-openj9.txt index 74e2397da7..a28c30c9fb 100644 --- a/openjdk/ProblemList_openjdk11-openj9.txt +++ b/openjdk/ProblemList_openjdk11-openj9.txt @@ -191,7 +191,7 @@ java/io/FileOutputStream/UnreferencedFOSClosesFd.java https://github.com/eclipse java/nio/Buffer/DirectBufferAllocTest.java https://github.com/eclipse/openj9/issues/4473 generic-all java/nio/Buffer/LimitDirectMemory.java https://github.com/eclipse/openj9/issues/8063 generic-all java/nio/Buffer/LimitDirectMemoryNegativeTest.java https://github.com/eclipse/openj9/issues/8065 generic-all -java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/eclipse/openj9/issues/8395 linux-all, aix-all +java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1597 linux-all,aix-all java/nio/channels/AsynchronousFileChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all java/nio/channels/AsynchronousSocketChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all #java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java is excluded for two different reasons on different platforms https://github.com/AdoptOpenJDK/openjdk-tests/issues/1016 diff --git a/openjdk/ProblemList_openjdk11.txt b/openjdk/ProblemList_openjdk11.txt index df249831a8..523b5e153c 100644 --- a/openjdk/ProblemList_openjdk11.txt +++ b/openjdk/ProblemList_openjdk11.txt @@ -108,7 +108,7 @@ com/sun/net/httpserver/bugs/B6361557.java https://github.com/AdoptOpenJDK/openjd # jdk_nio java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all -java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all +java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1597 linux-all,aix-all java/nio/charset/spi/CharsetProviderBasicTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all java/nio/channels/DatagramChannel/ConnectExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all java/nio/channels/DatagramChannel/SendExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all diff --git a/openjdk/ProblemList_openjdk13-openj9.txt b/openjdk/ProblemList_openjdk13-openj9.txt index 877fe1093b..c9be4d4697 100644 --- a/openjdk/ProblemList_openjdk13-openj9.txt +++ b/openjdk/ProblemList_openjdk13-openj9.txt @@ -196,7 +196,7 @@ java/io/FileOutputStream/UnreferencedFOSClosesFd.java https://github.com/eclipse java/nio/Buffer/DirectBufferAllocTest.java https://github.com/eclipse/openj9/issues/4473 generic-all java/nio/Buffer/LimitDirectMemory.java https://github.com/eclipse/openj9/issues/8063 generic-all java/nio/Buffer/LimitDirectMemoryNegativeTest.java https://github.com/eclipse/openj9/issues/8065 generic-all -java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/eclipse/openj9/issues/8395 linux-all, aix-all +java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1597 linux-all,aix-all java/nio/channels/AsynchronousFileChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all java/nio/channels/AsynchronousSocketChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all #java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java is excluded for two different reasons on different platforms https://github.com/AdoptOpenJDK/openjdk-tests/issues/1016 diff --git a/openjdk/ProblemList_openjdk13.txt b/openjdk/ProblemList_openjdk13.txt index f85c9e7c5d..650174b200 100644 --- a/openjdk/ProblemList_openjdk13.txt +++ b/openjdk/ProblemList_openjdk13.txt @@ -105,7 +105,7 @@ java/nio/channels/DatagramChannel/Promiscuous.java https://github.c # jdk_nio java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all -java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all +java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1597 linux-all,aix-all java/nio/charset/spi/CharsetProviderBasicTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all java/nio/channels/DatagramChannel/ConnectExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all java/nio/channels/DatagramChannel/SendExceptions.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/593 linux-all From 59ffa25ae23063732b72d1df7036234d2d09d8d8 Mon Sep 17 00:00:00 2001 From: Adam Thorpe Date: Tue, 4 Feb 2020 09:57:24 +0000 Subject: [PATCH 6/6] Excluded more VarHandles tests on arm64 linux Signed-off-by: Adam Thorpe --- openjdk/ProblemList_openjdk11.txt | 5 +++++ openjdk/ProblemList_openjdk13.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/openjdk/ProblemList_openjdk11.txt b/openjdk/ProblemList_openjdk11.txt index 523b5e153c..6046317fda 100644 --- a/openjdk/ProblemList_openjdk11.txt +++ b/openjdk/ProblemList_openjdk11.txt @@ -33,11 +33,16 @@ jdk/modules/incubator/ImageModules.java https://github.com/AdoptOpenJDK/openjdk- java/lang/Class/GetPackageBootLoaderChildLayer.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all #java/lang/String/StringRepeat.java https://bugs.openjdk.java.net/browse/JDK-8221400 java/lang/String/StringRepeat.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1272 windows-all +java/lang/invoke/VarHandles/VarHandleTestAccessBoolean.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestAccessByte.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessChar.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestAccessDouble.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessFloat.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestAccessInt.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessLong.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessShort.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessString.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestByteArrayAsFloat.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessBoolean.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessByte.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessChar.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 diff --git a/openjdk/ProblemList_openjdk13.txt b/openjdk/ProblemList_openjdk13.txt index 650174b200..29259563f4 100644 --- a/openjdk/ProblemList_openjdk13.txt +++ b/openjdk/ProblemList_openjdk13.txt @@ -35,11 +35,16 @@ jdk/modules/incubator/ImageModules.java https://github.com/AdoptOpenJDK/openjdk- java/lang/Class/GetPackageBootLoaderChildLayer.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all #java/lang/String/StringRepeat.java https://bugs.openjdk.java.net/browse/JDK-8221400 java/lang/String/StringRepeat.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1272 windows-all +java/lang/invoke/VarHandles/VarHandleTestAccessBoolean.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestAccessByte.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessChar.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestAccessDouble.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessFloat.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestAccessInt.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessLong.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessShort.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestAccessString.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 +java/lang/invoke/VarHandles/VarHandleTestByteArrayAsFloat.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessBoolean.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessByte.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64 java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessChar.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1118 linux-aarch64