< prev index next >

test/java/awt/Graphics/CopyScaledArea/CopyScaledAreaTest.java

Print this page
rev 14836 : 8159690: [TESTBUG] Mark headful tests with @key headful.

*** 26,35 **** --- 26,36 ---- import java.awt.image.VolatileImage; import static sun.awt.OSInfo.*; /** * @test + * @key headful * @bug 8069348 * @summary SunGraphics2D.copyArea() does not properly work for scaled graphics * @modules java.desktop/sun.awt * @run main/othervm -Dsun.java2d.uiScale=2 CopyScaledAreaTest * @run main/othervm -Dsun.java2d.opengl=true -Dsun.java2d.uiScale=2 CopyScaledAreaTest
< prev index next >