RFR: 8213120: java/awt/TextArea/AutoScrollOnSelectAndAppend/AutoScrollOnSelectAndAppend.java fails on mac10.13

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Oct 27 08:08:09 UTC 2021


On Tue, 26 Oct 2021 09:41:50 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

> Looks like this test was failing in one local system in JDK12 and it was problemlisted.
> I ran this test multiple times in our CI systems it doesnt fail.
> Made modifications to move test window to the middle of the screen and added autodelay for robot. Tested in our CI systems with modifications and test run is green.

It will be better to dispose frame in finally block. Also, better to use BUTTON1_DOWN_MASK instead of deprecated BUTTON1_MASK

-------------

PR: https://git.openjdk.java.net/jdk/pull/6116



More information about the client-libs-dev mailing list