-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8313613: Use JUnit in langtools/lib tests #15281
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
Conversation
👋 Welcome back xqoasis! A progress list of the required criteria for merging this PR into |
Co-authored-by: Christian Stein <sormuras@gmail.com>
Webrevs
|
@xqoasis 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! |
@sormuras Hi Christian. Can I ask whether you find any reviewer for this PR? Otherwise, it will be closed after 4 weeks. I can make any modifications if needed. Thanks! |
test/langtools/lib/combo/tools/javac/combo/JavacTemplateDiagnosticsPrinter.java
Outdated
Show resolved
Hide resolved
Hi! Here is a patch that cleans up the conversion by using the JUnit extension in a more canonical way: https://gist.github.com/sormuras/834e2f05b7d8784d70ad63e91b5e2d96 If the patch doesn't apply cleanly, I'll create a PR against your fork and branch - or you grant me write access to your |
So I did: xqoasis#1 |
Cleanup conversion. Thanks Christian!
@xqoasis this pull request can not be integrated into git checkout JUnit_javac_combo
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
Ups. Thank you for fixing the CRLF line endings in the new files. |
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.
Looks good to me - and thanks for your patience!
Co-authored-by: Christian Stein <sormuras@gmail.com>
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.
Looks good, thank you.
@xqoasis 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 38 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 (@sormuras, @asotona) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
/sponsor |
Going to push as commit 741ae06.
Your commit was automatically rebased without conflicts. |
Use JUnit Jupiter API in langtools/lib tests instead of TestNG. They are under test/langtools/lib/combo/tools/javac/combo/.
Modified tests that extend tools in CompilationTestCase and JavacTemplateTestBase to implement TestWatcher.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/15281/head:pull/15281
$ git checkout pull/15281
Update a local copy of the PR:
$ git checkout pull/15281
$ git pull https://git.openjdk.org/jdk.git pull/15281/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 15281
View PR using the GUI difftool:
$ git pr show -t 15281
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/15281.diff
Webrev
Link to Webrev Comment