jdk-24/jdk/test/java/awt
2013-12-23 18:54:50 +04:00
..
AlphaComposite 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
appletviewer/IOExceptionIfEncodedURLTest 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Choice 7159566: The choice positioned in the top of applet when clicking the choice 2013-12-19 16:49:27 +04:00
Color/OpacityChange 6783910: (dav) java.awt.Color.brighter()/darker() methods make color opaque 2010-11-30 21:54:55 +03:00
Component 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Container 7041387: Introduce new boolean system property java.awt.smartInvalidate 2011-05-10 18:28:05 +04:00
Cursor 8007155: [macosx] Disabled panel takes mouse input in JLayeredPane 2013-09-25 16:17:42 +04:00
DataFlavor/MissedHtmlAndRtfBug 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
datatransfer 8029251: [TEST_BUG][macosx] Use safari browser, the ouput contain information that DataFlavor.allHtmlFlavor is not present in the system clipboard 2013-12-03 15:31:07 +04:00
Desktop/OpenByUNCPathNameTest 8029263: user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException) 2013-12-18 11:01:33 +00:00
Dialog 7080109: Dialog.show() lacks doPrivileged() to access system event queue 2012-05-10 20:05:12 +04:00
dnd 8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop() 2013-12-17 18:41:58 +04:00
event 7124391: [TEST_BUG][macosx] MouseEvents are not dispatched when the mouse cursor leaves the component 2013-12-03 19:33:05 +04:00
EventDispatchThread 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
EventQueue 8011142: [TEST_BUG] 2 AppContext regression tests failed since 7u25b03 with NullPointerException 2013-11-27 11:41:55 +04:00
FileDialog 8026869: [macosx] Support apple.awt.use-file-dialog-packages property 2013-12-17 11:44:25 +04:00
Focus 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
font 7092764: java.awt.font.TransformAttribute.equals(null) throws NPE 2013-09-26 15:06:39 -07:00
FontClass 8015556: [macosx] surrogate pairs do not render properly 2013-05-31 09:25:37 -07:00
FontMetrics 7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7 2012-07-12 16:24:56 -07:00
Frame 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
FullScreen 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow 2013-10-30 20:54:42 +04:00
geom 7040717: Test case for 6522514 was not included in bug fix 2011-05-10 15:59:01 -07:00
grab 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
GradientPaint 8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms 2013-10-22 13:47:45 -07:00
Graphics 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Graphics2D 8024767: [TEST] need test to cover JDK-7189452 2013-11-27 15:15:40 +04:00
GraphicsConfiguration/NormalizingTransformTest 7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform() 2012-10-19 15:23:14 +04:00
GraphicsDevice 8019587: [macosx] Possibility to set the same frame for the different screens 2013-07-09 21:21:55 +04:00
GraphicsEnvironment 7002839: Static initialization deadlock between sun.awt.Win32GraphicsEnvironment and sun.awt.windows.WToolkit 2011-04-06 17:13:08 +04:00
GridBagLayout/GridBagLayoutIpadXYTest 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
GridLayout/LayoutExtraGaps 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
im 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
image 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
InputMethods 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Insets 6444769: java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html fails 2010-12-14 13:51:07 +00:00
JAWT 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
keyboard/EqualKeyCode 6979551: closed/javax/swing/plaf/basic/BasicLabelUI/4798542/bug4798542.java fails 2011-04-27 18:15:27 +04:00
KeyboardFocusmanager 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
LightweightDispatcher 7079254: Toolkit eventListener leaks memory 2013-05-17 11:02:55 +04:00
List 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Menu 8024161: [TEST_BUG] [macosx] java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java failed "menu was opened by first click after opened Choice" 2013-11-26 18:50:35 +04:00
MenuBar 8027972: [macosx] Provide a regression test for JDK-8007006 2013-11-12 20:02:12 +04:00
Mixing 7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner 2013-06-06 17:06:22 +04:00
Modal 8029024: [TEST_BUG] java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java fails 2013-11-27 20:45:10 +04:00
Mouse 7152982: [TEST_BUG][macosx] Extremely unstable mouse modifiers test 2013-11-29 11:08:52 +04:00
MouseAdapter/MouseAdapterUnitTest 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
MouseInfo 8028484: [TEST_BUG][macosx] closed/java/awt/MouseInfo/JContainerMousePositionTest fails 2013-12-04 15:41:03 +04:00
MultipleGradientPaint 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Multiscreen 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Paint 7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError 2013-10-24 14:32:07 +04:00
print 8029204: Printing a GlyphVector on Windows ignores position of first glyph 2013-12-03 09:35:54 -08:00
PrintJob 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
regtesthelpers 8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108 2013-11-14 11:42:46 +04:00
Robot 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
ScrollPane/ScrollPanePreferredSize 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
security 8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess 2013-09-04 11:40:23 +01:00
SplashScreen 8024185: [macosx] Fullscreen button freezes application when started with -splash 2013-12-19 16:40:28 +04:00
TextArea 8030953: SelectionVisible test should test multiline selection in case of TextArea 2013-12-23 18:54:50 +04:00
TextField 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Toolkit 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
TrayIcon 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon 2013-12-20 14:42:37 +04:00
Window 8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal 2013-12-22 21:12:43 +04:00
WMSpecificTests 8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified 2013-05-27 22:31:37 +04:00
xembed/server 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:06:11 -07:00