jdk-24/jdk/test/java/awt
2016-04-05 21:18:01 +01:00
..
AlphaComposite 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository 2014-06-20 16:48:30 +04:00
AppContext/ApplicationThreadsStop 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext 2015-10-12 16:26:58 +03:00
applet/Applet 8134732: [TEST_BUG] Test java/awt/applet/Applet/AppletFlipBuffer.java fails on Windows with AWTException 2015-10-28 16:42:49 +03:00
appletviewer/IOExceptionIfEncodedURLTest 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07:00
BasicStroke 8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation 2015-07-15 14:02:24 +03:00
Checkbox/SetStateExcessEvent 8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed 2015-04-02 19:53:53 +03:00
Choice 8039467: [TEST_BUG] Test java/awt/Choice/UnfocusableToplevel/UnfocusableToplevel.java lefts keystrokes in a keyboard buffer on Windows 2015-09-14 18:54:04 +04:00
Clipboard/HTMLTransferTest 8014725: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently 2015-09-16 10:22:42 +03:00
Color 8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace 2015-02-14 21:05:41 +03:00
Component 8138764: In some cases the usage of TreeLock can be replaced by other synchronization 2015-10-21 18:32:56 +03:00
Container 8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized 2014-10-20 12:36:16 +04:00
Cursor 8029339: Custom MultiResolution image support on HiDPI displays 2015-09-15 15:31:34 +04:00
datatransfer 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
Debug/DumpOnKey 4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1) 2015-08-06 19:52:02 +03:00
Desktop 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00
Dialog 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00
dnd 8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event 2015-09-29 15:19:52 +04:00
EmbeddedFrame 8136592: [TEST_BUG] Fix 2 platform-specific closed regtests for jigsaw 2015-10-20 12:42:21 +03:00
event 8138838: docs cleanup for java.desktop 2016-01-11 17:51:54 +03:00
EventDispatchThread 8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException 2015-06-29 01:27:08 +03:00
EventQueue 8131670: [TEST_BUG]Test java/awt/EventQueue/6980209/bug6980209.java fails on Linux 2015-09-16 10:32:46 +03:00
FileDialog 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07:00
Focus Merge 2016-03-22 13:10:07 -07:00
font 8055463: Need public API allowing full access to font collections in Font.createFont() 2016-03-22 14:46:48 -07:00
FontClass 8055463: Need public API allowing full access to font collections in Font.createFont() 2016-03-22 14:46:48 -07:00
FontMetrics 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
Frame 8146168: [TEST_BUG] instability of java/awt/Frame/MaximizedToMaximized/MaximizedToMaximized.java 2015-12-30 19:28:05 +03:00
FullScreen 8129116: Deadlock with multimonitor fullscreen windows 2015-06-22 15:43:40 +03:00
geom 8078464: Path2D storage growth algorithms should be less linear 2015-04-28 14:23:03 -07:00
grab 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
GradientPaint 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository 2014-06-20 16:48:30 +04:00
Graphics 8069348: SunGraphics2D.copyArea() does not properly work for scaled graphics in D3D 2016-03-11 21:57:43 +04:00
Graphics2D 8145808: java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java hangs on Win. 8 2015-12-24 09:07:50 -08:00
GraphicsConfiguration 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository 2014-06-20 16:48:30 +04:00
GraphicsDevice 8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1 2014-11-10 16:23:30 +03:00
GraphicsEnvironment 7077826: Unset and empty DISPLAY variable is handled differently by JDK 2014-12-16 20:23:46 +03:00
GridBagLayout/GridBagLayoutIpadXYTest 8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1 2014-11-10 16:23:30 +03:00
GridLayout 8039279: Move awt tests to openjdk repository 2014-04-21 14:35:14 +04:00
Headless 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository 2014-06-20 16:48:30 +04:00
hidpi/properties 8150844: [hidpi] [macosx] -Dsun.java2d.uiScale should be taken into account for OS X 2016-03-23 14:25:22 +04:00
im 8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X 2015-10-30 13:23:35 +03:00
image 6185114: Undefined Exception in SampleModel, method createCompatibleSampleModel 2016-03-24 12:27:40 +05:30
InputMethods 8027696: Incorrect copyright header in the tests 2013-11-12 20:24:25 +04:00
Insets 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository 2014-06-20 16:48:30 +04:00
JAWT 8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update 2015-07-03 17:37:40 +03:00
keyboard 8149456: [macosx] robot.keyPress do not generate key events (keyPressed and keyReleased) for function keys F13 to F19 2016-03-14 16:46:39 +05:30
KeyboardFocusmanager 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00
LightweightComponent/LightweightEventTest 8005918: [TESTBUG] There are no 'Frame Enter' messages for both frames, only 'Button Enter' message 2016-02-02 15:57:42 +05:30
LightweightDispatcher 7079254: Toolkit eventListener leaks memory 2013-05-17 11:02:55 +04:00
List 7159591: [macosx] In SetFontTest there's no space for the second button 2015-12-08 19:50:14 +03:00
Menu 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00
MenuBar 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07:00
Mixing 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 2016-03-25 12:31:16 +03:00
Modal 8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation 2015-09-08 11:28:16 +03:00
Mouse 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error 2016-01-29 15:21:55 +05:30
MouseAdapter/MouseAdapterUnitTest 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
MouseInfo 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 2016-03-25 12:31:16 +03:00
MultipleGradientPaint 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Multiscreen 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2 2014-12-05 14:55:08 +03:00
Paint 8139581: AWT components are not drawn after removal and addition to a container 2016-02-02 16:33:03 +03:00
patchlib/java.desktop/java/awt 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
print 8151590: "ALL" radio button is not selected in printDialog when we call DefaultSelectionType.ALL in windows 2016-03-24 14:00:14 +05:30
PrintJob 8066139: Null return from PrintJob.getGraphics() running closed/java/awt/PrintJob/HighResTest/HighResTest.java 2016-03-16 15:00:57 +05:30
regtesthelpers 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
Robot 8073320: Windows HiDPI Graphics support 2015-11-13 05:02:26 -08:00
Scrollbar/ScrollbarMouseWheelTest 8015900: [TEST_BUG] ScrollbarMouseWheelTest failed on ubuntu 12 with unity and unity 2D 2015-05-08 20:43:46 +03:00
ScrollPane 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07:00
security 8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1 2014-11-10 16:37:40 +03:00
SplashScreen 8145173: HiDPI splash screen support on Windows 2016-03-24 14:06:32 +05:30
TextArea 8149636: TextField flicker & over scroll when selection scrolls beyond the bounds of TextField 2016-03-18 17:00:08 +05:30
TextField 8149636: TextField flicker & over scroll when selection scrolls beyond the bounds of TextField 2016-03-18 17:00:08 +05:30
Toolkit 8153370: Drop use of old style -XaddExports from tests 2016-04-05 21:18:01 +01:00
TrayIcon 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 2016-03-25 12:31:16 +03:00
Window 8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag 2016-03-22 13:07:27 +03:00
WMSpecificTests 8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine 2015-08-13 14:20:36 +03:00
xembed/server 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 2016-03-25 12:31:16 +03:00
TEST.properties 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00