jdk-24/test/jdk/java/awt/dnd
Alexander Zvegintsev 2adb3b409e 8306943: Open source several dnd AWT tests
Reviewed-by: prr, serb
2023-05-04 15:39:08 +00:00
..
AcceptDropMultipleTimes 8274597: Some of the dnd tests time out and fail intermittently 2022-04-29 10:33:44 +00:00
BadSerializationTest 8039082: [TEST_BUG] Test java/awt/dnd/BadSerializationTest/BadSerializationTest.java fails 2018-08-24 16:29:04 -07:00
Button2DragTest 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI) 2020-11-11 01:29:33 +00:00
DisposeFrameOnDragCrash 8202790: DnD test DisposeFrameOnDragTest.java does not clean up 2022-04-26 20:29:48 +00:00
DnDFileGroupDescriptor 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DnDTestWithHIDPI 8159062: [hidpi] DnD on Windows while scaling is non-integer 2017-10-30 15:45:55 +05:30
DragInterceptorAppletTest 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
DragSourceListenerSerializationTest 8210894: remove jdk/testlibrary/Asserts 2018-09-21 14:50:06 -07:00
DragWaitForIdle 7185258: [macosx] Deadlock in SunToolKit.realSync() 2020-04-26 19:42:04 -07:00
DropTargetEnterExitTest 8274597: Some of the dnd tests time out and fail intermittently 2022-04-29 10:33:44 +00:00
FileListBetweenJVMsTest 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
ImageDecoratedDnD 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ImageDecoratedDnDInOut 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
ImageDecoratedDnDNegative 8283426: Fix 'exeption' typo 2022-03-24 19:52:16 +00:00
ImageTransferTest 8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF 2018-11-13 09:39:57 +05:30
InterJVMGetDropSuccessTest 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
MissingDragExitEventTest 8274597: Some of the dnd tests time out and fail intermittently 2022-04-29 10:33:44 +00:00
MissingEventsOnModalDialog 8164464: Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java 2022-11-14 14:45:17 +00:00
NextDropActionTest 8306133: Open source few AWT Drag & Drop related tests 2023-04-28 19:16:12 +00:00
NoFormatsCrashTest 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
NoFormatsDragEnterTest 8306133: Open source few AWT Drag & Drop related tests 2023-04-28 19:16:12 +00:00
NoFormatsDropTest 8306133: Open source few AWT Drag & Drop related tests 2023-04-28 19:16:12 +00:00
NoTargetNoDragExitTest 8306133: Open source few AWT Drag & Drop related tests 2023-04-28 19:16:12 +00:00
NotReallySerializableTest 8307135: java/awt/dnd/NotReallySerializableTest/NotReallySerializableTest.java failed 2023-04-29 01:29:13 +00:00
RecognizedActionTest 8272232: javax/swing/JTable/4275046/bug4275046.java failed with "Expected value in the cell: 'rededited' but found 'redEDITED'." 2021-09-04 11:04:22 +00:00
RemoveDropTargetCrashTest 8277775: Fixup bugids in RemoveDropTargetCrashTest.java - add 4357905 2022-11-04 12:35:39 +00:00
RightMouseButtonDragTest 8234802: [TESTBUG] Test Right Mouse Button Drag Gesture Recognition in all the platforms 2019-12-09 15:09:24 +05:30
SkipDropCompleteTest 8306466: Open source more AWT Drag & Drop related tests 2023-05-02 23:45:44 +00:00
URIListBetweenJVMsTest 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
URIListToFileListBetweenJVMsTest 8213110: Remove the use of applets in automatic tests 2019-02-27 18:46:55 -08:00
URLDragTest 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DnDAWTLockTest.java 8306943: Open source several dnd AWT tests 2023-05-04 15:39:08 +00:00
DragGestureInvokeLaterTest.java 8306943: Open source several dnd AWT tests 2023-05-04 15:39:08 +00:00
DragOverDropTargetPerformanceTest.java 8306943: Open source several dnd AWT tests 2023-05-04 15:39:08 +00:00
DragSourceDragEventModifiersTest.java 8306943: Open source several dnd AWT tests 2023-05-04 15:39:08 +00:00
DragSourceGCrashTest.java 8306943: Open source several dnd AWT tests 2023-05-04 15:39:08 +00:00
DropTargetInInternalFrameTest.java 8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows 2022-06-04 03:00:44 +00:00
RejectDragDropActionTest.java 8306466: Open source more AWT Drag & Drop related tests 2023-05-02 23:45:44 +00:00
RemoveDragSourceListenerTest.java 8306466: Open source more AWT Drag & Drop related tests 2023-05-02 23:45:44 +00:00
RemoveParentChildDropTargetTest.java 8306466: Open source more AWT Drag & Drop related tests 2023-05-02 23:45:44 +00:00
SameJVMModalDialogDeadlockTest.java 8306466: Open source more AWT Drag & Drop related tests 2023-05-02 23:45:44 +00:00
ZeroFormatTransferableTest.java 8306681: Open source more AWT DnD related tests 2023-04-28 19:20:16 +00:00