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

Phil Race philip.race at oracle.com
Mon Jun 4 22:13:11 UTC 2018


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.


More information about the 2d-dev mailing list