Skip to content

JDK-8342635 : javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir#21619

Closed
honkar-jdk wants to merge 3 commits intoopenjdk:masterfrom
honkar-jdk:srcDirTest1
Closed

JDK-8342635 : javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir#21619
honkar-jdk wants to merge 3 commits intoopenjdk:masterfrom
honkar-jdk:srcDirTest1

Conversation

@honkar-jdk
Copy link
Contributor

@honkar-jdk honkar-jdk commented Oct 21, 2024

WindowsDefaultIconSizeTest.java and WBMPStreamTruncateTest.java updated to store the tmp file in test scratch dir (default location) instead of test src dir.


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

Issues

  • JDK-8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir (Bug - P3)
  • JDK-8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir (Bug - P4)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 21619

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Oct 21, 2024

👋 Welcome back honkar! 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
Copy link

openjdk bot commented Oct 21, 2024

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

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

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

8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir
8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir

Reviewed-by: erikj, serb

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 191 new commits pushed to the master branch:

  • 9a9ac1d: 8341927: Replace hardcoded security providers with new test.provider.name system property
  • 1b177ce: 8343103: Enable debug logging for vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java
  • 7404ddf: 8202100: Merge vm/share/InMemoryJavaCompiler w/ jdk/test/lib/compiler/InMemoryJavaCompiler
  • 821c514: 8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
  • 0fe15d6: 8343040: Clean up references to JRE in the launcher code
  • 9003524: 8342588: Shenandoah: Pull shared closures together in one header
  • f7f5198: 8343186: hsdis build libopcodes and libbfd are not found
  • 63c19d3: 8341977: Replace predicate walking and cloning code for Loop Peeling with a predicate visitor
  • 158ae51: 8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned
  • b6f745d: 8342489: compiler/c2/irTests/TestVectorizationMismatchedAccess.java fails on big-endian platforms
  • ... and 181 more: https://git.openjdk.org/jdk/compare/d4f0ba73f653a3886b17f283b9b6a92db1af52aa...master

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 master branch, type /integrate in a new comment.

@openjdk openjdk bot added the rfr Pull request is ready for review label Oct 21, 2024
@openjdk
Copy link

openjdk bot commented Oct 21, 2024

@honkar-jdk 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 added the client client-libs-dev@openjdk.org label Oct 21, 2024
@mlbridge
Copy link

mlbridge bot commented Oct 21, 2024

Webrevs

@honkar-jdk
Copy link
Contributor Author

/issue add JDK-8342634

@openjdk
Copy link

openjdk bot commented Oct 21, 2024

@honkar-jdk
Adding additional issue to issue list: 8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir.

@honkar-jdk
Copy link
Contributor Author

honkar-jdk commented Oct 21, 2024

@erikj79 Can you please review these two test updates w.r.t CI changes

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Oct 22, 2024
@honkar-jdk
Copy link
Contributor Author

/integrate

@openjdk
Copy link

openjdk bot commented Oct 30, 2024

Going to push as commit 02ea4b5.
Since your change was applied there have been 192 commits pushed to the master branch:

  • 7461dfe: 8341788: Fix ExceptionOccurred in hotspot
  • 9a9ac1d: 8341927: Replace hardcoded security providers with new test.provider.name system property
  • 1b177ce: 8343103: Enable debug logging for vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java
  • 7404ddf: 8202100: Merge vm/share/InMemoryJavaCompiler w/ jdk/test/lib/compiler/InMemoryJavaCompiler
  • 821c514: 8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
  • 0fe15d6: 8343040: Clean up references to JRE in the launcher code
  • 9003524: 8342588: Shenandoah: Pull shared closures together in one header
  • f7f5198: 8343186: hsdis build libopcodes and libbfd are not found
  • 63c19d3: 8341977: Replace predicate walking and cloning code for Loop Peeling with a predicate visitor
  • 158ae51: 8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned
  • ... and 182 more: https://git.openjdk.org/jdk/compare/d4f0ba73f653a3886b17f283b9b6a92db1af52aa...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Oct 30, 2024
@openjdk openjdk bot closed this Oct 30, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Oct 30, 2024
@openjdk
Copy link

openjdk bot commented Oct 30, 2024

@honkar-jdk Pushed as commit 02ea4b5.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

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 integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants

Comments