7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
authormalenkov
Tue, 31 Jul 2012 21:01:56 +0400
changeset 13603 f87474d813e6
parent 13602 68fbb8be55ab
child 13604 31089af1a447
7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed Reviewed-by: rupashka
jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java
jdk/test/java/beans/PropertyEditor/Test6963811.java
--- a/jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java	Tue Jun 19 20:34:06 2012 +0400
+++ b/jdk/test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java	Tue Jul 31 21:01:56 2012 +0400
@@ -26,6 +26,8 @@
  * @bug 6380849
  * @summary Tests PropertyEditor finder
  * @author Sergey Malenkov
+ * @compile -XDignore.symbol.file TestPropertyEditor.java
+ * @run main TestPropertyEditor
  */
 
 import editors.SecondBeanEditor;
--- a/jdk/test/java/beans/PropertyEditor/Test6963811.java	Tue Jun 19 20:34:06 2012 +0400
+++ b/jdk/test/java/beans/PropertyEditor/Test6963811.java	Tue Jul 31 21:01:56 2012 +0400
@@ -26,6 +26,8 @@
  * @bug 6963811
  * @summary Tests deadlock in PropertyEditorManager
  * @author Sergey Malenkov
+ * @compile -XDignore.symbol.file Test6963811.java
+ * @run main Test6963811
  */
 
 import java.beans.PropertyEditorManager;