Skip to content

Commit

Permalink
8277775: Fixup bugids in RemoveDropTargetCrashTest.java - add 4357905
Browse files Browse the repository at this point in the history
Reviewed-by: prr, aivanov
  • Loading branch information
Renjithkannath authored and aivanov-jdk committed Nov 4, 2022
1 parent 1231682 commit 22347e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
/**
* @test
* @key headful
* @bug 4393148 8136999 8186263 8224632
* @bug 4393148 4357905 8136999 8186263 8224632
* @summary tests that removal of the drop target or disposal of frame during
* drop processing doesn't cause crash
* @run main/timeout=300 RemoveDropTargetCrashTest RUN_PROCESS
Expand Down

5 comments on commit 22347e4

@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 22347e4 Apr 19, 2023

Choose a reason for hiding this comment

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

/backport jdk17u-dev

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 22347e4 Apr 19, 2023

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 22347e4 Apr 19, 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-22347e46 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 22347e46 from the openjdk/jdk repository.

The commit being backported was authored by Renjith on 4 Nov 2022 and was reviewed by Phil Race and Alexey Ivanov.

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.git GoeLin-backport-22347e46:GoeLin-backport-22347e46
$ git checkout GoeLin-backport-22347e46
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev.git GoeLin-backport-22347e46

@openjdk
Copy link

@openjdk openjdk bot commented on 22347e4 Apr 19, 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-22347e46 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 22347e46 from the openjdk/jdk repository.

The commit being backported was authored by Renjith on 4 Nov 2022 and was reviewed by Phil Race and Alexey Ivanov.

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.git GoeLin-backport-22347e46:GoeLin-backport-22347e46
$ git checkout GoeLin-backport-22347e46
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev.git GoeLin-backport-22347e46

Please sign in to comment.