[OpenJDK 2D-Dev] RFR: 8244113 : [TESTBUG] java/awt/font/Rotate/RotatedSyntheticBoldTest.java test comments interpreted as args.

Philip Race philip.race at oracle.com
Thu Apr 30 22:08:31 UTC 2020


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.


More information about the 2d-dev mailing list