JDK-8265368 : ProblemList 3 java/net/httpclient/websocket tests on macos-aarch64
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2021-04-16
  • Updated: 2021-04-22
  • Resolved: 2021-04-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b19Fixed
Description
In order to reduce noise in Tier2, we need to ProblemList: 

    java/net/httpclient/websocket/PendingPongBinaryClose.java
    java/net/httpclient/websocket/PendingBinaryPongClose.java
    java/net/httpclient/websocket/PendingBinaryPingClose.java

on macos-aarch64
Comments
Changeset: 888d80b5 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-04-16 20:21:15 +0000 URL: https://git.openjdk.java.net/jdk/commit/888d80b5
16-04-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index e80cb2574c2..fd3a2d159a9 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
16-04-2021