From d7d8999b2b0dc3febab29570633bf419356c59fc Mon Sep 17 00:00:00 2001 From: Dmitry Cherepanov Date: Mon, 15 Jun 2009 11:15:55 -0400 Subject: [PATCH] 6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails Reviewed-by: anthony --- .../LoopRobustness/LoopRobustness.html | 22 +++++++++++++++++++ .../LoopRobustness/LoopRobustness.java | 7 ++++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html 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.*;