Skip to content

Commit 8858de3

Browse files
shtn17aivanov-jdk
authored andcommittedNov 29, 2024
8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix
Reviewed-by: aivanov, dnguyen
1 parent ece0401 commit 8858de3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎test/jdk/javax/swing/JFrame/DefaultCloseOperation.java

-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public void init() {
9999

100100
CloseOpFrame testFrame = new CloseOpFrame();
101101
testFrame.setLocationRelativeTo(null);
102-
PassFailJFrame.addTestWindow(testFrame);
103102

104103
add(new JLabel("JFrame Default Close Operation:"));
105104
frameCloseOp = new JComboBox<>();
@@ -127,7 +126,6 @@ public void init() {
127126

128127
testDialog = new CloseOpDialog(testFrame);
129128
testDialog.setLocationRelativeTo(null);
130-
PassFailJFrame.addTestWindow(testDialog);
131129

132130
add(new JLabel("JDialog Default Close Operation:"));
133131
dialogCloseOp = new JComboBox<>();

5 commit comments

Comments
 (5)

openjdk-notifier[bot] commented on Nov 29, 2024

@openjdk-notifier[bot]

GoeLin commented on Jan 30, 2025

@GoeLin
Member

/backport jdk21u-dev

GoeLin commented on Jan 30, 2025

@GoeLin
Member

/backport jdk17u-dev

openjdk[bot] commented on Jan 30, 2025

@openjdk[bot]

@GoeLin the backport was successfully created on the branch backport-GoeLin-8858de39-master in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-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 8858de39 from the openjdk/jdk repository.

The commit being backported was authored by Sharath TN on 29 Nov 2024 and was reviewed by Alexey Ivanov and Damon Nguyen.

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

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

openjdk[bot] commented on Jan 30, 2025

@openjdk[bot]

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

The commit being backported was authored by Sharath TN on 29 Nov 2024 and was reviewed by Alexey Ivanov and Damon Nguyen.

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