RFR: 8345547: test/jdk/javax/swing/text/DefaultEditorKit/4278839/bug4278839.java fails in ubuntu22.04
Abhishek Kumar
abhiscxk at openjdk.org
Thu Dec 5 04:18:37 UTC 2024
On Thu, 5 Dec 2024 03:09:27 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> test/jdk/javax/swing/text/DefaultEditorKit/4278839/bug4278839.java tests movement of caret between word and fails in OCI citing
>
>
> java.lang.RuntimeException: Test failed.
> at bug4278839.main(bug4278839.java:92)
>
> which suggests caret is not moved as per expectation..It also seems the focus is not in the frame when the test start executing.
> Added robot delay and waitForIdle and it passed in several OCI systems
test/jdk/javax/swing/text/DefaultEditorKit/4278839/bug4278839.java line 1:
> 1: /*
Please update copyright year.
Wild imports.
Remove author tag from jtreg block.
L109 to L114.. can be replaced with lambda.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22566#discussion_r1870594858
More information about the client-libs-dev
mailing list