changeset 1279:70654407b626

6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails Reviewed-by: anthony
author dcherepanov
date Mon, 15 Jun 2009 11:15:55 -0400
parents 7289003cd1c9
children 0e441c781cdc
files test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java
diffstat 2 files changed, 27 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html	Mon Jun 15 11:15:55 2009 -0400
@@ -0,0 +1,22 @@
+<HTML>
+  <!--  @test
+        @bug 4023283
+        @summary Checks that an Error which propogate up to the EventDispatch
+        loop does not crash AWT.
+        @author Andrei Dmitriev: area=awt.event
+        @library ../../regtesthelpers
+        @build Util
+        @run main LoopRobustness
+  -->
+  <HEAD>
+  <TITLE>LoopRobustness</TITLE>
+  </HEAD>
+  <BODY>
+  This is automatic test.
+  
+  <APPLET CODE="LoopRobustness.class"
+          CODEBASE = "."
+          WIDTH=350 HEIGHT=100>
+  </APPLET>
+  </BODY>                                                             
+  </HTML>
--- a/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java	Fri Jun 05 17:30:05 2009 +0400
+++ b/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java	Mon Jun 15 11:15:55 2009 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2006 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,10 @@
  * @bug 4023283
  * @summary Checks that an Error which propogate up to the EventDispatch
  * loop does not crash AWT.
- * @author Andrei Dmitriev Oleg Sukhodolsky
+ * @author Andrei Dmitriev: area=awt.event
+ * @library ../../regtesthelpers
+ * @build Util
+ * @run main LoopRobustness
  */
 
 import java.awt.*;