changeset 14898:60127f405b1a

8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment Reviewed-by: alanb
author darcy
date Tue, 30 Jun 2015 17:48:06 -0700
parents 405c239690ed
children a740fff509e6
files test/ProblemList.txt test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java test/java/beans/PropertyEditor/TestColorClass.java test/java/beans/PropertyEditor/TestColorClassJava.java test/java/beans/PropertyEditor/TestColorClassNull.java test/java/beans/PropertyEditor/TestColorClassValue.java test/java/beans/PropertyEditor/TestFontClass.java test/java/beans/PropertyEditor/TestFontClassJava.java test/java/beans/PropertyEditor/TestFontClassNull.java test/java/beans/PropertyEditor/TestFontClassValue.java test/java/beans/XMLEncoder/java_awt_ScrollPane.java
diffstat 11 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/ProblemList.txt	Thu Jul 16 09:52:48 2020 +0200
+++ b/test/ProblemList.txt	Tue Jun 30 17:48:06 2015 -0700
@@ -122,6 +122,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
@@ -332,6 +338,9 @@
 
 javax/sound/sampled/Mixers/DisabledAssertionCrash.java 7067310 generic-all
 
+# 8059743
+javax/sound/midi/Gervill/SoftProvider/GetDevice.java            generic-all
+
 ############################################################################
 
 # jdk_swing
--- a/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java	Tue Jun 30 17:48:06 2015 -0700
@@ -28,6 +28,7 @@
  * @author Sergey Malenkov
  * @compile -XDignore.symbol.file TestPropertyEditor.java
  * @run main TestPropertyEditor
+ * @key headful
  */
 
 import editors.SecondBeanEditor;
--- a/test/java/beans/PropertyEditor/TestColorClass.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Color;
--- a/test/java/beans/PropertyEditor/TestColorClassJava.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Color;
--- a/test/java/beans/PropertyEditor/TestColorClassNull.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Color;
--- a/test/java/beans/PropertyEditor/TestColorClassValue.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Color;
--- a/test/java/beans/PropertyEditor/TestFontClass.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Font;
--- a/test/java/beans/PropertyEditor/TestFontClassJava.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Font;
--- a/test/java/beans/PropertyEditor/TestFontClassNull.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Font;
--- a/test/java/beans/PropertyEditor/TestFontClassValue.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */
 
 import java.awt.Font;
--- a/test/java/beans/XMLEncoder/java_awt_ScrollPane.java	Thu Jul 16 09:52:48 2020 +0200
+++ b/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
  */