Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/jdk/java/awt/Frame/AwtFramePackTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@
* @test
* @bug 8265586
* @key headful
* @requires (os.family == "windows")
* @summary Tests whether insets are calculated correctly on Windows
* for AWT Frame by checking the actual and expected/preferred frame sizes.
* @run main/othervm -Dsun.java2d.uiScale=1 AwtFramePackTest
* @run main AwtFramePackTest
*/

public class AwtFramePackTest {
Expand Down