OpenJDK / jdk / jdk12
changeset 31468:6cd3ae8de51c
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
Reviewed-by: alanb
line wrap: on
line diff
--- a/jdk/test/ProblemList.txt Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/ProblemList.txt Tue Jun 30 17:48:06 2015 -0700 @@ -116,6 +116,12 @@ # 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 @@ -293,6 +299,9 @@ # jdk_sound +# 8059743 +javax/sound/midi/Gervill/SoftProvider/GetDevice.java generic-all + ############################################################################ # jdk_swing
--- a/jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java Tue Jun 30 17:48:06 2015 -0700 @@ -29,6 +29,7 @@ * @modules java.desktop/com.sun.beans.editors * @compile -XDignore.symbol.file TestPropertyEditor.java * @run main TestPropertyEditor + * @key headful */ import editors.SecondBeanEditor;
--- a/jdk/test/java/beans/PropertyEditor/TestColorClass.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestColorClass.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6258510 * @summary Tests PropertyEditor for value of type Color with security manager * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestColorClassJava.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestColorClassJava.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 * @summary Tests PropertyEditor for value of type Color * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestColorClassNull.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestColorClassNull.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6498171 * @summary Tests PropertyEditor for null value of type Color * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestColorClassValue.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestColorClassValue.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4222827 4506596 * @summary Tests PropertyEditor for value of type Color * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestFontClass.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestFontClass.java Tue Jun 30 17:48:06 2015 -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 * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestFontClassJava.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestFontClassJava.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6538853 * @summary Tests PropertyEditor for value of type Font * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestFontClassNull.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestFontClassNull.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4506596 6498171 6538853 * @summary Tests PropertyEditor for null value of type Font * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/PropertyEditor/TestFontClassValue.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/PropertyEditor/TestFontClassValue.java Tue Jun 30 17:48:06 2015 -0700 @@ -26,6 +26,7 @@ * @bug 4222827 4506596 6538853 * @summary Tests PropertyEditor for value of type Font * @author Sergey Malenkov + * @key headful * @modules java.compiler * java.desktop * jdk.compiler
--- a/jdk/test/java/beans/XMLEncoder/java_awt_ScrollPane.java Tue Jun 30 11:20:43 2015 -0700 +++ b/jdk/test/java/beans/XMLEncoder/java_awt_ScrollPane.java Tue Jun 30 17:48:06 2015 -0700 @@ -25,6 +25,7 @@ * @test * @bug 6402062 6487891 * @summary Tests ScrollPane encoding + * @key headful * @author Sergey Malenkov */