Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8273154: Provide a JavadocTester method for non-overlapping, unordere…
…d output matching

Reviewed-by: prappo
  • Loading branch information
jonathan-gibbons committed Nov 10, 2021
1 parent f561d3c commit ce3ed65
Show file tree
Hide file tree
Showing 2 changed files with 982 additions and 154 deletions.

3 comments on commit ce3ed65

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on ce3ed65 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on ce3ed65 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch GoeLin-backport-ce3ed65a in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit ce3ed65a from the openjdk/jdk repository.

The commit being backported was authored by Jonathan Gibbons on 10 Nov 2021 and was reviewed by Pavel Rappo.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-ce3ed65a:GoeLin-backport-ce3ed65a
$ git checkout GoeLin-backport-ce3ed65a
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-ce3ed65a

Please sign in to comment.