8343178: Test BasicTest.java javac compile fails cannot find symbol#21750
8343178: Test BasicTest.java javac compile fails cannot find symbol#21750sendaoYan wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back syan! A progress list of the required criteria for merging this PR into |
|
@sendaoYan 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: 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
@sendaoYan 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. |
|
Hello @sendaoYan,
I think you meant https://bugs.openjdk.org/browse/JDK-8343101. I don't have prior knowledge of this area but the change looks OK and trivial to me and would fix a compilation error in the tests. @sashamatveev or @alexeysemenyukoracle, do you think this looks OK? |
Yes, Sorry for the mistake. The PR description has been updated. |
|
Aleksei has approved this change, so you can now go ahead with the integration. Thank you for addressing this compilation failure quickly. |
|
Thanks all for the review. To make less CI noisy, I will integrate this PR now, don't wait 24h. /integrate |
|
@sendaoYan Pushed as commit df3473e. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
The test
tools/jpackage/share/jdk/jpackage/tests/BasicTest.javajavac compile failscannot find symbol TKit.assertPathNotEmptyDirectoryafter JDK-8343101. I think we should useTKit.assertDirectoryNotEmptyinstead ofTKit.assertPathNotEmptyDirectory.The change has been verified locally on linux-x64, test-fix only , no risk.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21750/head:pull/21750$ git checkout pull/21750Update a local copy of the PR:
$ git checkout pull/21750$ git pull https://git.openjdk.org/jdk.git pull/21750/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 21750View PR using the GUI difftool:
$ git pr show -t 21750Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21750.diff
Webrev
Link to Webrev Comment