-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8355515: Clarify the purpose of forcePass() and forceFail() methods #25091
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 mvs! A progress list of the required criteria for merging this PR into |
|
@manukumarvs 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 208 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 (@azuev-java, @aivanov-jdk) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@manukumarvs 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. |
Webrevs
|
azuev-java
left a comment
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 reasonable. Using the blob version of the link to GH as a code example seems unusual but it works.
|
@aivanov-jdk Any comments from your side? |
|
/integrate |
|
@manukumarvs |
| * <p> | ||
| * Use this method in semi-automatic tests when | ||
| * the test determines that all/any of the conditions for passing the test are not met. |
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.
| * <p> | |
| * Use this method in semi-automatic tests when | |
| * the test determines that all/any of the conditions for passing the test are not met. | |
| * <p> | |
| * Use this method in semi-automatic tests when | |
| * it is determined that the conditions for passing the test cannot be met. |
I still don't like this phrase… but I can't come up with a different one.
|
After reading the description again, I started to wonder which adverb suits better: ‘forcibly’ or ‘forcefully’. Does any native English speaker have an opinion? |
It's the simplest way, and an explicit commit ensures the link always points to the line where the method is used. |
|
I talked to a native speaker, and ‘forcibly’ is the right word in this situation. Please revert. |
|
/integrate |
|
@manukumarvs |
|
I've regenerated the javadoc for
|
|
@manukumarvs I'll leave the PR open for another day before sponsoring in case anyone else wants to leave a comment. Then I'll sponsor integration of the fix. Thank you. |
|
/sponsor |
|
Going to push as commit 1a97eb4.
Your commit was automatically rebased without conflicts. |
|
@aivanov-jdk @manukumarvs Pushed as commit 1a97eb4. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Clarified the purpose of forcePass() and forceFail() methods and recommended usage of these methods.
forcePass() contained an incorrect sample; it's addressed by JDK-8355441.
The description of forceFail() has been expanded, too.
A new section in the description of the PassFailJFrame added to describe forcePass() and forceFail().
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25091/head:pull/25091$ git checkout pull/25091Update a local copy of the PR:
$ git checkout pull/25091$ git pull https://git.openjdk.org/jdk.git pull/25091/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25091View PR using the GUI difftool:
$ git pr show -t 25091Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25091.diff
Using Webrev
Link to Webrev Comment