--- old/test/ProblemList.txt 2015-05-29 17:14:25.222386400 -0700 +++ new/test/ProblemList.txt 2015-05-29 17:14:25.082386398 -0700 @@ -116,6 +116,13 @@ # jdk_beans +# 8060027 + +java/beans/XMLEncoder/Test4903007.java generic-all +java/beans/XMLEncoder/java_awt_GridBagLayout.java generic-all +java/beans/XMLDecoder/8028054/TestConstructorFinder.java generic-all +java/beans/XMLDecoder/8028054/TestMethodFinder.java generic-all + ############################################################################ # jdk_lang @@ -300,6 +307,10 @@ # jdk_sound +# 8059743 + +javax/sound/midi/Gervill/SoftProvider/GetDevice.java generic-all + ############################################################################ # jdk_swing --- old/test/TEST.ROOT 2015-05-29 17:14:25.674386407 -0700 +++ new/test/TEST.ROOT 2015-05-29 17:14:25.542386405 -0700 @@ -8,8 +8,11 @@ # would not count as "randomness" by this definition.) Extra care # should be taken to handle test failures of intermittent or # randomness tests. +# +# A "headful" test requires a graphical environment to meaningfully +# run. Tests that are not headful are "headless." -keys=2d dnd i18n intermittent randomness +keys=2d dnd i18n intermittent randomness headful # Tests that must run in othervm mode othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/print javax/management com/sun/awt sun/awt sun/java2d sun/pisces javax/xml/jaxp/testng/validation --- old/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java 2015-05-29 17:14:26.118386413 -0700 +++ new/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java 2015-05-29 17:14:25.982386411 -0700 @@ -28,6 +28,7 @@ * @author Sergey Malenkov * @compile -XDignore.symbol.file TestPropertyEditor.java * @run main TestPropertyEditor + * @key headful */ import editors.SecondBeanEditor; --- old/test/java/beans/PropertyEditor/TestColorClass.java 2015-05-29 17:14:26.554386420 -0700 +++ new/test/java/beans/PropertyEditor/TestColorClass.java 2015-05-29 17:14:26.418386418 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6258510 * @summary Tests PropertyEditor for value of type Color with security manager * @author Sergey Malenkov + * @key headful */ import java.awt.Color; --- old/test/java/beans/PropertyEditor/TestColorClassJava.java 2015-05-29 17:14:27.026386427 -0700 +++ new/test/java/beans/PropertyEditor/TestColorClassJava.java 2015-05-29 17:14:26.886386425 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 * @summary Tests PropertyEditor for value of type Color * @author Sergey Malenkov + * @key headful */ import java.awt.Color; --- old/test/java/beans/PropertyEditor/TestColorClassNull.java 2015-05-29 17:14:27.458386434 -0700 +++ new/test/java/beans/PropertyEditor/TestColorClassNull.java 2015-05-29 17:14:27.322386432 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6498171 * @summary Tests PropertyEditor for null value of type Color * @author Sergey Malenkov + * @key headful */ import java.awt.Color; --- old/test/java/beans/PropertyEditor/TestColorClassValue.java 2015-05-29 17:14:27.894386440 -0700 +++ new/test/java/beans/PropertyEditor/TestColorClassValue.java 2015-05-29 17:14:27.758386438 -0700 @@ -26,6 +26,7 @@ * @bug 4222827 4506596 * @summary Tests PropertyEditor for value of type Color * @author Sergey Malenkov + * @key headful */ import java.awt.Color; --- old/test/java/beans/PropertyEditor/TestFontClass.java 2015-05-29 17:14:28.338386447 -0700 +++ new/test/java/beans/PropertyEditor/TestFontClass.java 2015-05-29 17:14:28.194386445 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6258510 6538853 * @summary Tests PropertyEditor for value of type Font with security manager * @author Sergey Malenkov + * @key headful */ import java.awt.Font; --- old/test/java/beans/PropertyEditor/TestFontClassJava.java 2015-05-29 17:14:28.798386454 -0700 +++ new/test/java/beans/PropertyEditor/TestFontClassJava.java 2015-05-29 17:14:28.666386452 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6538853 * @summary Tests PropertyEditor for value of type Font * @author Sergey Malenkov + * @key headful */ import java.awt.Font; --- old/test/java/beans/PropertyEditor/TestFontClassNull.java 2015-05-29 17:14:29.234386460 -0700 +++ new/test/java/beans/PropertyEditor/TestFontClassNull.java 2015-05-29 17:14:29.098386458 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6498171 6538853 * @summary Tests PropertyEditor for null value of type Font * @author Sergey Malenkov + * @key headful */ import java.awt.Font; --- old/test/java/beans/PropertyEditor/TestFontClassValue.java 2015-05-29 17:14:29.674386467 -0700 +++ new/test/java/beans/PropertyEditor/TestFontClassValue.java 2015-05-29 17:14:29.526386465 -0700 @@ -26,6 +26,7 @@ * @bug 4222827 4506596 6538853 * @summary Tests PropertyEditor for value of type Font * @author Sergey Malenkov + * @key headful */ import java.awt.Font; --- old/test/java/beans/XMLEncoder/java_awt_ScrollPane.java 2015-05-29 17:14:30.106386473 -0700 +++ new/test/java/beans/XMLEncoder/java_awt_ScrollPane.java 2015-05-29 17:14:29.970386471 -0700 @@ -25,6 +25,7 @@ * @test * @bug 6402062 6487891 * @summary Tests ScrollPane encoding + * @key headful * @author Sergey Malenkov */