[OpenJDK 2D-Dev] RFR: 8214558: bad @run tag in CheckPrinterJobSystemProperty.java

Phil Race philip.race at oracle.com
Fri Nov 30 22:50:08 UTC 2018


Bug : https://bugs.openjdk.java.net/browse/JDK-8214558
As noted in the bug this test has a bad @run line and the fix is to 
remove it
diff inline below :

diff --git 
a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java 
b/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
--- a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
+++ b/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
@@ -23,8 +23,7 @@

  /**
   * @test
- * @run CheckPrinterJobSystemProperty
- * @bug 8130264 8214552
+ * @bug 8130264 8214552 8214558
   * @summary verify the PrinterJob implementation class name is not
   *          polluting system properties
   */


-phil.


More information about the 2d-dev mailing list