8204126: MonospacedGlyphWidthTest.java failed again
authorprr
Thu, 07 Jun 2018 11:35:42 -0700
changeset 50492 bc4563382e8f
parent 50491 78aa1b2c4c6d
child 50493 8a3b993c6adc
8204126: MonospacedGlyphWidthTest.java failed again Reviewed-by: serb
test/jdk/java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java
--- a/test/jdk/java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java	Wed Jun 06 15:37:10 2018 -0700
+++ b/test/jdk/java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java	Thu Jun 07 11:35:42 2018 -0700
@@ -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
+ * @requires (os.family == "windows" | os.family == "mac")
  */
 import java.awt.Font;
 import java.awt.GraphicsEnvironment;