Skip to content

Commit 7acec3f

Browse files
committedSep 21, 2021
8236505: Mark jdk/editpad/EditPadTest.java as @headful
Reviewed-by: jlahoda
1 parent afd218d commit 7acec3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/jdk/jdk/editpad/EditPadTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
/*
2525
* @test
26+
* @key headful
2627
* @bug 8167636 8167639 8168972
2728
* @summary Testing built-in editor.
2829
* @modules java.desktop/java.awt

5 commit comments

Comments
 (5)

openjdk-notifier[bot] commented on Sep 21, 2021

@openjdk-notifier[bot]

GoeLin commented on Jan 23, 2022

@GoeLin
Member

/backport jdk17u-dev

openjdk[bot] commented on Jan 23, 2022

@openjdk[bot]

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

The commit being backported was authored by Aleksey Shipilev on 21 Sep 2021 and was reviewed by Jan Lahoda.

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

GoeLin commented on Jan 23, 2022

@GoeLin
Member

/backport jdk11u-dev

openjdk[bot] commented on Jan 23, 2022

@openjdk[bot]

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

The commit being backported was authored by Aleksey Shipilev on 21 Sep 2021 and was reviewed by Jan Lahoda.

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-7acec3f1:GoeLin-backport-7acec3f1
$ git checkout GoeLin-backport-7acec3f1
# 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-7acec3f1
Please sign in to comment.