Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java
Reviewed-by: lancea
  • Loading branch information
David Holmes committed Jan 2, 2023
1 parent 67086eb commit 5b5552f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jdk/ProblemList.txt
Expand Up @@ -684,6 +684,8 @@ sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java 8265770 macosx-all

# jdk_text

java/text/Format/NumberFormat/CurrencyFormat.java 8299439 generic-all

############################################################################

# jdk_time
Expand Down Expand Up @@ -797,4 +799,3 @@ java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java 8254841 macos
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.java 8256289 windows-x64
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java 8258103 linux-all
java/awt/Focus/FrameMinimizeTest/FrameMinimizeTest.java 8016266 linux-x64

3 comments on commit 5b5552f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@dholmes-ora
Copy link
Member

Choose a reason for hiding this comment

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

/backport jdk20

@openjdk
Copy link

@openjdk openjdk bot commented on 5b5552f Jan 3, 2023

Choose a reason for hiding this comment

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

@dholmes-ora the backport was successfully created on the branch dholmes-ora-backport-5b5552ff in my personal fork of openjdk/jdk20. To create a pull request with this backport targeting openjdk/jdk20: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 5b5552ff from the openjdk/jdk repository.

The commit being backported was authored by David Holmes on 2 Jan 2023 and was reviewed by Lance Andersen.

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/jdk20:

$ git fetch https://github.com/openjdk-bots/jdk20 dholmes-ora-backport-5b5552ff:dholmes-ora-backport-5b5552ff
$ git checkout dholmes-ora-backport-5b5552ff
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk20 dholmes-ora-backport-5b5552ff

Please sign in to comment.