Skip to content

Commit

Permalink
8177814: jdk/editpad is not in jdk TEST.groups
Browse files Browse the repository at this point in the history
Reviewed-by: serb
  • Loading branch information
shipilev committed Oct 12, 2021
1 parent a5f09d1 commit cfe7471
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/jdk/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ jdk_accessibility = \
jfc_demo = \
demo/jfc

jdk_editpad = \
jdk/editpad

jdk_desktop = \
:jdk_awt \
:jdk_2d \
Expand All @@ -391,7 +394,8 @@ jdk_desktop = \
:jdk_imageio \
:jdk_accessibility \
:jfc_demo \
:jdk_client_sanity
:jdk_client_sanity \
:jdk_editpad

# SwingSet3 tests.
jdk_client_sanity = \
Expand Down

3 comments on commit cfe7471

@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 cfe7471 Jan 23, 2022

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 cfe7471 Jan 23, 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-cfe7471f 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 cfe7471f from the openjdk/jdk repository.

The commit being backported was authored by Aleksey Shipilev on 12 Oct 2021 and was reviewed by 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 GoeLin-backport-cfe7471f:GoeLin-backport-cfe7471f
$ git checkout GoeLin-backport-cfe7471f
# 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-cfe7471f

Please sign in to comment.