8364404: Test "java/awt/Panel/PanelRepaint/PanelRepaint.java" failed because the rows is rendered exceeds the horizontal scrollbar boundary#31687
Conversation
…UserFilterTest.html failed on all platforms
|
👋 Welcome back jyothilek! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@jyothilek The following label will be automatically applied to this pull request:
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. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
| /* | ||
| * @test | ||
| * @bug 4148078 | ||
| * @bug 4148078 8364404 |
There was a problem hiding this comment.
8364404 is not a jvm bug but a test bug, so this line chnage seems do not needed
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
Integration blocker
8364404. Please make sure it exists and is accessible.Issue
8364404.Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31687/head:pull/31687$ git checkout pull/31687Update a local copy of the PR:
$ git checkout pull/31687$ git pull https://git.openjdk.org/jdk.git pull/31687/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 31687View PR using the GUI difftool:
$ git pr show -t 31687Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31687.diff