Skip to content

Commit

Permalink
8310631: test/jdk/sun/nio/cs/TestCharsetMapping.java is spuriously pa…
Browse files Browse the repository at this point in the history
…ssing

Reviewed-by: jlu, alanb
  • Loading branch information
naotoj committed Sep 25, 2023
1 parent 9291b46 commit e3201d1
Show file tree
Hide file tree
Showing 2 changed files with 5,037 additions and 6 deletions.
Loading

3 comments on commit e3201d1

@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 e3201d1 Jan 15, 2024

Choose a reason for hiding this comment

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

/backport jdk21u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on e3201d1 Jan 15, 2024

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 backport-GoeLin-e3201d1d in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-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 e3201d1d from the openjdk/jdk repository.

The commit being backported was authored by Naoto Sato on 25 Sep 2023 and was reviewed by Justin Lu and Alan Bateman.

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/jdk21u-dev:

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

Please sign in to comment.