Skip to content

Commit

Permalink
8306943: Open source several dnd AWT tests
Browse files Browse the repository at this point in the history
Reviewed-by: prr, serb
  • Loading branch information
Alexander Zvegintsev committed May 4, 2023
1 parent dc4096c commit 2adb3b4
Show file tree
Hide file tree
Showing 5 changed files with 1,349 additions and 0 deletions.

3 comments on commit 2adb3b4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@Rudometov
Copy link
Member

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 2adb3b4 May 15, 2023

Choose a reason for hiding this comment

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

@Rudometov the backport was successfully created on the branch Rudometov-backport-2adb3b40 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 2adb3b40 from the openjdk/jdk repository.

The commit being backported was authored by Alexander Zvegintsev on 4 May 2023 and was reviewed by Phil Race and Sergey Bylokhov.

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 Rudometov-backport-2adb3b40:Rudometov-backport-2adb3b40
$ git checkout Rudometov-backport-2adb3b40
# 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 Rudometov-backport-2adb3b40

Please sign in to comment.