JT Harness : Tests that were not run
com/apple/eawt/DefaultMenuBar/DefaultMenuBarTest.java: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
com/sun/jarsigner/DefaultMethod.java: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be default
java/awt/AlphaComposite/TestAlphaCompositeForNaN.java: Test for passing NaN as alpha should throw IllegalArgumentException
java/awt/Checkbox/SetStateExcessEvent/SetStateExcessEvent.java: Checkbox.setState() call should not post ItemEvent
java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html: PIT: Keyboard FocusTraversal not working when choice's drop-down is visible, on XToolkit
java/awt/Choice/ChoiceLocationTest/ChoiceLocationTest.java: The choice positioned in the top of applet when clicking the choice.
java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
java/awt/Choice/ItemStateChangeTest/ItemStateChangeTest.java: awt Choice doesn't fire ItemStateChange when selecting item after select() call
java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest.java: Tests Choice List shrinks after removeAll
java/awt/Choice/UnfocusableToplevel/UnfocusableToplevel.java: Choice in unfocusable window responds to keyboard
java/awt/Color/OpacityChange/OpacityChange.java: java.awt.Color.brighter()/darker() methods make color opaque
java/awt/Component/7097771/bug7097771.java: setEnabled does not work for components in disabled containers.
java/awt/Component/DimensionEncapsulation/DimensionEncapsulation.java:
java/awt/Component/F10TopToplevel/F10TopToplevel.html: Block F10 if closest toplevel to keystroke target is not a Frame.
java/awt/Component/InsetsEncapsulation/InsetsEncapsulation.java:
java/awt/Component/NoUpdateUponShow/NoUpdateUponShow.java: api/java_awt/Component/index.html#PaintUpdate fails randomly
java/awt/Component/PaintAll/PaintAll.java: Test Component.paintAll() method
java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java: Component.printAll Invalid local JNI handle
java/awt/Component/Revalidate/Revalidate.java: Test Component.revalidate() method
java/awt/Component/SetEnabledPerformance/SetEnabledPerformance.java:
java/awt/Component/TreeLockDeadlock/TreeLockDeadlock.java:
java/awt/Component/isLightweightCrash/IsLightweightCrash.java: REGRESSION: Override isLightweight() causes access violation in awt.dll
java/awt/Container/CheckZOrderChange/CheckZOrderChange.java: Component is missing after changing the z-order of the component & focus is not transfered in
java/awt/Container/ContainerAIOOBE/ContainerAIOOBE.java: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized.
java/awt/Container/MoveToOtherScreenTest/MoveToOtherScreenTest.java: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
java/awt/Container/ValidateRoot/InvalidateMustRespectValidateRoots.java: invalidate() must stop when it encounters a validate root
java/awt/Container/isRemoveNotifyNeeded/JInternalFrameTest.java: moveToFront shouldn't remove peers of HW components
java/awt/Cursor/PredefinedPrivate/PredefinedPrivate.java: Test that Cursor.predefined array is not used in Cursor.getPredefinedCursor() method
java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: Java 7 on mac os x only provides text clipboard formats
java/awt/Desktop/8064934/bug8064934.java: Incorrect Exception message from java.awt.Desktop.open()
java/awt/Desktop/OpenByUNCPathNameTest/OpenByUNCPathNameTest.java: java.awt.Desktop cannot open file with Windows UNC filename
java/awt/Dialog/CloseDialog/CloseDialogTest.java: Can't exit color chooser dialog when running as an applet
java/awt/Dialog/CrashXCheckJni/CrashXCheckJni.java: modal dialog closes with fatal error if -Xcheck:jni is set
java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java: Activating a dialog puts to back another dialog owned by the same frame
java/awt/Dialog/DialogOverflowSizeTest/DialogSizeOverflowTest.java: Test that Dialog with zero sizes won't be created with negative sizes due to overflow in peer code
java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java: tests that an always-on-top modal dialog doesn't make any windows always-on-top
java/awt/Dialog/ModalDialogPermission/ModalDialogPermission.java: Dialog.show() lacks doPrivileged() to access system event queue.
java/awt/Dialog/NonResizableDialogSysMenuResize/NonResizableDialogSysMenuResize.java: Nonresizable dialogs should not be resized using the Size SystemMenu command
java/awt/Dialog/ValidateOnShow/ValidateOnShow.java: Dialog.show() should validate the window unconditionally
java/awt/EventDispatchThread/EDTShutdownTest/EDTShutdownTest.java: [macosx] TwentyThousandTest test intermittently hangs
java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java: Tests that an exception on EDT is handled with ThreadGroup.uncaughtException()
java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html: Checks that an Error which propogate up to the EventDispatch loop does not crash AWT.
java/awt/EventDispatchThread/PreserveDispathThread/PreserveDispatchThread.java:
java/awt/EventQueue/6638195/bug6638195.java: tests if EventQueueDelegate.Delegate is invoked.
java/awt/EventQueue/6980209/bug6980209.java: Make tracking SecondaryLoop.enter/exit methods easier
java/awt/EventQueue/MainAppContext/MainAppContext.java: Tests 8004584
java/awt/EventQueue/PostEventOrderingTest/PostEventOrderingTest.java: and the EventQueue maintains proper ordering.
java/awt/EventQueue/PushPopDeadlock2/PushPopTest.java:
java/awt/EventQueue/SecondaryLoopTest/SecondaryLoopTest.java:
java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.html: namefilter is not called for file dialog on windows
java/awt/Focus/6981400/Test1.java: Tabbing between textfiled do not work properly when ALT+TAB
java/awt/Focus/6981400/Test2.java: Tabbing between textfiled do not work properly when ALT+TAB
java/awt/Focus/6981400/Test3.java: Tabbing between textfiled do not work properly when ALT+TAB
java/awt/Focus/8013611/JDK8013611.java: Tests showing a modal dialog with requesting focus in frame.
java/awt/Focus/8073453/AWTFocusTransitionTest.java: Focus doesn't move when pressing Shift + Tab keys
java/awt/Focus/8073453/SwingFocusTransitionTest.java: Focus doesn't move when pressing Shift + Tab keys
java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java: Tests that previosly focused owned window doesn't steal focus when an owner's component requests focus.
java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowRetaining.java: Tests actual focused window retaining.
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest.html: Ensures that appletviewer sets a reasonable default focus for an Applet on start
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.html: ensures that user's requestFocus() during applet initialization is not ignored
java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java: Tests the Window.autoRequestFocus property for the Window.setVisible() method.
java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusToFrontTest.java: Tests the Window.autoRequestFocus property for the Window.toFront() method.
java/awt/Focus/ChoiceFocus/ChoiceFocus.java: Choice components don't honour key focus
java/awt/Focus/ClearGlobalFocusOwnerTest/ClearGlobalFocusOwnerTest.java: Synopsis: clearGlobalFocusOwner() is not trigerring permanent FOCUS_LOST event
java/awt/Focus/ClearLwQueueBreakTest/ClearLwQueueBreakTest.java: Tests that breaking the proccess of clearing LW requests doesn't break focus.
java/awt/Focus/CloseDialogActivateOwnerTest/CloseDialogActivateOwnerTest.java: Tests that an owner is activated on closing its owned dialog with the warning icon.
java/awt/Focus/ConsumeNextKeyTypedOnModalShowTest/ConsumeNextKeyTypedOnModalShowTest.java: Showing a modal dlg on TAB KEY_PRESS shouldn't consume inappropriate KEY_TYPED.
java/awt/Focus/ContainerFocusAutoTransferTest/ContainerFocusAutoTransferTest.java: Tests for focus-auto-transfer.
java/awt/Focus/DeiconifiedFrameLoosesFocus/DeiconifiedFrameLoosesFocus.html: A Frame changing its state from ICONIFIED to NORMAL should regain focus.
java/awt/Focus/FocusEmbeddedFrameTest/FocusEmbeddedFrameTest.java: Tests that EmbeddedFrame can be focused.
java/awt/Focus/FocusOwnerFrameOnClick/FocusOwnerFrameOnClick.java: Tests that clicking an owner frame switches focus from its owned window.
java/awt/Focus/FocusTransitionTest/FocusTransitionTest.java: Tests whether the value of mostRecentFocusOwner for a window is correct, if another window is displayed during focus transition
java/awt/Focus/FocusTraversalPolicy/DefaultFTPTest.java: Tests java.awt.DefaultFocusTraversalPolicy functionality.
java/awt/Focus/FocusTraversalPolicy/InitialFTP.java: Tests defaut focus traversal policy in AWT & Swing toplevel windows.
java/awt/Focus/FocusTraversalPolicy/LayoutFTPTest.java: Tests javax.swing.LayoutFocusTraversalPolicy functionality.
java/awt/Focus/FrameJumpingToMouse/FrameJumpingToMouse.java: Tests that after moving non-focusable window it ungrabs mouse pointer
java/awt/Focus/FrameMinimizeTest/FrameMinimizeTest.java: focus is not restored after programmatic iconification and restoring
java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java: Tests for proper request-focus-back on FOCUS_LOST.
java/awt/Focus/InputVerifierTest3/InputVerifierTest3.java: Inputverifier is not executed when focus owner is removed
java/awt/Focus/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java: KeyEvents dispatched to old focus owner that is no longer showing
java/awt/Focus/ModalBlockedStealsFocusTest/ModalBlockedStealsFocusTest.html: Modal blocked window shouldn't steal focus when shown, or brought to front.
java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java: Tests that a modal dialog receives WINDOW_ACTIVATED & WINDOW_GAINED_FOCUS on first show.
java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java: Tests that auto-transfering focus doesn't stuck on a disabled component.
java/awt/Focus/NonFocusableResizableTooSmall/NonFocusableResizableTooSmall.java: Non-focusable frame should honor the size of the frame buttons/decorations when resizing
java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java: Tests that non-focusable windows doesn't generate any focus events when accessed.
java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java: Tests that Window having non-focusable owner can't be a focus owner.
java/awt/Focus/OwnedWindowFocusIMECrashTest/OwnedWindowFocusIMECrashTest.java: Tests that switching focus from an owned window doesn't crash.
java/awt/Focus/RemoveAfterRequest/RemoveAfterRequest.java: Components automatically transfer focus on removal, even if developer requests focus elsewhere first
java/awt/Focus/RequestFocusAndHideTest/RequestFocusAndHideTest.java: Tests that focus can not be set to removed component.
java/awt/Focus/RequestFocusToDisabledCompTest/RequestFocusToDisabledCompTest.java: Tests that it's possible to manually request focus on a disabled component.
java/awt/Focus/RequestOnCompWithNullParent/RequestOnCompWithNullParent1.java: java/awt/Focus/RequestOnCompWithNullParent/RequestOnCompWithNullParent_Barrier.java fails
java/awt/Focus/ResetMostRecentFocusOwnerTest/ResetMostRecentFocusOwnerTest.java: Tests that disabled component is not retained as most recent focus owner.
java/awt/Focus/RestoreFocusOnDisabledComponentTest/RestoreFocusOnDisabledComponentTest.java: Tests restoring focus on a single disabled coponent
java/awt/Focus/RollbackFocusFromAnotherWindowTest/RollbackFocusFromAnotherWindowTest.java: Dialog that opens and closes quickly changes focus in original focusowner
java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java: Tests that showing a toplvel in a not foreground Java process activates it.
java/awt/Focus/SimpleWindowActivationTest/SimpleWindowActivationTest.java: Tests that override redirect window gets activated on click.
java/awt/Focus/SortingFPT/JDK8048887.java: Tests SortingFTP for an exception caused by the tim-sort algo.
java/awt/Focus/ToFrontFocusTest/ToFrontFocus.html: Tests that toFront makes window focused unless it is non-focusable
java/awt/Focus/TranserFocusToWindow/TranserFocusToWindow.java: Tests that focus transfered directy to window w/o transfering it to frame.
java/awt/Focus/TypeAhead/TestFocusFreeze.java: Tests that keyboard input doesn't freeze due to type-ahead problems
java/awt/Focus/WindowInitialFocusTest/WindowInitialFocusTest.html: A Window should be focused upon start (XAWT bug).
java/awt/Focus/WindowIsFocusableAccessByThreadsTest/WindowIsFocusableAccessByThreadsTest.java: Tests method isFocusable of Window component.
java/awt/Focus/WrongKeyTypedConsumedTest/WrongKeyTypedConsumedTest.java: FocusManager consumes wrong KEY_TYPED events
java/awt/FontClass/BigMetrics.java: Test no crashing getting metrics using large font.
java/awt/FontClass/CreateFont/DeleteFont.sh: Verify that temporary font files are deleted on exit.
java/awt/FontClass/CreateFont/bigfont.html: Enforce limits on font creation
java/awt/FontClass/CreateFont/fileaccess/FontFile.java: verify handling of File.getPath()
java/awt/FontClass/DebugFonts.java: NPE debugging fonts
java/awt/FontClass/FontAccess.java: Test no SecurityException searching for a font.
java/awt/FontClass/FontPrivilege.java: test fonts can be created in the presence of a security manager
java/awt/FontClass/HelvLtOblTest.java: Test correct font is obtained via family+style
java/awt/FontClass/SurrogateTest/SuppCharTest.java: Surrogate pairs do not render properly on MacOS X.
java/awt/FontClass/SurrogateTest/SupplementaryCanDisplayUpToTest.java: Test canDisplayUpTo with supplementary characters.
java/awt/FontClass/X11FontPathCrashTest.java: Test no crashing getting fonts on X11
java/awt/FontMetrics/StyledSpaceAdvance.java: Verify advance of space is not overly widened by bold styling.
java/awt/Frame/7024749/bug7024749.java: JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75
java/awt/Frame/DisposeStressTest/DisposeStressTest.html: Tests that disposing of an empty Frame or a Frame with a MenuBar while it is being created does not crash the VM.
java/awt/Frame/DynamicLayout/DynamicLayout.java: Tests whether DynamicLayout is really off
java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java: Frame.setExtendedState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH, on OS X
java/awt/Frame/FrameLocation/FrameLocation.java: X11 Frame locations should be what we set them to
java/awt/Frame/FrameResize/ShowChildWhileResizingTest.java: Resizing dialog which is JWindow parent makes JVM crash
java/awt/Frame/FrameSetSizeStressTest/FrameSetSizeStressTest.java: setBounds can cause StackOverflow in case of the considerable loading
java/awt/Frame/FrameSize/TestFrameSize.java: X11 Window sizes should be what we set them to
java/awt/Frame/HideMaximized/HideMaximized.java: The maximized state shouldn't be reset upon hiding a frame
java/awt/Frame/HugeFrame/HugeFrame.java: A window with huge dimensions shouldn't crash JVM
java/awt/Frame/InvisibleOwner/InvisibleOwner.java: An invisible owner frame should never become visible
java/awt/Frame/LayoutOnMaximizeTest/LayoutOnMaximizeTest.java: Test correctness of laying out the contents of a frame on maximize
java/awt/Frame/MaximizedByPlatform/MaximizedByPlatform.java: [macosx] Maximized state could be inconsistent between peer and frame
java/awt/Frame/MaximizedNormalBoundsUndecoratedTest/MaximizedNormalBoundsUndecoratedTest.java: Set the size of frame.
java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: State changes should always be reported as events
java/awt/Frame/MaximizedToMaximized/MaximizedToMaximized.java: Frame size reverts meaning of maximized attribute
java/awt/Frame/NormalToIconified/NormalToIconifiedTest.java: Tests that bitwise mask is set and state listener is notified during state transition.
java/awt/Frame/ObscuredFrame/ObscuredFrameTest.java: Tests that getMousePosition() returns null for obscured component.
java/awt/Frame/ResizeAfterSetFont/ResizeAfterSetFont.java: Frame size does not change after changing font
java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java: Tests whether shape is always set
java/awt/Frame/ShownOffScreenOnWin98/ShownOffScreenOnWin98Test.java: Windows drawn off-screen on Win98 if locationByPlatform is true
java/awt/Frame/SlideNotResizableTest/SlideNotResizableTest.java: setResizable(false) makes a frame slide down
java/awt/Frame/UnfocusableMaximizedFrameResizablity/UnfocusableMaximizedFrameResizablity.java: Setting focusable window state to false makes the maximized frame resizable
java/awt/Frame/WindowDragTest/WindowDragTest.java: dragged dialog freezes system on dispose
java/awt/FullScreen/8013581/bug8013581.java: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java: Test that we don't crash when alt+tabbing in and out of fullscreen app
java/awt/FullScreen/BufferStrategyExceptionTest/BufferStrategyExceptionTest.java: Tests that no exception is thrown if a frame is resized just before we create a bufferStrategy
java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java: Test that we don't crash when changing from 8 to 16/32 bit modes
java/awt/FullScreen/FullScreenInsets/FullScreenInsets.java: Full-screen windows should have the proper insets.
java/awt/FullScreen/MultimonFullscreenTest/MultimonDeadlockTest.java: Deadlock with multimonitor fullscreen windows.
java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java: Tests that full screen window and its children receive resize event when display mode changes
java/awt/FullScreen/SetFSWindow/FSFrame.java: verify that isFullScreenSupported and getFullScreenWindow work correctly with and without a SecurityManager.
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java: Checks that non-opaque window can be made a fullscreen window
java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java: Tests that no exception is thrown when display mode is changed externally
java/awt/GradientPaint/GradientTransformTest.java: tests if the transform-parameter is applied correctly when creating a gradient.
java/awt/GradientPaint/LinearColorSpaceGradientTest.java: tests wether the colorspace-parameter is applied correctly when creating a gradient.
java/awt/Graphics/DrawImageBG/SystemBgColorTest.java: Test drawImage(bgcolor) gets correct RGB from SystemColor objects.
java/awt/Graphics/LineClipTest.java: Tests that clipped lines are drawn over the same pixels as unclipped lines (within the clip bounds)
java/awt/Graphics2D/DrawString/AlphaSurfaceText.java: test drawing to Alpha surfaces
java/awt/Graphics2D/DrawString/DrawRotatedString.java: Verifies that we get correct direction, when draw rotated string.
java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java: Verifies that we get correct direction, when draw rotated string.
java/awt/Graphics2D/DrawString/DrawStrSuper.java: Super-scripted text needs to be positioned the same with drawString and TextLayout.
java/awt/Graphics2D/DrawString/DrawStringCrash.java: Drawing a very long string crashes VM
java/awt/Graphics2D/DrawString/EmptyAttrString.java: IllegalArgumentException when using Graphics.drawString( "", 0, 0 )
java/awt/Graphics2D/DrawString/LCDTextSrcEa.java: Render as LCD Text in SrcEa composite mode.
java/awt/Graphics2D/DrawString/RotTransText.java: Transformed fonts using drawString and TextLayout should be in the same position.
java/awt/Graphics2D/DrawString/ScaledLCDTextMetrics.java: Check advance of LCD text on a scaled graphics.
java/awt/Graphics2D/DrawString/TextRenderingTest.java: Check if source offset for text rendering is handled correctly (shouldn't see the text on a similarly colored background).
java/awt/Graphics2D/DrawString/XRenderElt254TextTest.java: tests wether drawString with 254 characters causes the xrender pipeline to hang.
java/awt/Graphics2D/FillTexturePaint/FillTexturePaint.java: TexturePaint areas shouldn't separates.
java/awt/Graphics2D/FlipDrawImage/FlipDrawImage.java:
java/awt/Graphics2D/IncorrectTextSize/IncorrectTextSize.java:
java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java: Checks that we don't crash if rendering operations and state changes are performed on a graphics context from different threads.
java/awt/Graphics2D/RenderClipTest/RenderClipTest.java: Tests clipping invariance for AA rectangle and line primitives
java/awt/Graphics2D/ScaledCopyArea/ScaledCopyArea.java: Tests that copyarea on offscreen images works as expected when scaled transform is set
java/awt/Graphics2D/Test8004859/Test8004859.java: getClipBounds/getClip should return equivalent bounds.
java/awt/Graphics2D/TransformSetGet/TransformSetGet.java: Set/get transform should work on constrained graphics.
java/awt/Graphics2D/WhiteTextColorTest.java: tests whether Graphics.setColor-calls with Color.white are ignored directly after pipeline initialization for a certain set of operations.
java/awt/GraphicsConfiguration/NormalizingTransformTest/NormalizingTransformTest.java: Tests that the result of Toolkit.getScreenResolution() is consistent with GraphicsConfiguration.getNormalizingTransform().
java/awt/GraphicsDevice/CheckDisplayModes.java: [macosx] Setting a display mode crashes JDK under VNC
java/awt/GraphicsDevice/CloneConfigsTest.java: Test verifies that list of supported graphics configurations can not be changed via modification of elements of an array returned by getConfiguration() method.
java/awt/GraphicsDevice/IncorrectDisplayModeExitFullscreen.java:
java/awt/GraphicsEnvironment/LoadLock/GE_init1.java: Static init deadlock Win32GraphicsEnvironment and WToolkit
java/awt/GraphicsEnvironment/LoadLock/GE_init2.java: Static init deadlock Win32GraphicsEnvironment and WToolkit
java/awt/GraphicsEnvironment/LoadLock/GE_init3.java: Static init deadlock Win32GraphicsEnvironment and WToolkit
java/awt/GraphicsEnvironment/LoadLock/GE_init4.java: Static init deadlock Win32GraphicsEnvironment and WToolkit
java/awt/GraphicsEnvironment/LoadLock/GE_init5.java: Static init deadlock Win32GraphicsEnvironment and WToolkit
java/awt/GraphicsEnvironment/LoadLock/GE_init6.java: Static init deadlock Win32GraphicsEnvironment and WToolkit
java/awt/GraphicsEnvironment/PreferLocaleFonts.java: Test no NPE calling preferLocaleFonts() on custom GE.
java/awt/GraphicsEnvironment/TestDetectHeadless/TestDetectHeadless.sh: java.awt.GraphicsEnvironment.getHeadlessProperty() does not work for AIX
java/awt/GraphicsEnvironment/TestGetDefScreenDevice.java: Test GraphicsEnvironment.getDefaultScreenDevice() in headless mode
java/awt/GridBagLayout/GridBagLayoutIpadXYTest/GridBagLayoutIpadXYTest.html: GridBagConstraints.ipad(x|y) defined in a new way
java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java: GridLayout does not centre its component properly (summary was GridLayout does not fill its Container)
java/awt/Insets/CombinedTestApp1.java: Insets are incorrect for Frame w/MenuBar
java/awt/JAWT/JAWT.sh: Tests Java AWT native interface library
java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java: KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) affects created components
java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java: KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) affects created components
java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.html: Action key pressed on a button should be swallowed.
java/awt/KeyboardFocusmanager/TypeAhead/MenuItemActivatedTest/MenuItemActivatedTest.html: MenuItem activated with space should swallow this space.
java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html: Submenu should be shown by mnemonic key press.
java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html: Tests that type-ahead for dialog works and doesn't block program
java/awt/LightweightDispatcher/LWDispatcherMemoryLeakTest.java: Toolkit eventListener leaks memory
java/awt/List/ActionAfterRemove/ActionAfterRemove.java: XToolkit: List throws ArrayIndexOutOfBoundsException on double clicking when the List is empty
java/awt/List/EmptyListEventTest/EmptyListEventTest.java: List throws ArrayIndexOutOfBoundsException when pressing ENTER after removing all the items, Win32
java/awt/List/FirstItemRemoveTest/FirstItemRemoveTest.html: PIT.
java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java: AwtList not garbage collected
java/awt/List/ListPeer/R2303044ListSelection.java: com.apple.junit.java.awt.List;
java/awt/List/NofocusListDblClickTest/NofocusListDblClickTest.java: Tests that non-focusable List in a Window generates ActionEvent.
java/awt/List/ScrollOutside/ScrollOut.java: Regression : NullPointerException when scrolling horizontally on AWT List
java/awt/List/SetBackgroundTest/SetBackgroundTest.java: List does not honor user specified background, foreground colors on XToolkit
java/awt/List/SingleModeDeselect/SingleModeDeselect.java: List.deselect() de-selects the currently selected item regardless of the index, win32
java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java: Test for Win32 NPE when MenuItem with null label added.
java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java: REG: Menu does not disappear when clicked, keeping Choice's drop-down open, XToolkit
java/awt/MenuBar/8007006/bug8007006.java: [macosx] Closing subwindow loses main window menus.
java/awt/MenuBar/DeadlockTest1/DeadlockTest1.java: on oel5.5, Frame doesn't show if the Frame has only a MenuBar as its component.
java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java: Tries to change font of MenuBar.
java/awt/MenuBar/RemoveHelpMenu/RemoveHelpMenu.java:
java/awt/Mixing/HWDisappear.java: AWT components are invisible for a while after frame is moved & menu items are visible
java/awt/Mixing/JButtonInGlassPane.java: Tests if a LW components in the glass pane affects HW in the content pane
java/awt/Mixing/LWComboBox.java: Tests whether a LW combobox correctly overlaps a HW button
java/awt/Mixing/LWPopupMenu.java: Tests whether a LW menu correctly overlaps a HW button
java/awt/Mixing/MixingInHwPanel.java: Mixing should work inside heavyweight containers
java/awt/Mixing/MixingOnDialog.java: Tests whether mixing works on Dialogs
java/awt/Mixing/MixingOnShrinkingHWButton.java: PIT : Canvas is not fully painted on the internal frame & internal frame goes behind the canvas
java/awt/Mixing/NonOpaqueInternalFrame.java: Tests whether internal frames are always considered opaque
java/awt/Mixing/OpaqueTest.java: Tests whether opaque and non-opaque components mix correctly
java/awt/Mixing/OverlappingButtons.java: Tests whether overlapping buttons mix correctly
java/awt/Mixing/ValidBounds.java: Shape should be correctly updated on invalid components
java/awt/Mixing/Validating.java: Mixing code does not always recalculate shapes correctly when resizing components
java/awt/Mixing/setComponentZOrder.java: Mixing code should correctly handle insertion of components with setComponentZOrder.
java/awt/Modal/LWModalTest/LWModalTest.java: The test checks that Container's method startLWModal and stopLWModal work correctly.
java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java: [macosx] Swing.
java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java: Tests the functionality of modal Swing internal frames
java/awt/Modal/NpeOnClose/NpeOnCloseTest.java: NPE when closing modal dialog
java/awt/Modal/SupportedTest/SupportedTest.java: Test that modality and modal exclusion types are handled correctly according Toolkit.isModalityTypeSupported() and Toolkit.isModalExclusionTypeSupported() methods
java/awt/Mouse/EnterExitEvents/DragWindowOutOfFrameTest.java: Window created under a mouse does not receive mouse enter event.
java/awt/Mouse/EnterExitEvents/DragWindowTest.java: Window created under a mouse does not receive mouse enter event.
java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java: Cursor does not update properly when in fullscreen mode on Mac The core reason of the issue was the lack of a mouse entered event in fullscreen
java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java: Cursor not updating correctly after closing a modal dialog.
java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java: Programmatically resized window does not receive mouse entered/exited events
java/awt/Mouse/ExtraMouseClick/ExtraMouseClick.html: REGRESSION: Extra mouse click dispatched after press-drag- release sequence.
java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java: Component.getMousePosition() does not work in an applet on MacOS
java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java: Component.getMousePosition() does not work in an applet on MacOS
java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.html: Metalworks frame maximizes after the move
java/awt/Mouse/MouseComboBoxTest/MouseComboBoxTest.java: Tests JComboBox selection via the mouse
java/awt/Mouse/MouseDragEvent/MouseDraggedTest.java: Dragged events for extra mouse buttons (4,5,6) are not generated on JSplitPane
java/awt/Mouse/MouseModifiersUnitTest/ExtraButtonDrag.java: verifies that drag events are coming for every button if the property is set to true
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java: verifies that modifiers are correct for extra buttons
java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java: verifies that modifiers are correct for standard (1, 2, 3, wheel) mouse buttons
java/awt/Mouse/RemovedComponentMouseListener/RemovedComponentMouseListener.java: fix for 7079254 changes behavior of MouseListener, MouseMotionListener
java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html: Test that double clicking the titlebar does not send RELEASE/CLICKED
java/awt/MouseAdapter/MouseAdapterUnitTest/MouseAdapterUnitTest.java: MouseAdapter should implement MouseMotionListener and MouseWheelListener
java/awt/MouseInfo/GetPointerInfoTest.java: unit test for getPointerInfo() from MouseInfo class
java/awt/MouseInfo/JContainerMousePositionTest.java: unit test for a new method in Container class: getMousePosition(boolean)
java/awt/MouseInfo/MultiscreenPointerInfo.java: unit test for getPointerInfo() from MouseInfo class
java/awt/Multiscreen/LocationRelativeToTest/LocationRelativeToTest.java: Tests that Window.setLocationRelativeTo() method works correctly for different multiscreen configurations
java/awt/Multiscreen/MouseEventTest/MouseEventTest.java: MouseEvent has wrong coordinates when using multiple monitors
java/awt/Multiscreen/MultiScreenInsetsTest/MultiScreenInsetsTest.java: Frame is not created on the specified GraphicsDevice with two monitors
java/awt/Multiscreen/MultiScreenLocationTest/MultiScreenLocationTest.java: Robot moves mouse to point which differs from set in mouseMove on Unity shell
java/awt/Multiscreen/TranslucencyThrowsExceptionWhenFullScreen/TranslucencyThrowsExceptionWhenFullScreen.java: Translucent windows should throw exception in FS mode
java/awt/Multiscreen/UpdateGCTest/UpdateGCTest.java: Tests that all the child and toplevel components have their GraphicsConfiguration updated when the window moves from one screen to another, on Windows or Linux/Solaris + Xinerama
java/awt/Multiscreen/WPanelPeerPerf/WPanelPeerPerf.java: Exponential performance regression in AWT components (multiple mon)
java/awt/Multiscreen/WindowGCChangeTest/WindowGCChangeTest.html: Tests that GraphicsConfig for invisible (peerless) windows is updated after showing the window
java/awt/Paint/ButtonRepaint.java:
java/awt/Paint/CheckboxRepaint.java:
java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java: AWT components are not drawn after removal and addition to a container
java/awt/Paint/ExposeOnEDT.java:
java/awt/Paint/LabelRepaint.java:
java/awt/Paint/ListRepaint.java:
java/awt/Paint/PaintNativeOnUpdate.java:
java/awt/Paint/PgramUserBoundsTest.java: Verifies that Paint objects receive the appropriate user space bounds in their createContext() method
java/awt/Paint/bug8024864.java: [macosx] Problems with rendering of controls
java/awt/PrintJob/MultipleEnd/MultipleEnd.java: Checks that a second invocation of PrintJob.end() does not cause an exception or segmentation violation.
java/awt/PrintJob/PrintArcTest/PrintArcTest.java: Test printing of drawArc preceded by drawString
java/awt/PrintJob/QuoteAndBackslashTest/QuoteAndBackslashTest.java: Checks that banner titles which contain double quotation marks or backslashes still print correctly.
java/awt/PrintJob/RoundedRectTest/RoundedRectTest.java: Checks that rounded rectangles print correctly.
java/awt/PrintJob/Security/SecurityDialogTest.java: No SecurityException should be thrown when printing to a file using the given policy.
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java: verifies that Robot is accepting extra mouse buttons
java/awt/Robot/CtorTest/CtorTest.java: Robot(GraphicsDevice) constructor initializes LEGAL_BUTTON_MASK variable improperly
java/awt/Robot/RobotExtraButton/RobotExtraButton.java: verifies that robot could accept extra buttons
java/awt/ScrollPane/ScrollPanePreferredSize/ScrollPanePreferredSize.java:
java/awt/ScrollPane/bug8077409Test.java: Drawing deviates when validate() is invoked on java.awt.ScrollPane
java/awt/SplashScreen/FullscreenAfterSplash/FullScreenAfterSplash.java: Native Mac OS X full screen does not work after showing the splash
java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java: [macosx] java -splash does not honor 2x hi dpi notation for retina support
java/awt/TextArea/DisposeTest/TestDispose.java: Editable TextArea blocks GUI application from exit.
java/awt/TextArea/Mixing/TextAreaMixing.java: TextArea should support HW/LW mixing
java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java: Focus in non-editable TextArea is not shown on Linux.
java/awt/TextArea/TextAreaEditing/TextAreaEditing.java: Test TextArea APIs replaceRange, insert, append & setText
java/awt/TextArea/TextAreaTwicePack/TextAreaTwicePack.java: We shouldn't get different frame size when we call Frame.pack() twice.
java/awt/TextArea/UsingWithMouse/SelectionAutoscrollTest.html: TextArea must have selection expanding, and also be autoscrolled, if mouse is dragged from inside.
java/awt/TextField/DisposeTest/TestDispose.java: Editable TextField blocks GUI application from exit.
java/awt/TextField/SelectionInvisibleTest/SelectionInvisibleTest.java: In TextField can only select text visible or to the left
java/awt/Toolkit/AutoShutdown/EventQueuePush/EventQueuePushAutoshutdown.sh: tests that a program terminates automatically after EventQueue.push()
java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh: Java process does not terminate on closing the Main Application Frame
java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java: Test that Toolkit.getDefaultToolkit throws AWTError exception if bad DISPLAY variable was set
java/awt/Toolkit/DynamicLayout/bug7172833.java: java.awt.Toolkit methods is/setDynamicLayout() should be consistent.
java/awt/Toolkit/GetImage/bug8078165.java: NPE when attempting to get image from toolkit
java/awt/Toolkit/Headless/AWTEventListener/AWTListener.java: Toolkit.getAWTEventListeners returns empty array
java/awt/Toolkit/Headless/ExceptionContract/ExceptionContract.java: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
java/awt/Toolkit/Headless/GetPrintJob/GetPrintJob.java: Toolkit.getPrintJob() throws wrong exceptions
java/awt/Toolkit/Headless/GetPrintJob/GetPrintJobHeadless.java: Toolkit.getPrintJob() throws wrong exceptions
java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh: Tests that AWT use correct toolkit to be wrapped into HeadlessToolkit
java/awt/Toolkit/HeadlessTray/HeadlessTray.java: no tray support in headless mode
java/awt/Toolkit/LoadAWTCrashTest/LoadAWTCrashTest.java: Crash while awt starting
java/awt/Toolkit/RealSync/RealSyncOnEDT.java: Tests if the realSync() throws the IllegalThreadException while invoked on the EDT
java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java: Tests that Toolkit.getScreenInsets() returns correct insets
java/awt/Toolkit/SecurityTest/SecurityTest2.java: tests that a simple GUI application runs without any exceptions thrown
java/awt/Toolkit/ToolkitPropertyTest/SystemPropTest_1.java: verifies that system property sun.awt.enableExtraMouseButtons is true by default
java/awt/Toolkit/ToolkitPropertyTest/SystemPropTest_2.java: verifies that system property sun.awt.enableExtraMouseButtons might be set to true by the command line
java/awt/Toolkit/ToolkitPropertyTest/SystemPropTest_3.java: verifies that system property sun.awt.enableExtraMouseButtons might be set to false by the command line
java/awt/Toolkit/ToolkitPropertyTest/SystemPropTest_4.java: verifies that system property sun.awt.enableExtraMouseButtons might be set to true by the System class API.
java/awt/Toolkit/ToolkitPropertyTest/SystemPropTest_5.java: verifies that system property sun.awt.enableExtraMouseButtons might be set to false by the System class API.
java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Disable.java: verifies that sun.awt.enableExtraMouseButtons = false consumes extra events
java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Enable.java: verifies that sun.awt.enableExtraMouseButtons is working
java/awt/Toolkit/ToolkitPropertyTest/bug7129133.java: [macosx] Accelerators are displayed as Meta instead of the Command symbol
java/awt/TrayIcon/8072769/bug8072769.java: System tray icon title freezes java
java/awt/TrayIcon/CtorTest/CtorTest.java: TrayIcon constructor throws NPE instead of documented IAE
java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java: Reference to the popup leaks after the TrayIcon is removed
java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java: verify that modal dialog will appeared above fullscreen window under Metacity WM.
java/awt/WMSpecificTests/Mutter/MutterMaximizeTest.java: Tests that the screen location of windows is updated properly after a maximize.
java/awt/Window/8027025/Test8027025.java: [macosx] getLocationOnScreen returns 0 if parent invisible
java/awt/Window/AlwaysOnTop/AlwaysOnTopEvenOfWindow.java: Always-on-top frame should be on top of Window.
java/awt/Window/AlwaysOnTop/AlwaysOnTopFieldTest.java: Windows owned by an always-on-top window DO NOT automatically become always-on-top
java/awt/Window/AlwaysOnTop/SyncAlwaysOnTopFieldTest.java: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java: Test that setting of always-on-top flags before showing window works
java/awt/Window/BackgroundIsNotUpdated/BackgroundIsNotUpdated.java: Background of the window should not depend from the paint()/update()
java/awt/Window/Grab/GrabTest.java: Tests that SunToolkit.grab API works
java/awt/Window/GrabSequence/GrabSequence.java: PIT.
java/awt/Window/LocationByPlatform/LocationByPlatformTest.java: Property Window.locationByPlatform is not cleared by calling setVisible(false)
java/awt/Window/MaximizeOffscreen/MaximizeOffscreenTest.java: JVM crash if the frame maximized from offscreen
java/awt/Window/OwnedWindowsLeak/OwnedWindowsLeak.java: Tests that windows are removed from owner's child windows list
java/awt/Window/OwnedWindowsSerialization/OwnedWindowsSerialization.java: Checks that ownedWindowList is serialized and deserialized properly and alwaysOnTop works after deserialization
java/awt/Window/PropertyChangeListenerLockSerialization/PropertyChangeListenerLockSerialization.java: Showing a deserialized frame should not throw NPE
java/awt/Window/SetBackgroundNPE/SetBackgroundNPE.java: Window.setBackground() should not throw NPE
java/awt/Window/TopLevelLocation/TopLevelLocation.java: JWindow jumps to (0, 0) after mouse clicked
java/awt/Window/WindowClosedEvents/WindowClosedEventOnDispose.java: DisposeAction multiplies the WINDOW_CLOSED event.
java/awt/Window/WindowDeadlockTest/WindowDeadlockTest.java: Tests that there is no hang or deadlock when the visibility of parent and child windows is changed.
java/awt/Window/WindowGCInFullScreen/WindowGCInFullScreen.java:
java/awt/Window/WindowJumpingTest/WindowJumpingTest.java: Dialogs on multiscreen jump to parent frame on focus gain
java/awt/Window/WindowType/WindowType.java: Test showing windows of different types
java/awt/Window/WindowsLeak/WindowsLeak.java: Tests that windows are removed from windows list
java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh: REGRESSION: AppletViewer throws IOException when path is encoded URL
java/awt/datatransfer/ClipboardInterVMTest/ClipboardInterVMTest.java: Check whether clipboard see changes from external process after taking ownership
java/awt/datatransfer/DataFlavor/EqualsHashCodeSymmetryTest/EqualsHashCodeSymmetryTest.java: DataFlavor.equals is not symmetric
java/awt/datatransfer/DragImage/MultiResolutionDragImageTest.java: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
java/awt/datatransfer/DragUnicodeBetweenJVMTest/DragUnicodeBetweenJVMTest.html: REG: DnD of File-List between JVM is broken for non ASCII file names - Win32
java/awt/datatransfer/DuplicatedNativesTest/DuplicatedNativesTest.java: Checks that SystemFlavorMap.getNativesForFlavor returns a list without duplicates
java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java: WIN: Provide a way to format HTML on drop
java/awt/datatransfer/MappingGenerationTest/MappingGenerationTest.java: tests that mappings for text flavors are generated properly
java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java: Checks if acceptDrop() can be called several times
java/awt/dnd/BadSerializaionTest/BadSerializationTest.java: Validate fields on DnD class deserialization
java/awt/dnd/Button2DragTest/Button2DragTest.html: tests that a drag ends on button2 release
java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java: JVM crash if the frame is disposed in DropTargetListener
java/awt/dnd/DragInterceptorAppletTest/DragInterceptorAppletTest.html: Unsigned applet can retrieve the dragged information before drop action occurs
java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.java: tests serialization of DragSourceListeners
java/awt/dnd/DropTargetEnterExitTest/ExtraDragEnterTest.java: Checks the dragEnter event is correctly generated
java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java: Checks that dragExit is generated when the new DropTarget is created under the drag
java/awt/dnd/FileListBetweenJVMsTest/FileListBetweenJVMsTest.html: DnD of File-List across JVM adds two empty items to the list
java/awt/dnd/ImageDecoratedDnDInOut/ImageDecoratedDnDInOut.html: Tests basic DnD functionality
java/awt/dnd/ImageDecoratedDnDNegative/ImageDecoratedDnDNegative.html: Tests basic DnD functionality
java/awt/dnd/ImageTransferTest/ImageTransferTest.java: tests that images of all supported native image formats are transfered properly
java/awt/dnd/InterJVMGetDropSuccessTest/InterJVMGetDropSuccessTest.html: verifies that getDropSuccess() returns correct value for inter-JVM DnD
java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java:
java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
java/awt/dnd/NoFormatsCrashTest/NoFormatsCrashTest.html: tests that a drop target JVM doesn't crash if the source doesn't export data in native formats.
java/awt/dnd/URIListBetweenJVMsTest/URIListBetweenJVMsTest.html: Transferable has no DataFlavors when dragging from Gnome window to Swing
java/awt/dnd/URIListToFileListBetweenJVMsTest/URIListToFileListBetweenJVMsTest.html: Conversion of a URI list to File list fails
java/awt/event/HierarchyEvent/AncestorResized/AncestorResized.java: ANCESTOR_RESIZED is not sent while resizing a frame.
java/awt/event/InputEvent/ButtonArraysEquality/ButtonArraysEquality.java: verifies that InputEvents button masks arrays are the same
java/awt/event/InputEvent/EventWhenTest/EventWhenTest.java: Verifies that mouse/key events has always increasing 'when' timestamps
java/awt/event/InvocationEvent/InvocationEventTest.java: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()
java/awt/event/KeyEvent/8020209/bug8020209.java: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
java/awt/event/KeyEvent/AltCharAcceleratorTest/AltCharAcceleratorTest.java: Checks that <Alt>+Char accelerators work when pressed in a text component
java/awt/event/KeyEvent/CorrectTime/CorrectTime.java: A key event could have wrong time
java/awt/event/KeyEvent/DeadKey/DeadKeyMacOSXInputText.java: [macosx] Dead keys handling for input methods
java/awt/event/KeyEvent/DeadKey/DeadKeySystemAssertionDialog.java: Awt assert on Hashtable.cpp:124
java/awt/event/KeyEvent/DeadKey/deadKeyMacOSX.java: Dead Key implementation for KeyEvent on Mac OS X
java/awt/event/KeyEvent/ExtendedKeyCode/ExtendedKeyCodeTest.java: Extended key code is not set for a key event
java/awt/event/KeyEvent/KeyChar/KeyCharTest.java: Wrong key char
java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html: ests that pressing of Ctrl+ascii mostly fires KEY_TYPED with a Unicode control symbols
java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java: Tests that key events with modifiers are not swallowed.
java/awt/event/MouseEvent/AcceptExtraButton/AcceptExtraButton.java: verifies that MouseEvent CTOR accepts extra mouse button numbers
java/awt/event/MouseEvent/CheckGetMaskForButton/CheckGetMaskForButton.java: verifies that InputEvent.getMaskForButton() returns the same values as in InputEvent.BUTTON_DOWN_MASK
java/awt/event/MouseEvent/DisabledComponents/DisabledComponentsTest.java: java.awt.button behaves differently under Win32/Solaris
java/awt/event/MouseEvent/EnterAsGrabbedEvent/EnterAsGrabbedEvent.java: REG:Pressing the mouse, dragging and releasing it outside the button triggers ActionEvent, XAWT
java/awt/event/MouseEvent/EventTimeInFuture/EventTimeInFuture.java: A mouse listener method happens to process mouse events whose time is in the future.
java/awt/event/MouseEvent/FrameMouseEventAbsoluteCoordsTest/FrameMouseEventAbsoluteCoordsTest.html: Need way to get location of MouseEvent in screen coordinates (Unit-test)
java/awt/event/MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.html: Need way to get location of MouseEvent in screen coordinates
java/awt/event/MouseEvent/MouseClickTest/MouseClickTest.html: PIT: MouseClicked is triggered when the mouse is released outside the tray icon, Win32
java/awt/event/MouseEvent/MouseWheelEventAbsoluteCoordsTest/MouseWheelEventAbsoluteCoordsTest.html: Need way to get location of MouseEvent in screen coordinates
java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.html: Tests that mouse behavior on LW component
java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_3.java: verify that enter/exit events still comes correctly
java/awt/event/MouseWheelEvent/DisabledComponent/DisabledComponent.java: MouseWheel event is getting triggered for the disabled Textarea in jdk7 b60 pit build.
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion.java: stack overflow on mouse wheel rotation
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_1.java: stack overflow on mouse wheel rotation
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_2.html: stack overflow on mouse wheel rotation within JApplet
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_3.html: stack overflow on mouse wheel rotation within JApplet
java/awt/event/MouseWheelEvent/InfiniteRecursion/InfiniteRecursion_4.java: check that the wheel event is generated over the JFrame
java/awt/event/MouseWheelEvent/WheelModifier/WheelModifier.java: JButtons stay pressed after they have lost focus if you use the mouse wheel
java/awt/event/OtherEvents/UngrabID/UngrabID.java: check if the ungrab event has the ID < AWTEvent.RESERVED_ID_MAX
java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest.java: TextArea does not send TextEvent when setText.
java/awt/font/FontNames/LocaleFamilyNames.java: Tests that all family names that are reported in all locales correspond to some font returned from getAllFonts().
java/awt/font/GlyphVector/VisualBounds.java: leading and trailing spaces must not affect visual bounds
java/awt/font/LineBreakMeasurer/AllFontsLBM.java: ArrayIndexOutOfBoundsException in LineBreakMeasurer
java/awt/font/LineBreakMeasurer/FRCTest.java: static HashMap cache in LineBreakMeasurer can grow wihout bounds
java/awt/font/MonospacedGlyphWidth/MonospacedGlyphWidthTest.java: Some Monospaced logical fonts have a different width
java/awt/font/NumericShaper/EasternArabicTest.java: Make sure that EASTERN_ARABIC works with the enum interface.
java/awt/font/NumericShaper/EqualsTest.java: confirm that an instance which is created with new Enum ranges is equivalent to another instance which is created with equivalent traditional ranges or the same Enum ranges.
java/awt/font/NumericShaper/MTTest.java: Confirm that NumericShaper is thread-safe.
java/awt/font/NumericShaper/ShapingTest.java: confirm that shaping works as expected.
java/awt/font/Rotate/Shear.java: Verify no crashes with extreme shears.
java/awt/font/Rotate/TestTransform.java: This test verifies that transforms do not cause crash
java/awt/font/Rotate/TranslatedOutlineTest.java: This test verifies that outline is translated in a correct direction
java/awt/font/StyledMetrics/BoldSpace.java: Confirm that styling does not affect metrics of zero advance glyphs
java/awt/font/TextLayout/AttributeValuesCastTest.java: verify cast in AttributeValues fails silently - regression
java/awt/font/TextLayout/CombiningPerf.java: ensure that ascii, and latin-1 text without combining marks, both layout faster than latin-1 text with combining marks.
java/awt/font/TextLayout/DecorationBoundsTest.java: verify bounds enclose rendering of decorations.
java/awt/font/TextLayout/DiacriticsDrawingTest.java: verify enabling text layout for complex text on macOS
java/awt/font/TextLayout/NegativeGlyphIDException.java: ensure no negative glyph ids propagate to code used by TextLayout
java/awt/font/TextLayout/OSXLigatureTest.java: Test ligatures form on OS X.
java/awt/font/TextLayout/TestAATMorxFont.java: verify rendering of MORX fonts on OS X.
java/awt/font/TextLayout/TestHebrewMark.java: verify TextLayout handles Hebrew marks correctly
java/awt/font/TextLayout/TestSinhalaChar.java: verify lack of crash on U+0DDD.
java/awt/font/TextLayout/TextLayoutBounds.java: verify TextLayout.getBounds() return visual bounds
java/awt/font/TextLayout/UnderlinePositionTest.java: verify outline and stroking of underline match.
java/awt/font/TextLayout/VisibleAdvance.java: verify TextLine advance
java/awt/font/Threads/FontThread.java: verify thread interruption doesn't affect font file reading.
java/awt/font/TransformAttribute/TransformEqualityTest.java: test equals method
java/awt/geom/AffineTransform/InvalidTransformParameterTest.java: Test AffineTransform transformations do not result in SIGSEGV if NaN or infinity parameter is passed as argument.
java/awt/geom/Arc2D/SerializationTest.java: Verifies that subclasses of Arc2D can be serialized.
java/awt/geom/CubicCurve2D/ContainsTest.java: Verifies that CubicCurve2D.contains(Rectangle2D) does not return true when the rectangle is only partially contained.
java/awt/geom/CubicCurve2D/IntersectsTest.java: Verifies that CubicCurve2D returns true for obvious intersection
java/awt/geom/CubicCurve2D/SolveCubicTest.java: Verifies that SolveCubic doesn't miss any roots.
java/awt/geom/Path2D/EmptyCapacity.java: Path2D.moveTo() should work if empty initial capacity was set.
java/awt/geom/Path2D/FillPPathTest.java: Verifies correct handling of unclosed segments
java/awt/geom/Path2D/Path2DCopyConstructor.java: Check Path2D copy constructor (trims arrays) and constructor with zero capacity
java/awt/geom/Path2D/Path2DGrow.java: Check the growth algorithm (needRoom) in Path2D implementations
java/awt/grab/EmbeddedFrameTest1/EmbeddedFrameTest1.java: REGRESSION: Popup menus dont respond to selections when extend outside Applet
java/awt/grab/GrabOnUnfocusableToplevel/GrabOnUnfocusableToplevel.java: JPopupMenu does not display if invoker is instance of JWindow
java/awt/im/6396526/IMLookAndFeel.java: Verify below-the-spot IM in the swing L&F JFrame.
java/awt/im/8041990/bug8041990.java: Language specific keys does not work in applets when opened outside the browser
java/awt/im/InputContext/InputContextTest.java: removeNotify(null) and selectInputMethod(null) have to throw a NullPointerException.
java/awt/im/InputContext/bug4625203.java: 1.
java/awt/im/memoryleak/InputContextMemoryLeakTest.java: XInputContext leaks memory by needRecetXXIClient field
java/awt/image/BufferedImage/GetPropertyNames.java:
java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java: This test may throw OOME or NPE from native code, it should not crash
java/awt/image/BufferedImage/TinyScale.java: Test tiny scales of BufferedImage
java/awt/image/ConvolveOp/EdgeNoOpCrash.java: Test verifies that ConvolveOp with the EDGE_NO_OP edge condition does not cause JVM crash if size of source raster elements is greather than size of the destination raster element.
java/awt/image/ConvolveOp/OpCompatibleImageTest.java: Test verifies ConvolveOp creates compatible destination images of same type and this pair {src, dst} can be handled by the ConvolveOp filter.
java/awt/image/DrawImage/DrawImageCoordsTest.java: Test that drawing a scaled image terminates.
java/awt/image/DrawImage/EABlitTest.java: tests if changing extra alpha values are honored for transformed blits
java/awt/image/DrawImage/IncorrectAlphaConversionBicubic.java: We should get correct alpha, when we draw to/from VolatileImage and bicubic interpolation is enabled
java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java: Tests drawing transparent volatile image to transparent BI.
java/awt/image/DrawImage/IncorrectBounds.java: Temporary backbuffer in the DrawImage should not fill background outside of source image bounds.
java/awt/image/DrawImage/IncorrectClipSurface2SW.java: Tests drawing volatile image to BI using different clip.
java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java: Tests drawing BI to volatile image using different clips + xor mode.
java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java: Tests drawing volatile image to volatile image using different clips + xor mode.
java/awt/image/DrawImage/IncorrectDestinationOffset.java: Destination offset should be correct in case of Surface->SW blit.
java/awt/image/DrawImage/IncorrectOffset.java: Temporary backbuffer in the DrawImage should have correct offset.
java/awt/image/DrawImage/IncorrectSourceOffset.java: Tests asymmetric source offsets.
java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.java: Tests rotated clip when unmanaged image is drawn to VI.
java/awt/image/DrawImage/IncorrectUnmanagedImageSourceOffset.java: Tests asymmetric source offsets when unmanaged image is drawn to VI.
java/awt/image/DrawImage/UnmanagedDrawImagePerformance.java: Unmanaged images should be drawn fast.
java/awt/image/GetDataElementsTest.java: Test verifies that SampleModel.getDataElements() throws an appropriate exception if coordinates are not in bounds.
java/awt/image/GetSamplesTest.java: Test verifies that SampleModel.getSamples() SampleModel.setSamples() throw an appropriate exception if coordinates are not in bounds.
java/awt/image/ImageIconHang.java: Checks that null filename argument is processed correctly
java/awt/image/ImagingOpsNoExceptionsTest/ImagingOpsNoExceptionsTest.java: Tests that no exceptions are thrown when BufferedImageOp or RasterOps are used.
java/awt/image/IncorrectSampleMaskTest.java: Test verifies that incorrect sample masks are correctly handled by the constructor of the SinglePixelPackedSampleModel class and do not cause internal error in the medialib glue code.
java/awt/image/LookupOp/IntImageReverseTest.java: Test verifies that byte lookup table with single lookup affects only color components in buffered images with integer data type, and that this operation does not distort colors in the destination image.
java/awt/image/LookupOp/SingleArrayTest.java: Test verifies that byte lookup table with single lookup array does not cause medialib routine crsh.
java/awt/image/MultiResolutionImage/MultiResolutionImageObserverTest.java: Animated GIFs fail to display on a HiDPI display
java/awt/image/MultiResolutionImage/NSImageToMultiResolutionImageTest.java: [macosx] Get MultiResolution image from native system
java/awt/image/MultiResolutionImageTest.java: [macosx] Make JDK demos look perfect on retina displays
java/awt/image/VolatileImage/VolatileImageBug.java: Creating volatileimage(0,0) should throw IAE
java/awt/image/mlib/MlibOpsTest.java: Test verifies that on-demnad loading of medialib library does not break imageing ops based on this library.
java/awt/image/multiresolution/MultiResolutionToolkitImageTest.java: [macosx] Http-Images are not fully loaded when using ImageIcon
java/awt/keyboard/EqualKeyCode/EqualKeyCode.java: Extended key codes for small letters undefined
java/awt/print/PageFormat/PageFormatFromAttributes.java: Tests creating page format from attributes
java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java: Container.paint/KeyboardFocusManager.clearMostRecentFocusOwner methods deadlock
java/awt/print/PrinterJob/CustomPrintService/SetPrintServiceTest.java: tests setPrintService() with a custom implementation
java/awt/print/PrinterJob/ExceptionTest.java: No exception should be thrown.
java/awt/print/PrinterJob/GetMediasTest.java: No exception should be thrown.
java/awt/print/PrinterJob/ImagePrinting/NullClipARGB.java: Test no NPE when printing transparency with null clip.
java/awt/print/PrinterJob/PrintCrashTest.java: Printing crashes on OSX.
java/awt/print/PrinterJob/PrintToDir.java: Must throw exception when printing to an invalid filename - a dir.
java/awt/print/PrinterJob/PrtException.java: This test should not throw a printer exception.
java/awt/print/PrinterJob/SameService.java: Don't re-create print services.
java/awt/security/Permissions.java: Test that selected Toolkit and Window methods/constructors do the appropriate permission check
java/awt/xembed/server/RunTestXEmbed.java: Tests XEmbed server/client functionality
javax/swing/AbstractButton/6711682/bug6711682.java: JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
javax/swing/AbstractButton/AnimatedIcon/AnimatedIcon.java: Animated icon should animate when the JButton is pressed.
javax/swing/AncestorNotifier/7193219/bug7193219.java: JComboBox serialization fails in JDK 1.7
javax/swing/DataTransfer/6456844/bug6456844.java: Tests that JTextComponent doesn't create drop locations with null bias.
javax/swing/DataTransfer/8059739/bug8059739.java: Dragged and Dropped data is corrupted for two data types
javax/swing/GroupLayout/6613904/bug6613904.java: javax.swing.GroupLayout.createParallelGroup(..) doesn't throw IllegalArgumentException for null arg
javax/swing/GroupLayout/7071166/bug7071166.java: LayoutStyle.getPreferredGap() - IAE is expected but not thrown
javax/swing/JButton/6604281/bug6604281.java: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build
javax/swing/JButton/JButtonPaintNPE/JButtonPaintNPE.java:
javax/swing/JCheckBox/8032667/bug8032667_image_diff.java: [macosx] Components cannot be rendered in HiDPI to BufferedImage
javax/swing/JColorChooser/Test4165217.java: Tests JColorChooser serialization
javax/swing/JColorChooser/Test4177735.java: Tests that JColorChooser leaves no threads when disposed
javax/swing/JColorChooser/Test4193384.java: Tests the color conversions and the preview panel foreground color
javax/swing/JColorChooser/Test4234761.java: RGB values sholdn't be changed in transition to HSB tab
javax/swing/JColorChooser/Test4461329.java: Tests getPreviewPanel() and setPreviewPanel() methods
javax/swing/JColorChooser/Test4711996.java: Checks if IllegalArgumentException is thrown when updating JColorChooserUI
javax/swing/JColorChooser/Test6199676.java: Tests preview panel after L&F changing
javax/swing/JColorChooser/Test6524757.java: Tests different locales
javax/swing/JColorChooser/Test6541987.java: Tests closing by ESC
javax/swing/JColorChooser/Test6559154.java: Tests EDT hanging
javax/swing/JColorChooser/Test6707406.java: Tests color chooser with invalid UI
javax/swing/JColorChooser/Test6827032.java: Color chooser with drag enabled shouldn't throw NPE
javax/swing/JColorChooser/Test7194184.java: Tests JColorChooser Swatch keyboard accessibility.
javax/swing/JComboBox/4199622/bug4199622.java: RFE: JComboBox shouldn't send ActionEvents for keyboard navigation
javax/swing/JComboBox/4743225/bug4743225.java: Size of JComboBox list is wrong when list is populated via PopupMenuListener
javax/swing/JComboBox/6236162/bug6236162.java: Checks that there is no an inconsistence in combo box behavior when user points an item in combo popup by mouse and then uses UP/DOWN keys.
javax/swing/JComboBox/6337518/bug6337518.java: Null Arrow Button Throws Exception in BasicComboBoxUI
javax/swing/JComboBox/6607130/bug6607130.java: Checks that JComboBox cell editor is hidden if the same item is selected with keyboard.
javax/swing/JComboBox/6632953/bug6632953.java: MetalComboBoxUI.getBaseline(JComponent, int, int) throws IAE for valid width/height
javax/swing/JComboBox/7031551/bug7031551.java: Generics: JComboBox
javax/swing/JComboBox/7082443/bug7082443.java: JComboBox not backward compatible (with Java 6)
javax/swing/JComboBox/7195179/Test7195179.java: Tests that combobox works with generified renderers
javax/swing/JComboBox/8015300/Test8015300.java: Tests that editable combobox select all text
javax/swing/JComboBox/8019180/Test8019180.java: Tests that combobox works if it is used as action listener
javax/swing/JComboBox/8032878/bug8032878.java: Checks that JComboBox as JTable cell editor processes key events even where setSurrendersFocusOnKeystroke flag in JTable is false and that it does not lose the first key press where the flag is true.
javax/swing/JComboBox/8033069/bug8033069NoScrollBar.java: Checks that JComboBox popup does not close when mouse wheel is rotated over combo box and over its popup.
javax/swing/JComboBox/8033069/bug8033069ScrollBar.java: Checks that JComboBox popup does not close when mouse wheel is rotated over combo box and over its popup.
javax/swing/JComboBox/8057893/bug8057893.java: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
javax/swing/JComboBox/8136998/bug8136998.java: Checks that JComboBox does not prevent mouse-wheel scrolling JScrollPane.
javax/swing/JComboBox/ConsumedKeyTest/ConsumedKeyTest.java: Combo box consuming escape and enter key events
javax/swing/JComboBox/ShowPopupAfterHidePopupTest/ShowPopupAfterHidePopupTest.java: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
javax/swing/JComponent/4337267/bug4337267.java: test that numeric shaping works in Swing components
javax/swing/JComponent/6683775/bug6683775.java: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
javax/swing/JComponent/6989617/bug6989617.java: Enable JComponent to control repaintings of its children
javax/swing/JComponent/7154030/bug7154030.java: Swing components fail to hide after calling hide()
javax/swing/JComponent/8043610/bug8043610.java: Tests that JComponent invalidate, revalidate and repaint methods could be called from any thread
javax/swing/JDialog/6639507/bug6639507.java: Title of javax.swing.JDialog is null while spec says it's empty
javax/swing/JDialog/WrongBackgroundColor/WrongBackgroundColor.java: JDialog should update background color of the native peer.
javax/swing/JEditorPane/4492274/bug4492274.java: Tests if JEditorPane.getPage() correctly returns anchor reference.
javax/swing/JEditorPane/6882559/bug6882559.java: new JEditorPane("text/plain","") fails for null context class loader
javax/swing/JEditorPane/6917744/bug6917744.java: JScrollPane Page Up/Down keys do not handle correctly html tables with different cells contents
javax/swing/JEditorPane/8158734/bug8158734.java: JEditorPane.createEditorKitForContentType throws NPE after 6882559
javax/swing/JEditorPane/bug4714674.java: Tests that JEditorPane opens HTTP connection asynchronously
javax/swing/JFileChooser/4524490/bug4524490.java: Tests if in JFileChooser, ALT+L does not bring focus to 'Files' selection list in Motif LAF
javax/swing/JFileChooser/4847375/bug4847375.java: JFileChooser Create New Folder button is disabled incorrectly
javax/swing/JFileChooser/6342301/bug6342301.java: Bad interaction between setting the ui and file filters in JFileChooser
javax/swing/JFileChooser/6396844/TwentyThousandTest.java: Tests memory leak for 20000 files
javax/swing/JFileChooser/6484091/bug6484091.java: FileSystemView leaks directory info
javax/swing/JFileChooser/6489130/bug6489130.java: FileChooserDemo hung by keeping pressing Enter key
javax/swing/JFileChooser/6520101/bug6520101.java: JFileChooser throws OOM in 1.4.2, 5.0u4 and 1.6.0
javax/swing/JFileChooser/6550546/bug6550546.java: Win LAF: JFileChooser -> Look in Drop down should not display any shortcuts created on desktop
javax/swing/JFileChooser/6570445/bug6570445.java: Checks if Win32ShellFolder2's COM-using methods work under a security manager
javax/swing/JFileChooser/6688203/bug6688203.java: Memory leak and performance problems in the method getFileSystemView of FileSystemView
javax/swing/JFileChooser/6713352/bug6713352.java: Deadlock in JFileChooser with synchronized custom FileSystemView
javax/swing/JFileChooser/6738668/bug6738668.java: JFileChooser cannot be created under SecurityManager
javax/swing/JFileChooser/6741890/bug6741890.java: Deadlock in Win32ShellFolderManager2
javax/swing/JFileChooser/6817933/Test6817933.java: Tests that HTMLEditorKit does not affect JFileChooser
javax/swing/JFileChooser/6840086/bug6840086.java: JFileChooser lacks icons on top right when running on Windows 7
javax/swing/JFileChooser/6868611/bug6868611.java: FileSystemView throws NullPointerException
javax/swing/JFileChooser/6945316/bug6945316.java: The Win32ShellFolderManager2.isFileSystemRoot can throw NPE
javax/swing/JFileChooser/7036025/bug7036025.java: java.security.AccessControlException when creating JFileChooser in signed applet
javax/swing/JFileChooser/7199708/bug7199708.java: FileChooser crashs when opening large folder
javax/swing/JFileChooser/8002077/bug8002077.java: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
javax/swing/JFileChooser/8013442/Test8013442.java: Tests that at least one file filter is selected
javax/swing/JFileChooser/8021253/bug8021253.java: JFileChooser does not react on pressing enter since java 7
javax/swing/JFileChooser/8046391/bug8046391.java: JFileChooser hangs if displayed in Windows L&F
javax/swing/JFileChooser/8062561/bug8062561.java: File system view returns null default directory
javax/swing/JFileChooser/8080628/bug8080628.java: No mnemonics on Open and Save buttons in JFileChooser.
javax/swing/JFormattedTextField/Test6462562.java: Tests text input into JFormattedTextField with an InternationalFormatter
javax/swing/JFrame/4962534/bug4962534.html: JFrame dances very badly
javax/swing/JFrame/8016356/bug8016356.java: Any swing frame resizes ugly.
javax/swing/JFrame/AlwaysOnTop/AlwaysOnTopImeTest.java: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
javax/swing/JFrame/HangNonVolatileBuffer/HangNonVolatileBuffer.java: Swing should not hang if non-volatile image is used as a backbuffer.
javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java: We should support NSTexturedBackgroundWindowMask style on OSX.
javax/swing/JInternalFrame/5066752/bug5066752.java: Transparent JDesktopPane impossible because isOpaque() returns true
javax/swing/JInternalFrame/6647340/bug6647340.java: Checks that iconified internal frame follows the main frame borders properly.
javax/swing/JInternalFrame/6725409/bug6725409.java: Checks that JInternalFrame's system menu can be localized during run-time
javax/swing/JInternalFrame/8020708/bug8020708.java: NLS: mnemonics missing in SwingSet2/JInternalFrame demo
javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java: JINTERNALFRAME NOT BEING FINALIZED AFTER CLOSING
javax/swing/JInternalFrame/Test6325652.java: Tests keyboard shortcuts
javax/swing/JInternalFrame/Test6505027.java: Tests focus problem inside internal frame
javax/swing/JInternalFrame/Test6802868.java: JInternalFrame is not maximized when maximized parent frame
javax/swing/JLabel/6501991/bug6501991.java: tests if ArrayIndexOutOfBoundsException is thrown on painting JLabel with i18n text in case JLabel has smaller width than needed.
javax/swing/JLabel/6596966/bug6596966.java: Some JFileChooser mnemonics do not work with sticky keys
javax/swing/JLabel/7004134/bug7004134.java: JLabel containing a ToolTipText does no longer show ToolTip after browser refresh
javax/swing/JLayer/6824395/bug6824395.java: Checks that JLayer inside JViewport works is correctly laid out
javax/swing/JLayer/6872503/bug6872503.java: Checks that JLayer correctly works with its AWTEventListener
javax/swing/JLayer/6875153/bug6875153.java: JLayer.isOptimizedDrawingEnabled() throws NPE for null glass pane set
javax/swing/JLayer/6875716/bug6875716.java: JLayer.remove((Component)null) should behave consistently in (not) throwing NPE
javax/swing/JLayer/6994419/bug6994419.java: JLayer.removeAll() behavior doesn't correspond to JLayer.remove() behavior.
javax/swing/JLayer/SerializationTest/SerializationTest.java: Makes sure that JLayer is synchronizable
javax/swing/JList/6462008/bug6462008.java: Tests that mouse/keyboard work properly on JList with lead < 0 or > list.getModel().getSize()
javax/swing/JList/6823603/bug6823603.java: Generics: JList
javax/swing/JMenu/4515762/bug4515762.java: Tests the ability to support duplicate mnemonics
javax/swing/JMenu/4692443/bug4692443.java: JMenu: MenuListener.menuSelected() event fired too late when using mnemonics
javax/swing/JMenu/8071705/bug8071705.java: Java application menu misbehaves when running multiple screen stacked vertically
javax/swing/JMenu/8072900/WrongSelectionOnMouseOver.java: Mouse events are captured by the wrong menu in OS X
javax/swing/JMenuBar/4750590/bug4750590.java: SwingSet: Cannot change Themes using menu accelerators
javax/swing/JMenuBar/MisplacedBorder/MisplacedBorder.java: JMenuBar has incorrect border when the window is on retina display.
javax/swing/JMenuItem/4171437/bug4171437.java:
javax/swing/JMenuItem/4654927/bug4654927.java: Clicking on Greyed Menuitems closes the Menubar Dropdown
javax/swing/JMenuItem/6209975/bug6209975.java: regression: JMenuItem icons overimposed on JMenuItem labels under Metal LAF
javax/swing/JMenuItem/6438430/bug6438430.java: Tests that submenu title doesn't overlap with submenu indicator in JPopupMenu
javax/swing/JMenuItem/6883341/bug6883341.java: Checks that menu items with no text don't throw an exception
javax/swing/JMenuItem/7036148/bug7036148.java: NullPointerException with null JMenu name
javax/swing/JMenuItem/ActionListenerCalledTwice/ActionListenerCalledTwiceTest.java: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
javax/swing/JOptionPane/6464022/bug6464022.java: Memory leak in JOptionPane.createDialog
javax/swing/JOptionPane/7138665/bug7138665.java: JOptionPane.getValue() unexpected change between JRE 1.6 and JRE 1.7
javax/swing/JPopupMenu/4458079/bug4458079.java: Tests calling removeAll() from PopupMenuListener
javax/swing/JPopupMenu/4966112/bug4966112.java: Some Composite components does not show the Context Popup.
javax/swing/JPopupMenu/6495920/bug6495920.java: Tests that if the JPopupMenu.setVisible method throws an exception, interaction with GNOME is not crippled
javax/swing/JPopupMenu/6675802/bug6675802.java: Checks that there is no AccessControlException when a heaviweight popup menu is shown from an applet.
javax/swing/JPopupMenu/6690791/bug6690791.java: Checks that there is no ClassCastException in MenuSelectionManager.processMouseEvent()
javax/swing/JPopupMenu/6691503/bug6691503.java: Checks that there is no opportunity for a malicious applet to show a popup menu which has whole screen size.
javax/swing/JPopupMenu/6694823/bug6694823.java: Checks that popup menu cannot be partially hidden by the task bar in applets.
javax/swing/JPopupMenu/6800513/bug6800513.java: GTK-LaF renders menus incompletely
javax/swing/JPopupMenu/6827786/bug6827786.java: Tests duplicate mnemonics
javax/swing/JPopupMenu/6987844/bug6987844.java: Incorrect width of JComboBox drop down
javax/swing/JPopupMenu/7154841/bug7154841.java: JPopupMenu is overlapped by a Dock on Mac OS X
javax/swing/JPopupMenu/7156657/bug7156657.java: Version 7 doesn't support translucent popup menus against a translucent window
javax/swing/JPopupMenu/Separator/6547087/bug6547087.java: tests if JPopupMenu.Separator.getPreferredSize() does not throw NLP before the UI is set
javax/swing/JProgressBar/7141573/bug7141573.java: JProgressBar resize exception, if setStringPainted in Windows LAF
javax/swing/JProgressBar/8161664/ProgressBarMemoryLeakTest.java: Memory leak in com.apple.laf.AquaProgressBarUI: removed progress bar still referenced
javax/swing/JRadioButton/8033699/bug8033699.java: Incorrect radio button behavior when pressing tab key
javax/swing/JRadioButton/8075609/bug8075609.java: IllegalArgumentException when transferring focus from JRadioButton using tab
javax/swing/JRootPane/4670486/bug4670486.java: Regression: Popup menu bindings doesn't work when a default button has been defined.
javax/swing/JScrollBar/4708809/bug4708809.java: JScrollBar functionality slightly different from native scrollbar
javax/swing/JScrollBar/4865918/bug4865918.java: REGRESSION:JCK1.4a-runtime api/javax_swing/interactive/JScrollBarTests.html#JScrollBar
javax/swing/JScrollBar/6542335/bug6542335.java: different behavior on knob of scroll bar between 1.4.2 and 5.0
javax/swing/JScrollBar/6924059/bug6924059.java: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
javax/swing/JScrollBar/7163696/Test7163696.java: Tests that JScrollBar scrolls to the left
javax/swing/JScrollBar/bug4202954/bug4202954.java:
javax/swing/JScrollPane/6559589/bug6559589.java: Memory leak in JScrollPane.updateUI()
javax/swing/JScrollPane/6612531/bug6612531.java: Checks that ScrollPaneLayout.preferredLayoutSize() doesn't throw NPE.
javax/swing/JScrollPane/HorizontalMouseWheelOnShiftPressed/HorizontalMouseWheelOnShiftPressed.java: No Horizontal Mouse Wheel Support In BasicScrollPaneUI
javax/swing/JScrollPane/Test6526631.java: Resizes right-oriented scroll pane
javax/swing/JSlider/4252173/bug4252173.java: Inability to reuse the HorizontalSliderThumbIcon
javax/swing/JSlider/6278700/bug6278700.java: JSlider created with BoundedRangeModel fires twice when changed
javax/swing/JSlider/6348946/bug6348946.java: Tests that JSlider's thumb moves in the right direction when it is used as a JTable cell editor.
javax/swing/JSlider/6579827/bug6579827.java: vista : JSlider on JColorchooser is not properly render or can't be seen completely
javax/swing/JSlider/6794831/bug6794831.java: Infinite loop while painting ticks on Slider with maximum=MAX_INT
javax/swing/JSlider/6794836/bug6794836.java: BasicSliderUI throws NullPointerExc when JSlider maximum is Integer.MAX_VALUE
javax/swing/JSlider/6848475/bug6848475.java: JSlider does not display the correct value of its BoundedRangeModel
javax/swing/JSlider/6918861/bug6918861.java: SynthSliderUI.uninstallDefaults() is not called when UI is uninstalled
javax/swing/JSlider/6923305/bug6923305.java: SynthSliderUI paints the slider track when the slider's "paintTrack" property is set to false
javax/swing/JSpinner/4973721/bug4973721.java: Up and Down Arrow key buttons are not working for the JSpinner in Synth LAF
javax/swing/JSpinner/5012888/bug5012888.java: REGRESSION: Click & hold on arrow of JSpinner only transfers focus
javax/swing/JSpinner/6463712/bug6463712.java: Events forwarded from previous model
javax/swing/JSpinner/6532833/bug6532833.java: PIT: Metal LAF - The right side border is not shown for the Spinner after the removing the buttons
javax/swing/JSplitPane/4201995/bug4201995.java: Tests that JSplitPane is opaque
javax/swing/JSplitPane/4816114/bug4816114.java: REGRESSION: Regression in divider location behavior when JSplitPane is resized
javax/swing/JSplitPane/4885629/bug4885629.java: With JSplitPane in VERTICAL_SPLIT, SplitPaneBorder draws bottom edge of divider
javax/swing/JTabbedPane/4361477/bug4361477.java: JTabbedPane throws ArrayOutOfBoundsException
javax/swing/JTabbedPane/4624207/bug4624207.java: JTabbedPane mnemonics don't work from outside the tabbed pane
javax/swing/JTabbedPane/6416920/bug6416920.java: Ensures that selected tab is painted properly in the scroll tab layout under WindowsLookAndFeel in Windows' "Windows XP" theme.
javax/swing/JTabbedPane/6495408/bug6495408.java: REGRESSION: JTabbedPane throws ArrayIndexOutOfBoundsException
javax/swing/JTabbedPane/6670274/bug6670274.java: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem)
javax/swing/JTabbedPane/7010561/bug7010561.java: Tab text position with Synth based LaF is different to Java 5/6
javax/swing/JTabbedPane/7024235/Test7024235.java: Tests JFrame.pack() with the JTabbedPane
javax/swing/JTabbedPane/7161568/bug7161568.java: Tests that navigating tabs in the JTAbbedPane does not throw NPE
javax/swing/JTabbedPane/7170310/bug7170310.java: Selected tab should be scrolled into view.
javax/swing/JTabbedPane/8007563/Test8007563.java: Tests JTabbedPane background
javax/swing/JTable/4220171/bug4220171.java: Tests
javax/swing/JTable/4235420/bug4235420.java: Tests that JTable delays creating Renderers and Editors
javax/swing/JTable/6263446/bug6263446.java: Tests that double-clicking to edit a cell doesn't select the content.
javax/swing/JTable/6735286/bug6735286.java: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
javax/swing/JTable/6768387/bug6768387.java: REGRESSION: JTable no longer serializable
javax/swing/JTable/6777378/bug6777378.java: NullPointerException in XPDefaultRenderer.paint()
javax/swing/JTable/6788484/bug6788484.java: NPE in DefaultTableCellHeaderRenderer.getColumnSortOrder() with null table
javax/swing/JTable/6913768/bug6913768.java: With default SynthLookAndFeel instance installed new JTable creation leads to throwing NPE
javax/swing/JTable/6937798/bug6937798.java: Nimbus: Issues with JTable grid
javax/swing/JTable/7027139/bug7027139.java: getFirstIndex() does not return the first index that has changed
javax/swing/JTable/7055065/bug7055065.java: NullPointerException when sorting JTable with empty cell
javax/swing/JTable/7068740/bug7068740.java: JTable wrapped in JLayer can't use PGUP/PGDOWN keys
javax/swing/JTable/7188612/JTableAccessibleGetLocationOnScreen.java: AccessibleTableHeader and AccessibleJTableCell should stick to AccessibleComponent.getLocationOnScreen api.
javax/swing/JTable/8005019/bug8005019.java: JTable passes row index instead of length when inserts selection interval
javax/swing/JTable/8031971/bug8031971.java: Use only public methods in the SwingLazyValue
javax/swing/JTable/8032874/bug8032874.java: Test whether ArrayIndexOutOfBoundsException is thrown or not, once selected row is removed from JTable with Sorter and Filter
javax/swing/JTable/Test6888156.java: Tests table column of class Icon.class with Synth LAF
javax/swing/JTableHeader/6884066/bug6884066.java: JTableHeader listens mouse in disabled state and doesn't work when not attached to a table
javax/swing/JTableHeader/6889007/bug6889007.java: No resize cursor during hovering mouse over JTable
javax/swing/JTextArea/4697612/bug4697612.java:
javax/swing/JTextArea/6925473/bug6925473.java: REGRESSION: JOptionPane in dialog is full-screen height
javax/swing/JTextArea/6940863/bug6940863.java: Textarea within scrollpane shows vertical scrollbar
javax/swing/JTextArea/7049024/bug7049024.java: DnD fails with JTextArea and JTextField
javax/swing/JTextArea/Test6593649.java: Word wrap does not work in JTextArea: long lines are not wrapped
javax/swing/JTextArea/TextViewOOM/TextViewOOM.java:
javax/swing/JTextField/8036819/bug8036819.java: JAB: mnemonics not read for textboxes
javax/swing/JToolBar/4247996/bug4247996.java: Test that rollover toolbar doesn't corrupt buttons
javax/swing/JToolTip/4846413/bug4846413.java: Checks if No tooltip modification when no KeyStroke modifier
javax/swing/JTree/4330357/bug4330357.java: Tests that real editor in JTree cleans up after editing was stopped
javax/swing/JTree/4908142/bug4908142.java: JList doesn't handle search function appropriately
javax/swing/JTree/4927934/bug4927934.java: JTree traversal is unlike Native windows tree traversal
javax/swing/JTree/6263446/bug6263446.java: Tests that double-clicking to edit a cell doesn't select the content.
javax/swing/JTree/6505523/bug6505523.java: NullPointerException in BasicTreeUI when a node is removed by expansion listener
javax/swing/JTree/8003400/Test8003400.java: Tests that JTree shows the last row
javax/swing/JTree/8003830/bug8003830.java: NullPointerException in BasicTreeUI.Actions when getPathBounds returns null
javax/swing/JTree/8004298/bug8004298.java: NPE in WindowsTreeUI.ensureRowsAreVisible
javax/swing/JTree/8013571/Test8013571.java: Tests null as a root of TreeModelEvent
javax/swing/JTree/8072676/TreeClipTest.java: Checks if the tree painter doesn't expand existing clip
javax/swing/JViewport/6953396/bug6953396.java: javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults() is not called when UI is uninstalled
javax/swing/JViewport/7107099/bug7107099.java: JScrollBar does not show up even if there are enough lebgth of textstring in textField
javax/swing/KeyboardManager/8013370/Test8013370.java: Ensure that key stroke is not null
javax/swing/LookAndFeel/6474153/bug6474153.java: LookAndFeel.makeKeyBindings(...) doesn't ignore last element in keyBindingList with odd size
javax/swing/MultiUIDefaults/4300666/bug4300666.java: Printing UIDefaults throws NoSuchElementExcept
javax/swing/MultiUIDefaults/4331767/bug4331767.java: Tests that custom implementation of UIDefaults.getUIError() is called when an UI error occurs
javax/swing/MultiUIDefaults/Test6860438.java: Tests various MultiUIDefaults methods
javax/swing/Popup/TaskbarPositionTest.java: Tests the location of the heavy weight popup portion of JComboBox, JMenu and JPopupMenu.
javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java: Tests opacity of a popup menu.
javax/swing/PopupFactory/8048506/bug8048506.java: Tests that popup with null-owner does not throw NPE
javax/swing/RepaintManager/6608456/bug6608456.java: tests if delegate RepaintManager gets invoked.
javax/swing/RepaintManager/7013453/bug7013453.java: BufferStrategyPaintManager.dispose will cause IllegalMonitorStateException in event thread
javax/swing/RepaintManager/DisplayListenerLeak/DisplayListenerLeak.java:
javax/swing/RepaintManager/IconifyTest/IconifyTest.java: Makes sure that RepaintManager doesn't attempt to repaint a frame when it is iconified.
javax/swing/Security/6657138/ComponentTest.java: Verifies that buttons and labels work well after the fix for 6657138
javax/swing/Security/6657138/bug6657138.java: Verifies that buttons and labels don't share their ui's across appContexts
javax/swing/Security/6938813/bug6938813.java: Swing mutable statics
javax/swing/SpringLayout/4726194/bug4726194.java: Tests for 4726194
javax/swing/SwingUtilities/4917669/bug4917669.java: 1.4 REGRESSION: MenuItem accelerator doesn't work if parent menu is in JDialog
javax/swing/SwingUtilities/6797139/bug6797139.java: tests that JButton's text is not incorrectly truncated
javax/swing/SwingUtilities/7088744/bug7088744.java: SwingUtilities.isMiddleMouseButton does not work with ALT/Meta keys
javax/swing/SwingUtilities/7146377/bug7146377.java: closed/javax/swing/DataTransfer/4876520/bug4876520.java failed since b08 in jdk 8
javax/swing/SwingUtilities/7170657/bug7170657.java:
javax/swing/SwingUtilities/8032219/DrawRect.java:
javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java: Shortening via " ...
javax/swing/SwingWorker/6432565/bug6432565.java: Tests if no ArrayStoreException is thrown
javax/swing/SwingWorker/6493680/bug6493680.java: Tests if notifications are received in expected order
javax/swing/SwingWorker/6880336/NestedWorkers.java: Test for nested SwingWorkers, i.e.
javax/swing/ToolTipManager/7123767/bug7123767.java: Wrong tooltip location in Multi-Monitor configurations
javax/swing/ToolTipManager/Test6256140.java: Esc key doesn't restore old value in JFormattedtextField when ToolTip is set
javax/swing/ToolTipManager/Test6657026.java: Tests shared ToolTipManager in different application contexts
javax/swing/UIDefaults/6622002/bug6622002.java: UIDefault.ProxyLazyValue has unsafe reflection usage
javax/swing/UIDefaults/6795356/SwingLazyValueTest.java: Checks that SwingLazyValue class correclty works
javax/swing/UIDefaults/6795356/TableTest.java: Checks that SwingLazyValue class correclty works
javax/swing/UIDefaults/6795356/bug6795356.java: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc
javax/swing/UIDefaults/7180976/Pending.java:
javax/swing/UIManager/Test6657026.java: Tests shared UIManager in different application contexts
javax/swing/UITest/UITest.java: Makes sure windows is only listed on Windows platform, and GTK is not on Windows and Mac.
javax/swing/border/Test4120351.java: Tests that the methods createEtchedBorder(int type) and createEtchedBorder(int type, Color highlight, Color shadows) are added
javax/swing/border/Test4124729.java: Test that constrtructor LineBorder(?,?,?) is public
javax/swing/border/Test4856008.java: Tests border insets
javax/swing/border/Test6461042.java: Tests that toString() doesn't cause StackOverflowException when a JComponent is its own border
javax/swing/border/Test6625450.java: Tests the baseline of the titled border
javax/swing/border/Test6978482.java: Tests unchecked casts
javax/swing/border/Test6981576.java: Tests that default border for the titled border is not null
javax/swing/border/Test7022041.java: This test check the behaviour of getTitleFont() and getTitleColor() methods of the TitledBorder class.
javax/swing/border/Test7034614.java: Tests that TitledBorder does not modify Insets
javax/swing/border/Test7149090.java: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP
javax/swing/dnd/7171812/bug7171812.java: [macosx] Views keep scrolling back to the drag position after DnD
javax/swing/plaf/aqua/CustomComboBoxFocusTest.java: Test verifies that combo box with custom editor renders focus ring around arrow button correctly.
javax/swing/plaf/basic/BasicComboBoxEditor/Test8015336.java: No NPE for BasicComboBoxEditor.setItem(null)
javax/swing/plaf/basic/BasicComboPopup/8154069/Bug8154069.java: Jaws reads wrong values from comboboxes when no element is selected
javax/swing/plaf/basic/BasicHTML/4251579/bug4251579.java: Tests if style sheets are working in JLabel
javax/swing/plaf/basic/BasicLabelUI/bug7172652.java: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java: shortcuts on menus do not work on JDS
javax/swing/plaf/basic/BasicScrollPaneUI/Test6632810.java: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
javax/swing/plaf/basic/BasicSplitPaneUI/Test6657026.java: Tests shared BasicSplitPaneUI in different application contexts
javax/swing/plaf/basic/BasicTabbedPaneUI/Test6943780.java: Tests JTabbedPane with SCROLL_TAB_LAYOUT
javax/swing/plaf/basic/BasicTreeUI/8023474/bug8023474.java: Tests that the first mouse press starts editing in JTree
javax/swing/plaf/basic/Test6984643.java: Unable to instantiate JFileChooser with a minimal BasicL&F descendant installed
javax/swing/plaf/gtk/crash/RenderBadPictureCrash.java: Switching to GTK L&F on-the-fly leads to X Window System error RenderBadPicture
javax/swing/plaf/metal/MetalBorders/Test6657026.java: Tests constancy of borders
javax/swing/plaf/metal/MetalBumps/Test6657026.java: Tests shared MetalBumps in different application contexts
javax/swing/plaf/metal/MetalInternalFrameUI/Test6657026.java: Tests shared MetalInternalFrameUI in different application contexts
javax/swing/plaf/metal/MetalLookAndFeel/5073047/bug5073047.java: Tests 5073407
javax/swing/plaf/metal/MetalLookAndFeel/Test8039750.java: Tests MetalLazyValue removing
javax/swing/plaf/metal/MetalSliderUI/Test6657026.java: Tests shared MetalSliderUI in different application contexts
javax/swing/plaf/nimbus/8041642/ScrollBarThumbVisibleTest.java: Scrollbar thumb disappears with Nimbus L&F
javax/swing/plaf/nimbus/8041642/bug8041642.java: Incorrect paint of JProgressBar in Nimbus LF
javax/swing/plaf/nimbus/8041725/bug8041725.java: JList selection colors are not UIResource instances in Nimbus L&F
javax/swing/plaf/nimbus/8057791/bug8057791.java: Selection in JList is drawn with wrong colors in Nimbus L&F
javax/swing/plaf/nimbus/ColorCustomizationTest.java: Tests variuos techniques of Nimbus color customization
javax/swing/plaf/nimbus/Test6741426.java: Tests reusing Nimbus borders across different components (JComboBox border set on a JTextField)
javax/swing/plaf/nimbus/Test6849805.java: Tests NimbusLookAndFeel.deriveColor()
javax/swing/plaf/nimbus/Test6919629.java: Tests that components with Nimbus.Overrides are GC'ed properly
javax/swing/plaf/nimbus/Test7048204.java: NPE from NimbusLookAndFeel.addDefault
javax/swing/plaf/synth/6771547/SynthTest.java: SynthParser throws StringIndexOutOfBoundsException parsing custom ColorTypes
javax/swing/plaf/synth/7032791/bug7032791.java: TableCellRenderer.getTableCellRendererComponent() doesn't accept null JTable with GTK+ L&F
javax/swing/plaf/synth/7143614/bug7143614.java: Issues with Synth Look&Feel
javax/swing/plaf/synth/7158712/bug7158712.java: Synth Property "ComboBox.popupInsets" is ignored
javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java: Tests PRESSED and MOUSE_OVER and FOCUSED state for buttons with Synth.
javax/swing/plaf/synth/SynthToolBarUI/6739756/bug6739756.java: JToolBar leaves space for non-visible items under Nimbus L&F
javax/swing/plaf/synth/Test6660049.java: Tests the Region initialization
javax/swing/plaf/synth/Test6933784.java: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon
javax/swing/plaf/synth/Test8015926.java: Tests that there are no NPE during painting
javax/swing/plaf/synth/Test8043627.java: Tests that SynthContext can be created with SecurityManager installed
javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java: Wrong alt processing during switching between windows
javax/swing/system/6799345/TestShutdown.java: Tests that no exceptions are thrown from TimerQueue and SwingWorker on AppContext shutdown
javax/swing/text/AbstractDocument/6968363/Test6968363.java: Ensures that a custom document may not extend AbstractDocument
javax/swing/text/AbstractDocument/8030118/Test8030118.java: Tests that AbstractDocument cannot be modified from another thread
javax/swing/text/CSSBorder/6796710/bug6796710.java: Html content in JEditorPane is overlapping on swing components while resizing the application.
javax/swing/text/DefaultCaret/6938583/bug6938583.java: Unexpected NullPointerException when use CodeIM demo on windows
javax/swing/text/DefaultCaret/7083457/bug7083457.java: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean)
javax/swing/text/DefaultEditorKit/4278839/bug4278839.java: Incorrect cursor movement between words at the end of line
javax/swing/text/DefaultHighlighter/6771184/bug6771184.java: Some methods in text package don't throw BadLocationException when expected
javax/swing/text/DefaultStyledDocument/6636983/bug6636983.java: test that composed text at the line starts is handled correctly
javax/swing/text/FlowView/LayoutTest.java:
javax/swing/text/JTextComponent/5074573/bug5074573.java: tests delte-next-word and delete-prev-word actions for all text compnents and all look&feels
javax/swing/text/LayoutQueue/Test6588003.java: LayoutQueue should not share its DefaultQueue across AppContexts
javax/swing/text/NavigationFilter/6735293/bug6735293.java: javax.swing.text.NavigationFilter.getNextVisualPositionFrom() not always throws BadLocationException
javax/swing/text/StyledEditorKit/4506788/bug4506788.java: Tests if cursor gets stuck after insertion a character
javax/swing/text/StyledEditorKit/8016833/bug8016833.java: underlines and strikethroughs should be painted at the correct positions for different kind of text styles: normal, superscript and subscript
javax/swing/text/Utilities/bug7045593.java: Possible Regression : JTextfield cursor placement behavior algorithm has changed
javax/swing/text/View/8014863/bug8014863.java: Tests the calculation of the line breaks when a text is inserted
javax/swing/text/View/8015853/bug8015853.java: Tests the rendering of a large HTML document
javax/swing/text/View/8048110/bug8048110.java: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
javax/swing/text/WrappedPlainView/6857057/bug6857057.java: test that the JCK GlyphView2021 test doesn't fail
javax/swing/text/html/7189299/bug7189299.java: Shared ButtonModel instance should deregister previous listeners.
javax/swing/text/html/8005391/bug8005391.java: Floating behavior of HTMLEditorKit parser
javax/swing/text/html/8034955/bug8034955.java: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
javax/swing/text/html/CSS/4530474/bug4530474.java: Tests if background-color CSS attribute in HTML font tag in class attribute
javax/swing/text/html/HRuleView/Test5062055.java: Tests parsing of incorrect HR attributes
javax/swing/text/html/HTMLDocument/8058120/bug8058120.java: Rendering / caret errors with HTMLDocument
javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java: Tests that HTMLEditorKit.setText() doesn't throw exceptions
javax/swing/text/html/HTMLEditorKit/5043626/bug5043626.java: Tests pressing Home or Ctrl+Home set cursor to invisible element <head>
javax/swing/text/html/Test4783068.java: Disabled components should render grayed-out HTML
javax/swing/text/html/parser/8074956/bug8074956.java: Tests correct handling of additional HTML elements in ContentModel
javax/swing/text/html/parser/Parser/6836089/bug6836089.java: Tests correct parsing of characters outside Base Multilingual Plane
javax/swing/text/html/parser/Parser/6990651/bug6990651.java: Regression: NPE when refreshing applet since 6u22-b01
javax/swing/text/html/parser/Parser/7003777/bug7003777.java: Nonexistent html entities not parsed properly.
javax/swing/text/html/parser/Parser/7011777/bug7011777.java: Tests correct parsing of a HTML comment inside 'script' tags
javax/swing/text/html/parser/Parser/7165725/bug7165725.java: Tests if HTML parser can handle successive script tags in a line and it does not call false text callback after script tags.
javax/swing/text/html/parser/Parser/8028616/bug8028616.java: Tests correct parsing of the text with leading slash (/)
javax/swing/text/html/parser/Parser/HtmlCommentTagParseTest/HtmlCommentTagParseTest.java: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
javax/swing/text/html/parser/Test8017492.java: Tests for OutOfMemoryError/NegativeArraySizeException
javax/swing/tree/DefaultTreeCellRenderer/7142955/bug7142955.java: DefaultTreeCellRenderer doesn't honor 'Tree.rendererFillBackground' LAF property
sun/awt/AppContext/8012933/Test8012933.java: Tests (although somewhat indirectly) that createNewAppContext() immediately followed by dispose() works correctly
sun/awt/AppContext/MultiThread/MultiThreadTest.java: Tests that AppContext.getAppContext() works correctly in multi-threads scenario.
sun/awt/datatransfer/DataFlavorComparatorTest.java: Clipboard.getAvailableDataFlavors: Comparison method violates contract
sun/awt/datatransfer/DataFlavorComparatorTest1.java: "Comparison method violates its general contract" when using Clipboard Ensure that DataTransferer.DataFlavorComparator conforms to Comparator contract
sun/awt/datatransfer/SuplementaryCharactersTransferTest.java: JTextField and JTextArea does not support supplementary characters
sun/awt/dnd/8024061/bug8024061.java: Checks that no exception is thrown if dragGestureRecognized takes a while to complete.
sun/awt/font/ClassLoaderLeakTest.java: Test verifes that LogManager shutdown hook does not cause an application classloader leaks.
sun/awt/image/DrawByteBinary.java: Test verifes that images with short palette are rendered withourt artifacts.
sun/awt/image/ImageRepresentation/LUTCompareTest.java: Test verifies that palette comparison procedure of ImageRepresentation class does not produce extra transparent pixels.
sun/awt/image/ImageWatched/AddNoLeak.java: Make sure that we don't leak image observers (or related objects)
sun/awt/image/ImagingLib/SamePackingTypeTest.java: Test verifies that medialib glue code does not throw an ImagingOpException for certain pairs of source and destination images.
sun/awt/image/bug8038000.java: Verifies that we could create different type of Rasters with height 1 and strideline which exceeds raster width.
sun/java2d/AcceleratedXORModeTest.java: Test verifies that accelerated pipelines correctly draws primitives in XOR mode.
sun/java2d/ClassCastExceptionForInvalidSurface.java:
sun/java2d/DirectX/AccelPaintsTest/AccelPaintsTest.java: Tests that various paints work correctly when preceeded by a textured operaiton.
sun/java2d/DirectX/AcceleratedScaleTest/AcceleratedScaleTest.java: Tests that the transform is correctly handled
sun/java2d/DirectX/DrawBitmaskToSurfaceTest.java: Test verifies that rendering of images with bitmap transparency to a D3D surface does not cause an ClassCastException.
sun/java2d/DirectX/IAEforEmptyFrameTest/IAEforEmptyFrameTest.java: Verifies that no exceptions are thrown when frame is resized to 0x0
sun/java2d/DirectX/InfiniteValidationLoopTest/InfiniteValidationLoopTest.java: Tests that we don't run into infinite validation loop when copying a VolatileImage to the screen
sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java: Tests that resizing a window to which a tight loop is rendering doesn't produce artifacts or crashes
sun/java2d/DirectX/OpaqueImageToSurfaceBlitTest/OpaqueImageToSurfaceBlitTest.java: Tests that the alpha in opaque images doesn't affect result of alpha compositing
sun/java2d/DirectX/OverriddenInsetsTest/OverriddenInsetsTest.java: Tests that components overriding getInsets paint correctly
sun/java2d/DirectX/RenderingToCachedGraphicsTest/RenderingToCachedGraphicsTest.java: Verifies that rendering to a cached onscreen Graphics works
sun/java2d/DirectX/StrikeDisposalCrashTest/StrikeDisposalCrashTest.java: tests that we don't crash during exit if font strikes were disposed during the lifetime of the application
sun/java2d/DirectX/SwingOnScreenScrollingTest/SwingOnScreenScrollingTest.java: Tests that scrolling after paint() is performed correctly.
sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java: Tests that transformed Paints are rendered correctly
sun/java2d/DrawCachedImageAndTransform.java: Verifies that we get no exception, when we draw with scale BufferedImage to VolatileImage via intermediate texture.
sun/java2d/DrawXORModeTest.java: Test verifies that drawing shapes with XOR composite does not trigger an InternalError in GDI surface data.
sun/java2d/GdiRendering/InsetClipping.java: verifies that drawImage behaves the bounds of a complex clip shape.
sun/java2d/OpenGL/CustomCompositeTest.java: Verifies that rendering with XOR composite, and arbitraty custom composite doesn not cause internal errors.
sun/java2d/OpenGL/DrawBufImgOp.java: Verifies that calling Graphics2D.drawImage(BufferedImage, BufferedImageOp, x, y) to an OpenGL-accelerated destination produces the same results when performed in software via BufferedImageOp.filter().
sun/java2d/OpenGL/DrawHugeImageTest.java: Test verifies that an attempt to get an accelerated copy of a huge buffered image does not result in an OOME.
sun/java2d/OpenGL/GradientPaints.java: Verifies that the OGL-accelerated codepaths for GradientPaint, LinearGradientPaint, and RadialGradientPaint produce results that are sufficiently close to those produced by the software codepaths.
sun/java2d/OpenGL/bug7181438.java: Verifies that we get correct alpha, when we draw opaque BufferedImage to non opaque VolatileImage via intermediate opaque texture.
sun/java2d/SunGraphics2D/DrawImageBilinear.java: Verifies that images transformed with bilinear filtering do not leave artifacts at the edges.
sun/java2d/SunGraphics2D/PolyVertTest.java: verify the pixelization of degenerate polylines and polygons
sun/java2d/SunGraphics2D/SimplePrimQuality.java: Verifies that the pixelization of simple primitives (drawLine, fillRect, drawRect, fill, draw) with the OGL pipeline enabled matches that produced by our software loops.
sun/java2d/SunGraphics2D/SourceClippingBlitTest/SourceClippingBlitTest.java: Tests that source is clipped correctly when blitting different types of images to the screen
sun/java2d/SunGraphicsEnvironment/TestSGEuseAlternateFontforJALocales.java: verify the existence of the method SunGraphicsEnvironment.useAlternateFontforJALocales
sun/java2d/X11SurfaceData/DrawImageBgTest/DrawImageBgTest.java: Verifies that drawImage with bg color works correctly for ICM image
sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/SharedMemoryPixmapsTest.sh: Verify that shared memory pixmaps are not broken by filling a VolatileImage with red color and copying it to the screen.
sun/java2d/XRenderBlitsTest.java: Test verifies that rendering standard images to screen does not caiuse a crash in case of XRender.
sun/java2d/cmm/ColorConvertOp/AlphaTest.java: Thest verifies that color conversion does not distort alpha channel in the destination image.
sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java: Verifies color conversion of Component Color Model based images
sun/java2d/cmm/ColorConvertOp/ColConvDCMTest.java: Verifies color conversion of Direct Color Model based images
sun/java2d/cmm/ColorConvertOp/ColCvtAlpha.java: Test color conversion for images with alpha
sun/java2d/cmm/ColorConvertOp/ColCvtIntARGB.java: Test color conversion for TYPE_INT_ARGB images
sun/java2d/cmm/ColorConvertOp/ColorConvertTest.java: Checking that color conversion with CMM doesn't crash or throw ProfileDataException
sun/java2d/cmm/ColorConvertOp/ColorSpaceCvtCrashTest/ColorSpaceCvtCrashTest.java: Tests that cmm code doesn't crash
sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.html: Checks that constructors do not accept nulls and throw NPE
sun/java2d/cmm/ColorConvertOp/GrayTest.java: Test verifies that color conversion does not distort colors in destination image of standard type.
sun/java2d/cmm/ColorConvertOp/InvalidRenderIntentTest.java: Test verifies that incorrect profile rendering intent does not cause an failure of color conversion op.
sun/java2d/cmm/ColorConvertOp/MTColConvTest.java: Verifies MT safety of color conversion of Component and Direct Color Model based images
sun/java2d/cmm/ColorConvertOp/MTSafetyTest.java: Verifies MT safety of color conversions
sun/java2d/cmm/ColorConvertOp/RGBColorConvertTest.java: Verifies that transform between the same ICC color spaces does not change pixels
sun/java2d/cmm/ProfileOp/DisposalCrashTest.java: Verifies that instances of color profiles are destroyed correctly.
sun/java2d/cmm/ProfileOp/MTReadProfileTest.java: Verifies MT safety of reading profiles of the standard color spaces
sun/java2d/cmm/ProfileOp/ReadProfileTest.java: Verifies reading profiles of the standard color spaces
sun/java2d/cmm/ProfileOp/ReadWriteProfileTest.java: Verifies reading and writing profiles and tags of the standard color spaces
sun/java2d/cmm/ProfileOp/SetDataTest.java: Test verifies that ICC_Profile.setData() conforms the spec.
sun/java2d/loops/Bug7049339.java: Copying images with a non-rectangular clip and a custom composite fails
sun/java2d/loops/RenderToCustomBufferTest.java: Test verifies whether a text is rendered correctly to a custom buffered image.
sun/java2d/pipe/InterpolationQualityTest.java: Tests each of the 3 possible methods for rendering an upscaled image via rendering hints for default, xrender and opengl pipelines.
sun/java2d/pipe/MutableColorTest/MutableColorTest.java: Tests that the pipelines can handle (in somewhat limited manner) mutable Colors
sun/java2d/pipe/RegionOps.java: This test verifies the operation (and performance) of the various CAG operations on the internal Region class.
sun/java2d/pipe/Test7027667.java: Verifies that aa clipped rectangles are drawn, not filled.
sun/java2d/pipe/Test8004821.java: Verifies that drawPolygon() works with empty arrays.
sun/java2d/pipe/hw/RSLAPITest/RSLAPITest.java: Tests that the resource sharing layer API is not broken
sun/java2d/pipe/hw/RSLContextInvalidationTest/RSLContextInvalidationTest.java: Tests that the color is reset properly after save/restore context
sun/java2d/pisces/Renderer/Test7019861.java: Verifies that the last scanline isn't skipped when doing antialiased rendering.
sun/java2d/pisces/Renderer/TestNPE.java: Verifies that no NullPointerException is thrown in Pisces Renderer under certain circumstances.
sun/java2d/pisces/Test7036754.java: Verifies that there are no non-finite numbers when stroking certain quadratic curves.
Report generated on Nov 20, 2018 9:18:36 PM
Using JT Harness 4.6; built on June 18, 2015 12:00:00 AM UTC with Java(TM) 2 SDK, Version 1.7.0_79