Skip to content

8369996: Testcase java/net/Socket/B8312065.java fails on Mac, AIX and Solaris#768

Open
yanglong1010 wants to merge 1 commit intoopenjdk:masterfrom
yanglong1010:JDK-8369996-fix
Open

8369996: Testcase java/net/Socket/B8312065.java fails on Mac, AIX and Solaris#768
yanglong1010 wants to merge 1 commit intoopenjdk:masterfrom
yanglong1010:JDK-8369996-fix

Conversation

@yanglong1010
Copy link
Contributor

@yanglong1010 yanglong1010 commented Mar 6, 2026

Hi,

Could I have a review of this patch ?

This patch limits the test for JDK-8312065 to run only on Linux.

The test for JDK-8312065 needs to build a native library to send signals to Java threads. I don't have Mac, AIX and Solaris devices. Limit the platform is the simplest way for now.

Thanks.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8369996 needs maintainer approval

Issue

  • JDK-8369996: Testcase java/net/Socket/B8312065.java fails on Mac, AIX and Solaris (Bug - P4 - Approved)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/768/head:pull/768
$ git checkout pull/768

Update a local copy of the PR:
$ git checkout pull/768
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/768/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 768

View PR using the GUI difftool:
$ git pr show -t 768

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/768.diff

Using Webrev

Link to Webrev Comment

Copilot AI review requested due to automatic review settings March 6, 2026 02:56
@bridgekeeper
Copy link

bridgekeeper bot commented Mar 6, 2026

👋 Welcome back lyang! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Limits execution of the regression test for JDK-8312065 to Linux only, avoiding failures on platforms where the test’s native-library build/run path is currently not portable (e.g., macOS).

Changes:

  • Change the jtreg @requires constraint from “non-Windows” to “Linux only” for B8312065.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@openjdk
Copy link

openjdk bot commented Mar 6, 2026

@yanglong1010 This change now passes all automated pre-integration checks.

After integration, the commit message for the final commit will be:

8369996: Testcase java/net/Socket/B8312065.java fails on Mac, AIX and Solaris

Reviewed-by: sgehwolf

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 3 new commits pushed to the master branch:

  • e896646: 8379684: Bump update version of OpenJDK: 8u502
  • cb21280: 8373476: (tz) Update Timezone Data to 2025c
  • 4e99157: 8369282: Distrust TLS server certificates anchored by Chunghwa ePKI Root CA

Please see this link for an up-to-date comparison between the source branch of this pull request and the master branch.
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@jerboaa) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the rfr Pull request is ready for review label Mar 6, 2026
@mlbridge
Copy link

mlbridge bot commented Mar 6, 2026

Webrevs

Copy link
Contributor

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, thanks!

@openjdk
Copy link

openjdk bot commented Mar 6, 2026

⚠️ @yanglong1010 This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@yanglong1010
Copy link
Contributor Author

/approval 8369996 request This patch limits the test for JDK-8312065 to run only on Linux. Maybe in the future somebody with devices steps up to fix the test on macos/aix/solaris. The risk is low. Thanks.

@openjdk
Copy link

openjdk bot commented Mar 6, 2026

@yanglong1010
8369996: The approval request has been created successfully.

@openjdk openjdk bot added the approval Requires approval; will be removed when approval is received label Mar 6, 2026
@jerboaa
Copy link
Contributor

jerboaa commented Mar 6, 2026

/approve yes

@openjdk
Copy link

openjdk bot commented Mar 6, 2026

@jerboaa
8369996: The approval request has been approved.

@openjdk openjdk bot added ready Pull request is ready to be integrated and removed approval Requires approval; will be removed when approval is received labels Mar 6, 2026
@jerboaa
Copy link
Contributor

jerboaa commented Mar 18, 2026

@yanglong1010 Please integrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready Pull request is ready to be integrated rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

3 participants