Skip to content

Commit 40bf3b1

Browse files
Harshitha Onkaraivanov-jdk
Harshitha Onkar
authored andcommitted
8288993: Make AwtFramePackTest generic by removing @requires tag
Reviewed-by: dmarkov, aivanov, serb
1 parent d4b040f commit 40bf3b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jdk/java/awt/Frame/AwtFramePackTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@
3939
* @test
4040
* @bug 8265586
4141
* @key headful
42-
* @requires (os.family == "windows")
4342
* @summary Tests whether insets are calculated correctly on Windows
4443
* for AWT Frame by checking the actual and expected/preferred frame sizes.
45-
* @run main/othervm -Dsun.java2d.uiScale=1 AwtFramePackTest
44+
* @run main AwtFramePackTest
4645
*/
4746

4847
public class AwtFramePackTest {

0 commit comments

Comments
 (0)