On Tue, 14 Apr 2026 22:52:17 GMT, Alexander Zuev <[email protected]> wrote:
> - Fixed test that failed to dismiss all the created dialog windows leading to > the test timeout; > - Removed all the cases from the problem list; > > > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogTest.java line 127: > 125: } > 126: > 127: private void closeAll() { Could the fix have been just to move the call to "closeAll" inside the for loop ? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30729#discussion_r3089112068
