<AWT Dev> [11] Review Request: 8205153 Delete "standard instructions" machinery in the open automated tests

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Mon Jun 18 19:09:34 UTC 2018


Hello.
Please review the fix for jdk11.

Bug: https://bugs.openjdk.java.net/browse/JDK-8205153
Webrev: http://cr.openjdk.java.net/~serb/8205153/webrev.00

This fix is a part of the effort to cleanup and stabilize our tests. 
This change will delete "standard instructions" machinery in the open 
automated tests, which is just a copy-pasted code to to show this 
message to the user:
"This is an AUTOMATIC test, simply wait until it is done."

In most cases it doubles the amount of code in the test, and make it 
difficult to update such tests. Also not all tests assume that the 
instruction frame could be opened on top of the test frame, which make 
the test unstable.

-- 
Best regards, Sergey.


More information about the awt-dev mailing list