Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<html>
<!--
@test
@key headful
@bug 5028014
@summary Focus request & mouse click being performed nearly synchronously shouldn't break the focus subsystem
@author anton.tarasov@sun.com: area=awt-focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
*/

/*
* @test
* @key headful
* @bug 5028014
* @summary Focus request & mouse click performed nearly synchronously shouldn't lead to a focus race.
* @author anton.tarasov@sun.com: area=awt-focus
* @run applet MouseClickRequestFocusRaceTest.html
*/
test
@key headful
@bug 5028014
@summary Focus request & mouse click performed nearly synchronously shouldn't lead to a focus race.
@author anton.tarasov@sun.com: area=awt-focus
@run applet MouseClickRequestFocusRaceTest.html
*/

import java.awt.*;
import javax.swing.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,3 @@ public static void main(String[] args) throws Exception {
test.doTest();
}
}
<<<<<<< HEAD

=======
>>>>>>> e52b963d0c (8160974: [TESTBUG] Mark more headful tests with @key headful)