[OpenJDK 2D-Dev] RFR: 8204126: MonospacedGlyphWidthTest.java failed again

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Mon Jun 4 22:50:27 UTC 2018


Hi, Phil.
Maybe we can make it at least windows(and/or mac specific) specific?
(Related bug was win specific JDK-8073400)

On 04/06/2018 15:13, Phil Race wrote:
> https://bugs.openjdk.java.net/browse/JDK-8204126
> 
> I think it is time to stop running this test by default.
> So one step short of deleting it is to ignore it
> 
> diff inline below :
> 
> --- 
> a/test/jdk/java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java
> +++ 
> b/test/jdk/java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java
> @@ -22,10 +22,11 @@
>    */
> 
>   /* @test
> - * @bug 8073400 8198412
> + * @bug 8073400 8198412 8204126
>    * @summary Some Monospaced logical fonts have a different width
>    * @author Dmitry Markov
>    * @run main MonospacedGlyphWidthTest
> + # @ignore too dependent on the system fonts to be a reliable test
>    */
>   import java.awt.Font;
>   import java.awt.GraphicsEnvironment;
> 
> -phil.


-- 
Best regards, Sergey.


More information about the 2d-dev mailing list