On Wed, 18 Jun 2025 18:59:08 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Change timeout and instructions columns. > > test/jdk/java/awt/Cursor/CursorDragTest/ListDragCursor.java line 123: > >> 121: failBtn.addActionListener(e -> { >> 122: throw new RuntimeException("Test Failed"); >> 123: }); > > You have to release the latch, otherwise the test doesn't exit if it's run > without jtreg. Good point. Missed it since I ran it as jtreg test. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25705#discussion_r2155330691