# HG changeset patch # User kshefov # Date 1360764078 -14400 # Node ID 1bb3df084c72480ab0be8641a1940a4b00c2af36 # Parent ff71ed981a76f3288312ca1f85fd8a9b073c9e45 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified Summary: Added @build Util jtreg tag Reviewed-by: serb, alexsch Contributed-by: Vera Akulova diff -r ff71ed981a76 -r 1bb3df084c72 jdk/test/java/awt/Frame/WindowDragTest/WindowDragTest.java --- a/jdk/test/java/awt/Frame/WindowDragTest/WindowDragTest.java Fri Feb 08 22:08:10 2013 +0400 +++ b/jdk/test/java/awt/Frame/WindowDragTest/WindowDragTest.java Wed Feb 13 18:01:18 2013 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. 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 @@ -23,10 +23,11 @@ /* @test - @bug 7128738 + @bug 7128738 7161759 @summary dragged dialog freezes system on dispose @author Oleg Pekhovskiy: area=awt.toplevel @library ../../regtesthelpers + @build Util @run main WindowDragTest */