8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment

Reviewed-by: alanb
This commit is contained in:
Joe Darcy 2015-06-30 17:48:06 -07:00
parent f55c892a65
commit efa84f658a
11 changed files with 19 additions and 0 deletions

View File

@ -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 @@ sun/security/pkcs11/tls/TestPremaster.java windows-all
# jdk_sound
# 8059743
javax/sound/midi/Gervill/SoftProvider/GetDevice.java generic-all
############################################################################
# jdk_swing

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -25,6 +25,7 @@
* @test
* @bug 6402062 6487891
* @summary Tests ScrollPane encoding
* @key headful
* @author Sergey Malenkov
*/