-
Notifications
You must be signed in to change notification settings - Fork 145
8271094: runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code #266
Conversation
👋 Welcome back iignatyev! A progress list of the required criteria for merging this PR into |
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 and trivial.
Thanks.
@iignatev 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
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.
LGTM.
Thanks,
David
David and Jie, thank you for your reviews. /integrate |
Going to push as commit 4812e53.
Your commit was automatically rebased without conflicts. |
Hi all,
could you please review this trivial test-only patch that adds a check of the exit code to
runtime/duplAttributes/DuplAttributesTest.java
test?Thanks,
-- Igor
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/266/head:pull/266
$ git checkout pull/266
Update a local copy of the PR:
$ git checkout pull/266
$ git pull https://git.openjdk.java.net/jdk17 pull/266/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 266
View PR using the GUI difftool:
$ git pr show -t 266
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/266.diff