JT Harness : Tests that failed
Tests are grouped by their final status message.
Compilation failed
Execution failed: Applet thread threw exception: java.lang.InternalError: Can't connect to X11 window server using ':99' as the value of the DISPLAY variable.
Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
Execution failed: `main' threw exception: java.lang.Error: unexpected exception
Execution failed: `main' threw exception: java.lang.Exception: Does not match
Execution failed: `main' threw exception: java.lang.Exception: Test failed - see log file for details
Execution failed: `main' threw exception: java.lang.ExceptionInInitializerError
Execution failed: `main' threw exception: java.lang.InternalError: Can't connect to X11 window server using ':99' as the value of the DISPLAY variable.
-
com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java
: The size returned by SecurityWarning.getSize() should not be zero
-
com/sun/awt/Translucency/WindowOpacity.java
: Tests the AWTUtilities.get/setWindowOpacity() methods
-
com/sun/java/swing/plaf/gtk/4928019/bug4928019.java
: Makes sure all the basic classes can be created with GTK.
-
com/sun/java/swing/plaf/gtk/Test6635110.java
: GTK icons should not throw NPE when called by non-GTK UI
-
com/sun/java/swing/plaf/gtk/Test6963870.java
: Tests that GTKPainter.ListTableFocusBorder.getBorderInsets() doesn't return null
-
com/sun/java/swing/plaf/windows/Test6824600.java
: OOM occurs when setLookAndFeel() is executed in Windows L&F(XP style)
-
demo/jvmti/mtrace/TraceJFrame.java
: Test jvmti demo mtrace
-
java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java
: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
-
java/awt/Component/NoUpdateUponShow/NoUpdateUponShow.java
: api/java_awt/Component/index.html#PaintUpdate fails randomly
-
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/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/ValidateRoot/InvalidateMustRespectValidateRoots.java
: invalidate() must stop when it encounters a validate root
-
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/HandleExceptionOnEDT/HandleExceptionOnEDT.java
: Tests that an exception on EDT is handled with ThreadGroup.uncaughtException()
-
java/awt/EventDispatchThread/PreserveDispathThread/PreserveDispatchThread.java
:
-
java/awt/EventQueue/MainAppContext/MainAppContext.java
: Tests 7122796
-
java/awt/EventQueue/PushPopDeadlock2/PushPopTest.java
:
-
java/awt/EventQueue/SecondaryLoopTest/SecondaryLoopTest.java
:
-
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/ClearGlobalFocusOwnerTest/ClearGlobalFocusOwnerTest.java
: Synopsis: clearGlobalFocusOwner() is not trigerring permanent FOCUS_LOST event
-
java/awt/Focus/CloseDialogActivateOwnerTest/CloseDialogActivateOwnerTest.java
: Tests that an owner is activated on closing its owned dialog with the warning icon.
-
java/awt/Focus/DialogTraversFocusBackTest/DialogTraversFocusBackTest.java
: Regression: focus disappears with shift+tab on dialogue having a focus component
-
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/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/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java
: KeyEvents dispatched to old focus owner that is no longer showing
-
java/awt/Focus/NPEInKFMOnButtonClickInDialogTest/NPEInKFMOnButtonClickInDialogTest.java
: Button does not get the focus on a mouse click, and NPE is thrown in KFM
-
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/RequestFocusToDisabledCompTest/RequestFocusToDisabledCompTest.java
: Tests that it's possible to manually request focus on a disabled component.
-
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/FontClass/BigMetrics.java
: Test no crashing getting metrics using large font.
-
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/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/Frame/7024749/bug7024749.java
: JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75
-
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/MaximizedToMaximized/MaximizedToMaximized.java
: Frame size reverts meaning of maximized attribute
-
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/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/FullScreenInsets/FullScreenInsets.java
: Full-screen windows should have the proper insets.
-
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/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/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/ScaledLCDTextMetrics.java
: Check advance of LCD text on a scaled graphics.
-
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/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/GraphicsConfiguration/NormalizingTransformTest/NormalizingTransformTest.java
: Tests that the result of Toolkit.getScreenResolution() is consistent with GraphicsConfiguration.getNormalizingTransform().
-
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/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/List/EmptyListEventTest/EmptyListEventTest.java
: List throws ArrayIndexOutOfBoundsException when pressing ENTER after removing all the items, Win32
-
java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java
: AwtList not garbage collected
-
java/awt/List/ScrollOutside/ScrollOut.java
: Regression : NullPointerException when scrolling horizontally on AWT List
-
java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java
: Test for Win32 NPE when MenuItem with null label added.
-
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/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/MixingInHwPanel.java
: Mixing should work inside heavyweight containers
-
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/setComponentZOrder.java
: Mixing code should correctly handle insertion of components with setComponentZOrder.
-
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/ResizingFrameTest.java
: Programmatically resized window does not receive mouse entered/exited events
-
java/awt/Mouse/MouseComboBoxTest/MouseComboBoxTest.java
: Tests JComboBox selection via the mouse
-
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/MouseInfo/JContainerMousePositionTest.java
: unit test for a new method in Container class: getMousePosition(boolean)
-
java/awt/Multiscreen/MultiScreenInsetsTest/MultiScreenInsetsTest.java
: Frame is not created on the specified GraphicsDevice with two monitors
-
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/Paint/ButtonRepaint.java
:
-
java/awt/Paint/CheckboxRepaint.java
:
-
java/awt/Paint/ExposeOnEDT.java
:
-
java/awt/Paint/LabelRepaint.java
:
-
java/awt/Paint/ListRepaint.java
:
-
java/awt/Paint/PgramUserBoundsTest.java
: Verifies that Paint objects receive the appropriate user space bounds in their createContext() method
-
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/bug8077409Test.java
: Drawing deviates when validate() is invoked on java.awt.ScrollPane
-
java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java
: Focus in non-editable TextArea is not shown on Linux.
-
java/awt/Toolkit/Headless/GetPrintJob/GetPrintJob.java
: Toolkit.getPrintJob() throws wrong exceptions
-
java/awt/Toolkit/RealSync/RealSyncOnEDT.java
: Tests if the realSync() throws the IllegalThreadException while invoked on the EDT
-
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/TrayIcon/CtorTest/CtorTest.java
: TrayIcon constructor throws NPE instead of documented IAE
-
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/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/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/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/WindowType/WindowType.java
: Test showing windows of different types
-
java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java
: JVM crash if the frame is disposed in DropTargetListener
-
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/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/DeadKey/DeadKeySystemAssertionDialog.java
: Awt assert on Hashtable.cpp:124
-
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/MouseWheelEvent/DisabledComponent/DisabledComponent.java
: MouseWheel event is getting triggered for the disabled Textarea in jdk7 b60 pit build.
-
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/LineBreakMeasurer/AllFontsLBM.java
: ArrayIndexOutOfBoundsException in LineBreakMeasurer
-
java/awt/font/LineBreakMeasurer/FRCTest.java
: static HashMap cache in LineBreakMeasurer can grow wihout bounds
-
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/StyledMetrics/BoldSpace.java
: Confirm that styling does not affect metrics of zero advance glyphs
-
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/KerningLeak.java
: Memory leak with kerning.
-
java/awt/font/TextLayout/TestHebrewMark.java
: verify TextLayout handles Hebrew marks correctly
-
java/awt/font/TextLayout/TestKerning.java
: Test Kerning is working.
-
java/awt/font/TextLayout/TestSinhalaChar.java
: verify lack of crash on U+0DDD.
-
java/awt/font/TextLayout/UnderlinePositionTest.java
: verify outline and stroking of underline match.
-
java/awt/font/Threads/FontThread.java
: verify thread interruption doesn't affect font file reading.
-
java/awt/geom/Path2D/FillPPathTest.java
: Verifies correct handling of unclosed segments
-
java/awt/im/6396526/IMLookAndFeel.java
: Verify below-the-spot IM in the swing L&F JFrame
-
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/image/BufferedImage/TinyScale.java
: Test tiny scales of BufferedImage
-
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/IncorrectBounds.java
: Temporary backbuffer in the DrawImage should not fill background outside of source image bounds.
-
java/awt/image/DrawImage/IncorrectOffset.java
: Temporary backbuffer in the DrawImage should have correct offset.
-
java/awt/image/ImageIconHang.java
: Checks that null filename argument is processed correctly
-
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/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java
: Container.paint/KeyboardFocusManager.clearMostRecentFocusOwner methods deadlock
-
java/awt/print/PrinterJob/PrintToDir.java
: Must throw exception when printing to an invalid filename - a dir.
-
java/beans/EventHandler/Test6179222.java
: Tests complex property name
-
java/beans/EventHandler/Test6788531.java
: Tests public method lookup problem in EventHandler
-
java/beans/PropertyChangeSupport/Test4682386.java
: Tests for PropertyChangeSupport refactoring
-
java/beans/PropertyChangeSupport/TestSynchronization.java
: Tests synchronization
-
java/beans/PropertyEditor/6380849/TestPropertyEditor.java
: Tests PropertyEditor finder
-
java/beans/PropertyEditor/TestFontClass.java
: Tests PropertyEditor for value of type Font with security manager
-
java/beans/PropertyEditor/TestFontClassJava.java
: Tests PropertyEditor for value of type Font
-
java/beans/PropertyEditor/TestFontClassNull.java
: Tests PropertyEditor for null value of type Font
-
java/beans/PropertyEditor/TestFontClassValue.java
: Tests PropertyEditor for value of type Font
-
java/beans/XMLDecoder/8028054/TestConstructorFinder.java
: Tests that cached constructors have synchronized access
-
java/beans/XMLDecoder/8028054/TestMethodFinder.java
: Tests that cached methods have synchronized access
-
java/beans/XMLEncoder/Test4631471.java
: Tests DefaultTreeModel encoding
-
java/beans/XMLEncoder/Test4652928.java
: Tests encoding of collections
-
java/beans/XMLEncoder/Test4822050.java
: Tests concurrent decoding
-
java/beans/XMLEncoder/Test4903007.java
: Tests encoding of container with boxes and BoxLayout
-
java/beans/XMLEncoder/Test6437265.java
: Tests encoding of container with BorderLayout
-
java/beans/XMLEncoder/Test6501431.java
: Tests encoding of JMenuItem with accelerator property
-
java/beans/XMLEncoder/Test6570354.java
: Tests listeners removing
-
java/beans/XMLEncoder/java_awt_BorderLayout.java
: Tests BorderLayout encoding
-
java/beans/XMLEncoder/java_awt_CardLayout.java
: Tests CardLayout encoding
-
java/beans/XMLEncoder/java_awt_GridBagLayout.java
: Tests GridBagLayout encoding
-
java/beans/XMLEncoder/javax_swing_BoxLayout.java
: Tests BoxLayout encoding
-
java/beans/XMLEncoder/javax_swing_DefaultCellEditor.java
: Tests DefaultCellEditor encoding
-
java/beans/XMLEncoder/javax_swing_JButton.java
: Tests JButton encoding
-
java/beans/XMLEncoder/javax_swing_JLayeredPane.java
: Tests JLayeredPane encoding
-
java/beans/XMLEncoder/javax_swing_JSplitPane.java
: Tests JSplitPane encoding
-
java/beans/XMLEncoder/javax_swing_JTree.java
: Tests JTree encoding
-
java/beans/XMLEncoder/javax_swing_OverlayLayout.java
: Tests OverlayLayout encoding
-
java/beans/XMLEncoder/javax_swing_border_TitledBorder.java
: Tests TitledBorder encoding
-
java/beans/XMLEncoder/javax_swing_plaf_BorderUIResource_TitledBorderUIResource.java
: Tests TitledBorderUIResource encoding
-
java/beans/XMLEncoder/sun_swing_PrintColorUIResource.java
: Tests PrintColorUIResource value encoding
-
java/util/ResourceBundle/Control/Bug6530694.java
: Checks that sun.util.CoreResourceBundleControl does not apply to the application provided Swing resources.
-
java/util/logging/TestGetLoggerNPE.java
: NPE with logging while launching webstart
-
javax/accessibility/6986385/bug6986385.java
: JLayer should implement accessible interface
-
javax/imageio/plugins/bmp/BMPSubsamplingTest.java
: Test verifies that the subsampling usage does not causes color changes.
-
javax/imageio/plugins/bmp/TopDownTest.java
: Test verifies that the isTopDown flag does not cause a writing of bmp image in wrong scanline layout.
-
javax/imageio/plugins/gif/EncodeSubImageTest.java
: Test verifes that Image I/O gif writer correctly handles buffered images based on translated reasters (typically produced by getSubImage() method).
-
javax/imageio/plugins/gif/GifTransparencyTest.java
: Test verifes that Image I/O gif writer correctly handles image what supports tranclucent transparency type but contains picture with opaque or bitmask transparecy (i.e
-
javax/imageio/plugins/jpeg/ConcurrentReadingTest.java
: Test verifies that concurrent usage of jpeg reader instance by number of threads does not cause crash in jpeg library.
-
javax/imageio/plugins/jpeg/ConcurrentWritingTest.java
: Test verifies that concurrent usage of jpeg writer instance by number of threads does not cause crash in jpeg library.
-
javax/imageio/plugins/jpeg/JpegWriterLeakTest.java
: Test verifies that jpeg writer instances are collected even if destroy() or reset() methods is not invoked.
-
javax/imageio/plugins/jpeg/ReadAsGrayTest.java
: Test verifies that Image I/O jpeg reader correctly handles destination types if number of color components in destination differs from number of color components in the jpeg image
-
javax/imageio/plugins/jpeg/ReadingInterruptionTest.java
: Test verifies that invocation of reset/abort/dispose methods from another thread does not cause crash in jpeg library.
-
javax/imageio/plugins/jpeg/WritingInterruptionTest.java
: Test verifies that invocation of reset/abort/dispose methods from another thread does not cause crash in jpeg library.
-
javax/imageio/plugins/png/ITXtTest.java
: Test verifies that ImageIO PNG plugin correcly handles the iTxt chunk (International textual data).
-
javax/imageio/plugins/png/ShortHistogramTest.java
: Test verifies that PNG image reader correctly handles hIST chunk if length of image palette in not power of two.
-
javax/imageio/plugins/shared/BitDepth.java
: Checks that the PNG and JPEG writers can handle various BufferedImage types
-
javax/swing/AbstractButton/6711682/bug6711682.java
: JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
-
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/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/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/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/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/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/JDialog/6639507/bug6639507.java
: Title of javax.swing.JDialog is null while spec says it's empty
-
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/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/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/6868611/bug6868611.java
: FileSystemView throws NullPointerException
-
javax/swing/JFileChooser/7036025/bug7036025.java
: java.security.AccessControlException when creating JFileChooser in signed applet
-
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/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/JMenuBar/4750590/bug4750590.java
: SwingSet: Cannot change Themes using menu accelerators
-
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/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/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/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/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/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/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/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/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/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/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/4624207/bug4624207.java
: JTabbedPane mnemonics don't work from outside the tabbed pane
-
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/JTable/4220171/bug4220171.java
: Tests
-
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/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/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/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/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/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/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/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/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/7170657/bug7170657.java
:
-
javax/swing/SwingWorker/6432565/bug6432565.java
: Tests if no ArrayStoreException is thrown
-
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/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/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/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/Test7034614.java
: Tests that TitledBorder does not modify Insets
-
javax/swing/plaf/basic/BasicHTML/4251579/bug4251579.java
: Tests if style sheets are working in JLabel
-
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/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/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/MetalSliderUI/Test6657026.java
: Tests shared MetalSliderUI in different application contexts
-
javax/swing/plaf/nimbus/8041725/bug8041725.java
: JList selection colors are not UIResource instances 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/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/7158712/bug7158712.java
: Synth Property "ComboBox.popupInsets" is ignored
-
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/windows/WindowsRootPaneUI/AltKeyProccessingNPETest/AltKeyProccessingNPETest.java
: Wrong alt processing during switching between windows
-
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/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/JTextComponent/5074573/bug5074573.java
: tests delte-next-word and delete-prev-word actions for all text compnents and all look&feels
-
javax/swing/text/NavigationFilter/6735293/bug6735293.java
: javax.swing.text.NavigationFilter.getNextVisualPositionFrom() not always throws BadLocationException
-
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/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/8008289/bug8008289.java
: Shared ButtonModel instance should deregister previous listeners.
-
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/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/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/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 (/)
-
sun/awt/AppContext/8012933/Test8012933.java
: Tests (although somewhat indirectly) that createNewAppContext() immediately followed by dispose() works correctly
-
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/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/ImagingLib/SamePackingTypeTest.java
: Test verifies that medialib glue code does not throw an ImagingOpException for certain pairs of source and destination images.
-
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/InfiniteValidationLoopTest/InfiniteValidationLoopTest.java
: Tests that we don't run into infinite validation loop when copying a VolatileImage to the screen
-
sun/java2d/DirectX/OpaqueImageToSurfaceBlitTest/OpaqueImageToSurfaceBlitTest.java
: Tests that the alpha in opaque images doesn't affect result of alpha compositing
-
sun/java2d/DirectX/RenderingToCachedGraphicsTest/RenderingToCachedGraphicsTest.java
: Verifies that rendering to a cached onscreen Graphics works
-
sun/java2d/DirectX/SwingOnScreenScrollingTest/SwingOnScreenScrollingTest.java
: Tests that scrolling after paint() is performed correctly
-
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/bug7181438.java
: Verifies that we get correct alpha, when we draw opaque BufferedImage to non opaque VolatileImage via intermediate opaque texture.
-
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/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/ColCvtIntARGB.java
: Test color conversion for TYPE_INT_ARGB images
-
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/MTSafetyTest.java
: Verifies MT safety of color conversions
-
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/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/pisces/DashStrokeTest.java
: verify that first element is a dash
-
sun/pisces/JoinMiterTest.java
: Pass if no RuntimeException.
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
Execution failed: `main' threw exception: java.lang.NullPointerException
Execution failed: `main' threw exception: java.lang.RuntimeException
Execution failed: `main' threw exception: java.lang.RuntimeException: Expected JavaScript version is 1.8
Execution failed: `main' threw exception: java.lang.RuntimeException: Expected message not recieved
Execution failed: `main' threw exception: java.lang.RuntimeException: FAILED: RPATH strings .*RPATH.*\$ORIGIN/../lib/i386:\$ORIGIN/../jre/lib/i386.* not found in /build/openjdk-7-0yU1_K/openjdk-7-7u131-2.6.9/build/openjdk.build/j2sdk-image/bin/java
Execution failed: `main' threw exception: java.lang.RuntimeException: Get IOException with message, Unable to create temporary file, tmpDir/prefix41691613256798055 x, expect message, Unable to create temporary file
Execution failed: `main' threw exception: java.lang.RuntimeException: Internal thread count illegal value: 3 (MIN = 4; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: No printer found. TEST ABORTED
Execution failed: `main' threw exception: java.lang.RuntimeException: Printer is required for this test. TEST ABORTED
Execution failed: `main' threw exception: java.lang.RuntimeException: Referenced object name should be java.lang:type=Compilation, is null
Execution failed: `main' threw exception: java.lang.RuntimeException: SwingLazyValue doesn't work
Execution failed: `main' threw exception: java.lang.RuntimeException: Test FAILED: second thread hasn't notified MainThread
Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed
Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed for the following classes: [sun/org/mozilla/javascript/xml/impl/xmlbeans/XML$XScriptAnnotation.class, sun/org/mozilla/javascript/xml/impl/xmlbeans/XML.class]
-
java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java
: test that all fields returned by getDeclaredFields() can be set accessible if the right permission is granted; this test loads all the classes in the BCL, get their declared fields, and call setAccessible(false) followed by setAccessible(true);
Execution failed: `main' threw exception: java.lang.RuntimeException: restricted packages are not consistent with java.security file
Execution failed: `main' threw exception: java.lang.reflect.InvocationTargetException
Execution failed: `main' threw exception: java.security.InvalidParameterException: Prime size should be 512 - 1024, or 2048
Execution failed: `main' threw exception: java.security.NoSuchAlgorithmException: EC KeyFactory not available
Execution failed: `main' threw exception: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available
Execution failed: `main' threw exception: java.security.NoSuchProviderException: Can't get SunEC provider
Execution failed: `main' threw exception: java.security.NoSuchProviderException: no such provider: SunEC
Execution failed: `main' threw exception: java.security.cert.CertPathValidatorException: java.net.SocketTimeoutException: Read timed out
Execution failed: `main' threw exception: java.security.cert.CertificateParsingException: java.io.IOException: Unknown named curve: 1.3.132.0.24
Execution failed: `main' threw exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Execution failed: `main' threw exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
Execution failed: `main' threw exception: javax.security.auth.login.LoginException: Receive timed out
Execution failed: exit code 1
Execution failed: exit code 11
Execution failed: exit code 2
Execution failed: exit code 3
Unexpected exit from test [exit code: 133]
Unexpected exit from test [exit code: 134]
Report generated on May 27, 2017 7:43:33 PM
Using JT Harness unset; built on unknown with unset