Updated with a couple of stability fixes : 1) to use invokeAndWait() instead of invokeLater() 2) To skip fonts that don't support the text we are testing.
http://cr.openjdk.java.net/~prr/8244113.1 -phil On 4/29/20, 11:56 AM, Philip Race wrote:
bug : https://bugs.openjdk.java.net/browse/JDK-8244113 webrev : http://cr.openjdk.java.net/~prr/8244113/ Apparently jtreg consumes text even from 2 lines later after an @run tag as being args to pass to the program. Test still passes everywhere after the change. -phil.