8374434: Several JShell tests report JUnit discovery warnings#29034
8374434: Several JShell tests report JUnit discovery warnings#29034lahodaj wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back jlahoda! A progress list of the required criteria for merging this PR into |
|
@lahodaj 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 152 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. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
jaikiran
left a comment
There was a problem hiding this comment.
Hello Jan, this looks good to me.
In an upcoming jtreg release, issues like these will be easily noticed as this will lead to a test failure https://bugs.openjdk.org/browse/CODETOOLS-7904125.
The copyright years on these files will need an update before integrating.
|
Thanks for the review @jaikiran! |
|
/integrate |
|
Going to push as commit e6abf98.
Your commit was automatically rebased without conflicts. |
JShell tests where converted to use JUnit instead of TestNG by this commit:
b0ca9bf
As part of the conversion, the
@Testannotation had to be copied from classes to test methods, as JUnit requires every test method to be annotated. Sadly the tool doing the conversion moved the annotation to some non-test methods as well. This PR fixes that. The tool has been fixed as well.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/29034/head:pull/29034$ git checkout pull/29034Update a local copy of the PR:
$ git checkout pull/29034$ git pull https://git.openjdk.org/jdk.git pull/29034/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 29034View PR using the GUI difftool:
$ git pr show -t 29034Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/29034.diff
Using Webrev
Link to Webrev Comment