Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8275650: Problemlist java/io/File/createTempFile/SpecialTempFile.java…
… for Windows 11

Reviewed-by: bpb, msheppar
  • Loading branch information
Ivan Šipka authored and Mark Sheppard committed Nov 3, 2021
1 parent c7f070f commit 32895ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added out
Binary file not shown.
1 change: 1 addition & 0 deletions test/jdk/ProblemList.txt
Expand Up @@ -562,6 +562,7 @@ javax/management/monitor/DerivedGaugeMonitorTest.java 8042211 generic-al
# jdk_io

java/io/pathNames/GeneralWin32.java 8180264 windows-all
java/io/File/createTempFile/SpecialTempFile.java 8274122 windows11

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

Expand Down

5 comments on commit 32895ac

@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 32895ac Dec 20, 2021

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 32895ac Dec 20, 2021

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-32895ac6 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 32895ac6 from the openjdk/jdk repository.

The commit being backported was authored by Ivan Šipka on 3 Nov 2021 and was reviewed by Brian Burkhalter and Mark Sheppard.

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-32895ac6:GoeLin-backport-32895ac6
$ git checkout GoeLin-backport-32895ac6
# 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-32895ac6

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 32895ac Jan 4, 2022

Choose a reason for hiding this comment

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

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 32895ac Jan 4, 2022

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

The commit being backported was authored by Ivan Šipka on 3 Nov 2021 and was reviewed by Brian Burkhalter and Mark Sheppard.

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

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

Please sign in to comment.