Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7550870
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Feb 29, 2024
54766dd
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Mar 1, 2024
12dc34e
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Mar 1, 2024
5e28d1d
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Mar 1, 2024
008dff4
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Mar 1, 2024
5b8b0b8
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Apr 1, 2024
232db3b
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Apr 18, 2024
ecd34da
Merge branch 'openjdk:master' into backport-8185500
yaqsun Apr 18, 2024
485457e
Merge branch 'openjdk:master' into backport-8185500
yaqsun May 28, 2024
8a0b148
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Jun 11, 2024
ae71cd2
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Jun 11, 2024
4c69d5c
Merge branch 'openjdk:master' into backport-8185500
yaqsun Jun 12, 2024
1fc9217
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Jun 13, 2024
11d35aa
backport 8186259: IOExceptionIfEncodedURLTest.sh versus IOExceptionIf…
yaqsun Jun 17, 2024
5ba12d7
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun Jun 18, 2024
2ee8478
del '@(#)TestSinhalaChar.java' after '@test'
yaqsun Jun 25, 2024
330839e
add '@build Sysout'
yaqsun Jun 26, 2024
5abebe0
Merge branch 'openjdk:master' into backport-8185500
yaqsun Oct 31, 2024
906ade3
backport jdk/test/javax/swing/ToolTipManager/7123767/bug7123767.java
yaqsun Oct 31, 2024
8563895
Merge branch 'openjdk:master' into backport-8185500
yaqsun Nov 14, 2024
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
42 changes: 21 additions & 21 deletions jdk/test/javax/swing/ToolTipManager/7123767/bug7123767.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
* questions.
*/

/* @test
* @bug 7123767
*
* @summary Check if a tooltip location in Multi-Monitor
* configurations is correct.
* If the configurations number per device exceeds 5,
* then some 5 random configurations will be checked.
* Please Use -Dseed=X to set the random generator seed
* (if necessary).
*
* @author Vladislav Karnaukhov
*
* @key headful
* @key randomness
*
* @modules java.desktop/sun.awt
* @library /lib/testlibrary/
* @build jdk.testlibrary.*
*
* @run main/timeout=300 bug7123767
*/
/**
* @test
* @bug 7123767
*
* @summary Check if a tooltip location in Multi-Monitor
* configurations is correct.
* If the configurations number per device exceeds 5,
* then some 5 random configurations will be checked.
* Please Use -Dseed=X to set the random generator seed
* (if necessary).
*
* @author Vladislav Karnaukhov
*
* @key headful randomness
*
* @modules java.desktop/sun.awt
* @library /lib/testlibrary/
* @build jdk.testlibrary.*
*
* @run main/timeout=300 bug7123767
*/

import javax.swing.*;
import javax.swing.plaf.metal.MetalLookAndFeel;
Expand Down