We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b040f commit 40bf3b1Copy full SHA for 40bf3b1
test/jdk/java/awt/Frame/AwtFramePackTest.java
@@ -39,10 +39,9 @@
39
* @test
40
* @bug 8265586
41
* @key headful
42
- * @requires (os.family == "windows")
43
* @summary Tests whether insets are calculated correctly on Windows
44
* for AWT Frame by checking the actual and expected/preferred frame sizes.
45
- * @run main/othervm -Dsun.java2d.uiScale=1 AwtFramePackTest
+ * @run main AwtFramePackTest
46
*/
47
48
public class AwtFramePackTest {
0 commit comments