From 9cd1a02753c16c612915c175b81ae2ac3b7b56e9 Mon Sep 17 00:00:00 2001 From: dcherepanov 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 test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html diff --git a/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html b/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html new file mode 100644 index 000000000..6d71d8c9e --- /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 ea9fb5563..378f8743c 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.*; -- GitLab