From 9f1f61390eeb61ddb1690cb134035fea0869da5c Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 12:09:03 -0400 Subject: [PATCH 1/7] 8265358: ProblemList jdk/jshell/ToolBasicTest.java on macOS-aarch64 --- test/langtools/ProblemList.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/langtools/ProblemList.txt b/test/langtools/ProblemList.txt index 373f0b6bc6b5a..8736baec1a6df 100644 --- a/test/langtools/ProblemList.txt +++ b/test/langtools/ProblemList.txt @@ -33,6 +33,7 @@ jdk/jshell/UserJdiUserRemoteTest.java 8173079 linux-all jdk/jshell/UserInputTest.java 8169536 generic-all +jdk/jshell/ToolBasicTest.java 8265357 macosx-aarch64 ########################################################################### # From 493b4e8aff9430668de8468b4ab8d4c219f9a44a Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 12:57:04 -0400 Subject: [PATCH 2/7] 8265361: ProblemList a few compiler/whitebox tests on macos-aarch64 --- test/hotspot/jtreg/ProblemList.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 1c5b01cd6d08c..a28cff36d3bb1 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -64,6 +64,10 @@ compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 8183263 generic-x64 compiler/c2/Test8004741.java 8235801 generic-all +compiler/whitebox/ClearMethodStateTest.java 8265360 macosx-aarch64 +compiler/whitebox/EnqueueMethodForCompilationTest.java 8265360 macosx-aarch64 +compiler/whitebox/MakeMethodNotCompilableTest.java 8265360 macosx-aarch64 + ############################################################################# # :hotspot_gc From 61da8d024a36d998bd9e76ea27b21e2d42ede396 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 13:17:31 -0400 Subject: [PATCH 3/7] 8265363: ProblemList java/net/Socket/UdpSocket.java on macos-aarch64 --- test/jdk/ProblemList.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index a37ea5896d0c8..0b40de6375b2a 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -617,6 +617,8 @@ java/net/MulticastSocket/SetGetNetworkInterfaceTest.java 8219083 windows- java/net/ServerSocket/AcceptInheritHandle.java 8211854 aix-ppc64 +java/net/Socket/UdpSocket.java 8265362 macosx-aarch64 + ############################################################################ # jdk_nio From 2a1afe8187df8ecd3fdbe63bc2c4ba150092d081 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 13:33:26 -0400 Subject: [PATCH 4/7] 8265366 ProblemList 2 javax/net/ssl/DTLS tests on macos-aarch64 --- test/jdk/ProblemList.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 0b40de6375b2a..e80cb2574c2e6 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -673,6 +673,9 @@ sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java 8026393 generic- javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java 8212096 generic-all javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64 +javax/net/ssl/DTLS/Retransmission.java 8265364 macosx-aarch64 +javax/net/ssl/DTLS/RespondToRetransmit.java 8265364 macosx-aarch64 + sun/security/provider/KeyStore/DKSTest.sh 8180266 windows-all sun/security/pkcs11/KeyStore/SecretKeysBasic.sh 8209398 generic-all From 460630d95be56a2b715a7718823fa59e5843f43c Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 13:59:52 -0400 Subject: [PATCH 5/7] 8265368: ProblemList 3 java/net/httpclient/websocket tests on macos-aarch64 --- test/jdk/ProblemList.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index e80cb2574c2e6..7e4cedae41fca 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -619,6 +619,10 @@ java/net/ServerSocket/AcceptInheritHandle.java 8211854 aix-ppc6 java/net/Socket/UdpSocket.java 8265362 macosx-aarch64 +java/net/httpclient/websocket/PendingBinaryPongClose.java 8265367 macosx-aarch64 +java/net/httpclient/websocket/PendingBinaryPingClose.java 8265367 macosx-aarch64 +java/net/httpclient/websocket/PendingPongBinaryClose.java 8265367 macosx-aarch64 + ############################################################################ # jdk_nio From 5fb3de6aadd51de2c359457c96a6a1edb140d002 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 14:00:46 -0400 Subject: [PATCH 6/7] 8265370: ProblemList java/net/MulticastSocket/Promiscuous.java on macos-aarch64 --- test/jdk/ProblemList.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 7e4cedae41fca..5d4932e39b245 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -623,6 +623,8 @@ java/net/httpclient/websocket/PendingBinaryPongClose.java 8265367 macosx-a java/net/httpclient/websocket/PendingBinaryPingClose.java 8265367 macosx-aarch64 java/net/httpclient/websocket/PendingPongBinaryClose.java 8265367 macosx-aarch64 +java/net/MulticastSocket/Promiscuous.java 8265369 macosx-aarch64 + ############################################################################ # jdk_nio From 7f245f4e8f42a1a93434d6b9494e04f790e76700 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 16 Apr 2021 16:03:18 -0400 Subject: [PATCH 7/7] Remove changes for JDK-8265366 at @fguallini's request. --- test/jdk/ProblemList.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 5d4932e39b245..a08c215f735c5 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -679,9 +679,6 @@ sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java 8026393 generic- javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java 8212096 generic-all javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64 -javax/net/ssl/DTLS/Retransmission.java 8265364 macosx-aarch64 -javax/net/ssl/DTLS/RespondToRetransmit.java 8265364 macosx-aarch64 - sun/security/provider/KeyStore/DKSTest.sh 8180266 windows-all sun/security/pkcs11/KeyStore/SecretKeysBasic.sh 8209398 generic-all