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
8286199: ProblemList jdk/jshell/ExternalEditorTest.java #8557
Conversation
|
@RogerRiggs The following labels 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 lists. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
The PR is not needed, the issue will be fixed by PR#8556. |
test/lib-test/ProblemList.txt
Outdated
@@ -37,3 +37,4 @@ | |||
# More than one label is allowed but must be on the same line. | |||
# | |||
############################################################################# | |||
jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java 8286191 generic-all |
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.
This change shouldn't be here. I think you need to update
your repo to sync with your earlier fix.
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.
Updated, after the merge only the langtools ProblemList.txt is modified
@RogerRiggs This change now passes all automated pre-integration checks. 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
|
ProblemListing the test to clean up the CI. |
/integrate |
@RogerRiggs Pushed as commit 2f995c8. |
Put jdk/jshell/ExternalEditorTest.java on the problem list due to 8286191.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/8557/head:pull/8557
$ git checkout pull/8557
Update a local copy of the PR:
$ git checkout pull/8557
$ git pull https://git.openjdk.java.net/jdk pull/8557/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 8557
View PR using the GUI difftool:
$ git pr show -t 8557
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/8557.diff