-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8225045: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails on linux-x64 #2918
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back ashi! A progress list of the required criteria for merging this PR into |
@amosshi This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
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 17 new commits pushed to the
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. ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
|
This bug was reported on linux so you need to test the backport on linux as well. |
Test on local linux machine System info
Test result:
|
/approval request "Backporting for parity with 11.0.25-oracle. No risk, test fix. Clean backport. Test passes in local on both Ubuntu Linux and MacOS” |
@amosshi This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
3 similar comments
@amosshi This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@amosshi This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@amosshi This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Backport of JDK-8225045
commit 1
is generated by gitpatch
command, is a clean backport forJInternalFrameIconTest.java
commit 2
is the manual merge oftest/jdk/ProblemList.txt.rej
file. The content of the file is bellow.Testing
MacOS 14.6.1
on Apple M1 MaxJInternalFrameIconTest.java
: Test results: passed: 1Ubuntu 22.04.4
by @Harry-Junhua-Huangjavax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java
macOS
macOS
:/Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
The issue exists in all recent PR in jdk11u-dev and not caused by Current PR2024-08-23
jtreg_jdk_tier4
, Started at2024-08-22 21:03:43+01:00
SKIPPED
[Filter: Keywords - Not matching the given keyword expression:(((!headful)&(!printer)&(!intermittent))) & !manual & !ignore
] GitHub 📊 - [0 msec]Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2918/head:pull/2918
$ git checkout pull/2918
Update a local copy of the PR:
$ git checkout pull/2918
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2918/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2918
View PR using the GUI difftool:
$ git pr show -t 2918
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2918.diff
Webrev
Link to Webrev Comment