-
Notifications
You must be signed in to change notification settings - Fork 162
8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests. #464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yaqsun
wants to merge
20
commits into
openjdk:master
Choose a base branch
from
yaqsun:backport-8185500
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+453
−347
Open
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7550870
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 54766dd
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 12dc34e
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 5e28d1d
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 008dff4
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 5b8b0b8
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 232db3b
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun ecd34da
Merge branch 'openjdk:master' into backport-8185500
yaqsun 485457e
Merge branch 'openjdk:master' into backport-8185500
yaqsun 8a0b148
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun ae71cd2
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 4c69d5c
Merge branch 'openjdk:master' into backport-8185500
yaqsun 1fc9217
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 11d35aa
backport 8186259: IOExceptionIfEncodedURLTest.sh versus IOExceptionIf…
yaqsun 5ba12d7
Backport 34afeced211cd7115e2529b043c1e57dfa1291fe
yaqsun 2ee8478
del '@(#)TestSinhalaChar.java' after '@test'
yaqsun 330839e
add '@build Sysout'
yaqsun 5abebe0
Merge branch 'openjdk:master' into backport-8185500
yaqsun 906ade3
backport jdk/test/javax/swing/ToolTipManager/7123767/bug7123767.java
yaqsun 8563895
Merge branch 'openjdk:master' into backport-8185500
yaqsun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. | ||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
* | ||
* This code is free software; you can redistribute it and/or modify it | ||
|
@@ -21,21 +21,17 @@ | |
* questions. | ||
*/ | ||
|
||
/* | ||
@test | ||
@bug 4980592 | ||
@summary switching user in XP causes an NPE in | ||
sun.awt.windows.WWindowPeer.displayChanged | ||
@requires (os.family == "windows") | ||
@author [email protected]: area=embedded | ||
@run main DisplayChangedTest | ||
*/ | ||
/** | ||
* DisplayChangedTest.java | ||
* | ||
* summary: switching user in XP causes an NPE in | ||
* sun.awt.windows.WWindowPeer.displayChanged | ||
* @test | ||
* @key headful | ||
* @bug 4980592 | ||
* @summary switching user in XP causes an NPE in | ||
* sun.awt.windows.WWindowPeer.displayChanged | ||
* @requires (os.family == "windows") | ||
* @author [email protected]: area=embedded | ||
* @run main DisplayChangedTest | ||
*/ | ||
|
||
import java.awt.Frame; | ||
import java.awt.Dialog; | ||
import java.awt.TextArea; | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. | ||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
* | ||
* This code is free software; you can redistribute it and/or modify it | ||
|
@@ -21,19 +21,16 @@ | |
* questions. | ||
*/ | ||
|
||
/* | ||
@test | ||
@bug 6345002 | ||
@summary grab problems with EmbeddedFrame | ||
@requires (os.family == "windows") | ||
@author [email protected] area=EmbeddedFrame | ||
@run main EmbeddedFrameGrabTest | ||
*/ | ||
/** | ||
* EmbeddedFrameGrabTest.java | ||
* | ||
* summary: grab problems with EmbeddedFrame | ||
* @test | ||
* @key headful | ||
* @bug 6345003 | ||
* @summary grab problems with EmbeddedFrame | ||
* @requires (os.family == "windows") | ||
* @author [email protected] area=EmbeddedFrame | ||
* @run main EmbeddedFrameGrabTest | ||
*/ | ||
|
||
import java.awt.Frame; | ||
import java.awt.peer.FramePeer; | ||
import javax.swing.JComboBox; | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.