Skip to content

8364404: Test "java/awt/Panel/PanelRepaint/PanelRepaint.java" failed because the rows is rendered exceeds the horizontal scrollbar boundary#31687

Open
jyothilek wants to merge 2 commits into
openjdk:masterfrom
jyothilek:JDK-8364404
Open

Conversation

@jyothilek

@jyothilek jyothilek commented Jun 26, 2026

Copy link
Copy Markdown

Fix for JDK-JDK-8364404

TestCommand: jdk-17.0.20.jdk/Contents/Home/bin/java -jar jtreg/lib/jtreg.jar -verbose:summary -w Resulst/JTwork -r Results/JTreport -jdk jdk-28 jdk/open/test/jdk/java/awt/Panel/PanelRepaint/PanelRepaint.java

Platforms Tested: Windows 11, MacOS, Linux, Ubuntu

Summary: Updated PanelRepaint to use BorderLayout for the test frame and its main panel instead of relying on FlowLayout with manually assigned bounds.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed (2 reviews required, with at least 1 Reviewer, 1 Author)

Integration blocker

 ⚠️ Failed to retrieve information on issue 8364404. Please make sure it exists and is accessible.

Issue

  • ⚠️ Failed to retrieve information on issue 8364404.

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31687/head:pull/31687
$ git checkout pull/31687

Update a local copy of the PR:
$ git checkout pull/31687
$ git pull https://git.openjdk.org/jdk.git pull/31687/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 31687

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31687.diff

@bridgekeeper

bridgekeeper Bot commented Jun 26, 2026

Copy link
Copy Markdown

👋 Welcome back jyothilek! 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.

@openjdk

openjdk Bot commented Jun 26, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot added the client client-libs-dev@openjdk.org label Jun 26, 2026
@openjdk

openjdk Bot commented Jun 26, 2026

Copy link
Copy Markdown

@jyothilek The following label will be automatically applied to this pull request:

  • client

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk

openjdk Bot commented Jun 26, 2026

Copy link
Copy Markdown

The total number of required reviews for this PR has been set to 2 based on the presence of this label: client. This can be overridden with the /reviewers command.

/*
* @test
* @bug 4148078
* @bug 4148078 8364404

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

8364404 is not a jvm bug but a test bug, so this line chnage seems do not needed

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Change is committed

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

Labels

client client-libs-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

2 participants