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.

Reply via email to