jdk-24/jdk/test/java/awt
2015-12-02 09:12:39 -08: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 8136763: [macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied 2015-10-21 18:58:19 +03: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 8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method 2015-09-22 14:05:37 +04: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 2015-09-08 14:40:44 -07:00
font 8143177: Integrate harfbuzz opentype layout engine per JEP 258 2015-11-23 09:58:44 -08:00
FontClass 8132985: Crash in freetypescaler.c due to double free 2015-10-05 15:36:43 +03: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 8079595: Resizing dialog which is JWindow parent makes JVM crash 2015-10-05 15:29:23 +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 8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update 2015-07-03 17:37:40 +03:00
GradientPaint 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository 2014-06-20 16:48:30 +04:00
Graphics 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
Graphics2D 8072682: getBounds call on graphics.getDeviceConfiguration() returning cached information 2015-10-12 15:28:03 +03: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 8137571: Linux HiDPI Graphics support 2015-11-13 18:36:14 +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 8073320: Windows HiDPI Graphics support 2015-11-13 05:02:26 -08:00
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 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00
KeyboardFocusmanager 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00
LightweightDispatcher 7079254: Toolkit eventListener leaks memory 2013-05-17 11:02:55 +04:00
List 8136592: [TEST_BUG] Fix 2 platform-specific closed regtests for jigsaw 2015-10-20 12:42:21 +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 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07:00
Modal 8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation 2015-09-08 11:28:16 +03:00
Mouse Merge 2015-09-08 11:47:07 -07:00
MouseAdapter/MouseAdapterUnitTest 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
MouseInfo 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07: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 8074028: Remove API references to java.awt.peer 2015-04-17 16:54:13 +03:00
print 8067059: PrinterJob.pageDialog() with DialogSelectionType.NATIVE returns a PageFormat when cancelled 2015-11-18 00:20:15 +03:00
PrintJob 7161283: [macosx]filedialog didn't pop up for awt test InvalidParametersNativeTest 2015-11-06 19:13:16 +03:00
regtesthelpers 8074028: Remove API references to java.awt.peer 2015-04-17 16:54:13 +03: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 8132376: Add @requires os.family to the client tests with access to internal OS-specific API 2015-09-01 11:03:43 +03:00
TextArea 8040322: TextArea.replaceRange() and insert() are broken with setText(null) 2015-09-30 17:46:11 +04:00
TextField 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2 2014-12-05 14:55:08 +03:00
Toolkit 8144074: [PIT] Crash calling Toolkit.getScreenSize() on Windows 2015-12-02 09:12:39 -08:00
TrayIcon 8134984: Text files should end in exactly one newline 2015-09-02 14:11:50 -07:00
Window 8022334: After calling frame.toBack() dialog goes to the back on Ubuntu 12.04 2015-10-20 15:59:51 +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 7146533: [TEST BUG] [macosx] skip java/awt/xembed/server/RunTestXEmbed.java for Mac OS X 2015-11-23 14:44:41 +03:00
TEST.properties 8076468: Add @modules to tests in jdk_desktop test group 2015-06-23 11:59:27 +03:00