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
JDK-8275650 Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11 #6025
JDK-8275650 Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11 #6025
Conversation
/integrate |
|
@frkator Your integration request cannot be fulfilled at this time, as the status check |
@frkator To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
/label core-libs Adding the test java/io/File/createTempFile/SpecialTempFile.java to problem list for windows 11 platform as per ticket. The tier2 test group ignores the said test when ran on Windows 11 Enteprise Node but does get ran on Windows 2016 node. Details in ticket comment. |
@frkator The label
|
/label core-libs |
@iignatev |
@frkator 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 52 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. 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 (@iignatev, @bplb, @msheppar) but any other Committer may sponsor as well.
|
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as it has been discussed internally, jtreg doesn’t recognize $os-$arch-$version pattern in problem list (but understands $os-$version) so for the test to be excluded only on windows 11, you should use windows-11
55b0228
to
931a9ea
Compare
And now you use an incorrect bug id in the problem list, it should be 8274122 |
Oops! Thanks @iignatev ! |
as per comment from Igor above, the bug id in the problemlist is incorrect, and it should be 8274122 |
/integrate |
@frkator Your integration request cannot be fulfilled at this time, as the status check |
@msheppar the bug id has been updated |
bugid in title should be 8275650: i.e. the bugid for problemlist update |
/integrate |
/sponsor |
Going to push as commit 32895ac.
Your commit was automatically rebased without conflicts. |
That doesn’t seem right as jtreg expects |
It has been tested, details in ticket comment. |
I’m sorry @frkator but there is nothing in the ticket. |
Thanks for the clarification, David. I guess my recollection of jtreg code isn’t as good as I thought, and |
@dholmes-ora you mean I should have stated that the links are in confidential part of the ticket? |
I guess the proper course of actions would be not to mention any confidential comments/information (including their existence) in open communication at all, and instead provided open community with the enough publicly available information so they can understand the bug, patch, testing, …, in this particular case it would mean describing the testing w/o providing any details about oracle resources |
cc @ctornqvi
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6025/head:pull/6025
$ git checkout pull/6025
Update a local copy of the PR:
$ git checkout pull/6025
$ git pull https://git.openjdk.java.net/jdk pull/6025/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6025
View PR using the GUI difftool:
$ git pr show -t 6025
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6025.diff