Skip to content

8295298: Automate javax/swing/JFileChooser/FileViewNPETest.java#10801

Closed
aivanov-jdk wants to merge 2 commits intoopenjdk:masterfrom
aivanov-jdk:8295298-auto-npe-FileView
Closed

8295298: Automate javax/swing/JFileChooser/FileViewNPETest.java#10801
aivanov-jdk wants to merge 2 commits intoopenjdk:masterfrom
aivanov-jdk:8295298-auto-npe-FileView

Conversation

@aivanov-jdk
Copy link
Member

@aivanov-jdk aivanov-jdk commented Oct 20, 2022

The automated test follows the instructions of the manual test that was added in #10485.

Instead of selecting the parent folder from the Look in combo box, it calls setCurrentDirectory directly with the parent of the path which is not traversable. Thus, the current directory of the file chooser is set to null.

As the second step, the test finds the combo box and re-selects the currently selected element. Without the fix for JDK-6616245, NullPointerException is thrown and the test fails; with the fix applied, the original folder is selected and the test passes.

@mrserb and @TejeshR13, please, take a look.


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

Issue

  • JDK-8295298: Automate javax/swing/JFileChooser/FileViewNPETest.java

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 10801

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

Using diff file

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

@bridgekeeper
Copy link

bridgekeeper bot commented Oct 20, 2022

👋 Welcome back aivanov! 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 added the rfr Pull request is ready for review label Oct 20, 2022
@openjdk
Copy link

openjdk bot commented Oct 20, 2022

@aivanov-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 20, 2022
@mlbridge
Copy link

mlbridge bot commented Oct 20, 2022

Webrevs

Copy link
Contributor

@TejeshR13 TejeshR13 left a comment

Choose a reason for hiding this comment

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

It looks good to me and have tested. It works fine.

@openjdk
Copy link

openjdk bot commented Oct 21, 2022

@aivanov-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:

8295298: Automate javax/swing/JFileChooser/FileViewNPETest.java

Reviewed-by: tr, 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 23 new commits pushed to the master branch:

  • 2181042: 8295375: debug agent class tracking should not piggy back on the cbClassPrepare() callback
  • f41711e: 8295650: JFR: jfr scrub should warn if an event type doesn't exist
  • 0c13d66: 8295530: Update Zlib Data Compression Library to Version 1.2.13
  • 15bebf9: 8295666: Linux x86 build fails after 8292591
  • 5064718: 8294460: CodeSection::alignment checks for CodeBuffer::SECT_STUBS incorrectly
  • 8b010e0: 8030616: sun/management/jmxremote/bootstrap/RmiBootstrapTest fails intermittently with cannot find a free port
  • b35922b: 8295714: GHA ::set-output is deprecated and will be removed
  • dfd2d83: 8295657: SA: Allow larger object alignments
  • a345df2: 8280131: jcmd reports "Module jdk.jfr not found." when "jdk.management.jfr" is missing
  • ef62b61: 8295703: RISC-V: Remove implicit noreg temp register arguments in MacroAssembler
  • ... and 13 more: https://git.openjdk.org/jdk/compare/c08ff2c7b88e94885f6b4701654a9e47e49567b0...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 ready Pull request is ready to be integrated label Oct 21, 2022
@aivanov-jdk
Copy link
Member Author

/integrate

@openjdk
Copy link

openjdk bot commented Oct 24, 2022

Going to push as commit 68cf248.
Since your change was applied there have been 44 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

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

openjdk bot commented Oct 24, 2022

@aivanov-jdk Pushed as commit 68cf248.

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

@aivanov-jdk aivanov-jdk deleted the 8295298-auto-npe-FileView branch October 28, 2022 11:58
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