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