diff --git a/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html b/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html new file mode 100644 index 00000000000..6d71d8c9e77 --- /dev/null +++ b/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html @@ -0,0 +1,22 @@ + + + + LoopRobustness + + + This is automatic test. + + + + + diff --git a/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java b/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java index ea9fb55634c..378f8743c75 100644 --- a/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java +++ b/jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java @@ -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.*;