< prev index next >

test/java/awt/Debug/DumpOnKey/DumpOnKey.java

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

*** 29,38 **** --- 29,39 ---- import java.awt.event.KeyEvent; import java.io.PrintStream; /** * @test + * @key headful * @bug 4379403 * @run main/othervm DumpOnKey false * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true true * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true -Dawtdebug.on=true true * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=false -Dawtdebug.on=true false
< prev index next >