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: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
Execution failed: `main' threw exception: GSSException: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt))
Execution failed: `main' threw exception: TestFailedException: TEST FAILED: Failed: no SecurityException obtaining loader
Execution failed: `main' threw exception: TestFailedException: TEST FAILED: able to set log without permission
Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
Execution failed: `main' threw exception: java.lang.Error
Execution failed: `main' threw exception: java.lang.Error: Reference is not collected
Execution failed: `main' threw exception: java.lang.Error: Some tests failed - see previous stacktraces
Execution failed: `main' threw exception: java.lang.Error: Test failed
Execution failed: `main' threw exception: java.lang.Error: failed to garbage collect object 99
Execution failed: `main' threw exception: java.lang.Error: failure: bug exists
Execution failed: `main' threw exception: java.lang.Error: found inaccessible method
Execution failed: `main' threw exception: java.lang.Error: test failure
Execution failed: `main' threw exception: java.lang.Error: unexpected editor is found
Execution failed: `main' threw exception: java.lang.Error: unexpected exception
Execution failed: `main' threw exception: java.lang.Exception: 6 failures
Execution failed: `main' threw exception: java.lang.Exception: Expected number of exceptions was 2 The actual number was 0
Execution failed: `main' threw exception: java.lang.Exception: FAIL: should be a VerifyError for CF version 50
Execution failed: `main' threw exception: java.lang.Exception: FAIL: should be a VerifyError for class B
Execution failed: `main' threw exception: java.lang.Exception: FileInputStream.open should not work on dirs
Execution failed: `main' threw exception: java.lang.Exception: Forgot to update java.class.version?
Execution failed: `main' threw exception: java.lang.Exception: Test failed
Execution failed: `main' threw exception: java.lang.Exception: Test failed - see log file for details
Execution failed: `main' threw exception: java.lang.Exception: Test incorrect: no GC MXBeans
Execution failed: `main' threw exception: java.lang.Exception: Test must be run with -ea
Execution failed: `main' threw exception: java.lang.Exception: Test was able to read user.name prior to refresh!
Execution failed: `main' threw exception: java.lang.Exception: Test with bootclass SecurityManager failed
Execution failed: `main' threw exception: java.lang.Exception: Test without SecurityManager failed
Execution failed: `main' threw exception: java.lang.ExceptionInInitializerError
Execution failed: `main' threw exception: java.lang.IllegalArgumentException
Execution failed: `main' threw exception: java.lang.IllegalArgumentException: Test FAILED! Got 1 error(s)
Execution failed: `main' threw exception: java.lang.IllegalArgumentException: VM option "PrintGCDetails" does not exist
Execution failed: `main' threw exception: java.lang.IllegalStateException: No match found
Execution failed: `main' threw exception: java.lang.IllegalStateException: Test FAILED: Unexpected Maximum Pool Size Overflow!
Execution failed: `main' threw exception: java.lang.IllegalStateException: test 1 failed
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/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/beans/EventHandler/Test6179222.java
: Tests complex property name
-
java/beans/EventHandler/Test6277266.java
: Tests access control issue in EventHandler
-
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/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/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: $Proxy0
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: AnnotationTest$Pair
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: AnnotationTypeDeadlockTest$AnnB
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: AnnotationTypeRuntimeAssumptionTest$AnnA_v1
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: AppleUser
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: Bar
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: BasicProvider
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: Boxing$Test
-
java/lang/reflect/Proxy/Boxing.java
: This test verifies that when a primitive boolean value is passed by a dynamic proxy class to an invocation handler, it is boxed as one of the canonical Boolean instances (Boolean.TRUE or Boolean.FALSE)
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: CharType$CharMethod
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: CheckPermission$Checks
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: ConstructorDescriptor
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: CounterMonitorDeadlockTest$TestMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: CounterMonitorInitThresholdTest$TestMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: CounterMonitorThresholdTest$TestMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: ExceptionDiagnosisTest$BlimMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: ExecutorTest$EmitterMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: ExpectedGenericString
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: ExpectedString
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: GaugeMonitorDeadlockTest$TestMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: GenericArrayTypeTest$TestMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: GenericTest$StupidMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: GenericTypeTest$GenTMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: JMXServerErrorTest$KaefferMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MBeanInfoFailTest$ThornyDevilMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MBeanServerInvocationHandlerExceptionTest$TestMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MXBeanBehavior$CompilationRefMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MXBeanRefTest$ModuleMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: Marker
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MerlinMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MethodDescriptor
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: MiscTest$Test11MBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: NotificationEmitterProxy$SimpleMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: NotificationSenderMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: OverloadTest$OverloadMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: PinClientSocketFactory$Factory
-
java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java
: When a remote stub contains a client socket factory and a remote invocation is made using that stub, the factory should not be held strongly reachable by the RMI implementation forever; in particular, after the stub has become unreachable and all connections to its endpoint have been closed, then the factory should become unreachable too (through the RMI implementation).
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: PostExceptionTest$ExceptionalWombatMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: PropertyNamesTest$PointMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: ProxyObjectMethodsTest$SimpleMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: Rat
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: RemoteInterface
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: SimpleStandardMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: SqeDescriptorKey
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: StringMonitorDeadlockTest$TestMBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: TabularDataOrderTest$TestMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: TestHelper$Test
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: TypeNameTest$TestMXBean
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: VerifyRemoteEquals$TestHome
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: WriteReplace
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: com/sun/proxy/$Proxy0
-
java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java
: Rapidly alternating the number of remote objects exported on an explicit port between zero and greater than zero (thus causing the associated server socket to be created and closed repeatedly) should not encounter substantial synchronous delays because of the server socket accept loop's failure throttling procedure (which sleeps 10 seconds after 10 rapid failures).
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: common.TestMe
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: sun/awt/X11/XToolkit
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment
Execution failed: `main' threw exception: java.lang.NoClassDefFoundError: sun/org/mozilla/javascript/ContextFactory
Execution failed: `main' threw exception: java.lang.NullPointerException
Execution failed: `main' threw exception: java.lang.RuntimeException: Allowed file to be too large.
Execution failed: `main' threw exception: java.lang.RuntimeException: Class initialization time illegal value: 0 ms (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Class loading time illegal value: 0 ms (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Current Peak = 0 Expected to be == previous peak = 0 + 8
Execution failed: `main' threw exception: java.lang.RuntimeException: Expected message not recieved
Execution failed: `main' threw exception: java.lang.RuntimeException: Failure.
Execution failed: `main' threw exception: java.lang.RuntimeException: Get IOException with message, Unable to create temporary file, tmpDir/prefix6224949197061092757 x, expect message, Unable to create temporary file
Execution failed: `main' threw exception: java.lang.RuntimeException: Inconsistent conversion
Execution failed: `main' threw exception: java.lang.RuntimeException: InetAddress.getLocalHost() test fails. localHost2 should be the real address instead of the loopback address.x86-csail-01/128.31.0.50
Execution failed: `main' threw exception: java.lang.RuntimeException: Initialized class count illegal value: 0 (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Internal thread count illegal value: 0 (MIN = 4; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Loaded class size illegal value: 0 bytes (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Method data size illegal value: 0 bytes (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: No GcInfo returned
Execution failed: `main' threw exception: java.lang.RuntimeException: No heap pool found with threshold != -1
Execution failed: `main' threw exception: java.lang.RuntimeException: Number of loaded classes is 4, but MBean.getLoadedClassCount() returned 0
Execution failed: `main' threw exception: java.lang.RuntimeException: Safepoint count illegal value: 0 (MIN = 5; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Safepoint sync time illegal value: 0 ms (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: SecurityException expected
Execution failed: `main' threw exception: java.lang.RuntimeException: SecurityException not thrown
Execution failed: `main' threw exception: java.lang.RuntimeException: SwingLazyValue doesn't work
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED.
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: Deadlock not detected.
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of heap pools = 0 but expected <= 3 and >= 3
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: java.lang.RuntimeException: proxy class defined in loader: null
-
java/io/ObjectInputStream/ResolveProxyClass.java
: ObjectInputStream's default implementation of its protected resolveProxyClass method is specified to pass the first non-null class loader up the execution stack to the Proxy.getProxyClass method when it creates the specified proxy class; this test makes sure that it does that in situations where it hadn't in the past, such as if the defining loaders of the interfaces were all strict ancestors of the first non-null loader up the stack.
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: set log without permission
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: successfully acquired restricted class class sun.misc.Ref
-
java/rmi/RMISecurityManager/checkPackageAccess/CheckPackageAccess.java
: When an instance of java.rmi.RMISecurityManager is set the VM's security manager, the same package access restrictions should be in effect as when the default java.lang.SecurityManager is set, which with the default "java.security" file in the JDK means that access to packages in the sun.* package hierarchy is denied (without explicit runtime permission "accessClassInPackage.*").
Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: unrefereced() not invoked after 50.0 seconds
-
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java
: The local garbage collector needs to inspect a client VM's heap often enough (even if the VM is idle) to detect unreachable live remote references, so that their server VMs can be informed that the client VM is no longer holding a reference; this facilitates the server VM invoking the remote object's unreferenced() method (if present), garbage collecting the remote object, and allowing the server VM to exit
Execution failed: `main' threw exception: java.lang.RuntimeException: Test 1 Failed
Execution failed: `main' threw exception: java.lang.RuntimeException: Test FAILED on iteration 17.
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: [com/sun/script/javascript/ExternalScriptable.class, com/sun/script/javascript/JSAdapter.class, com/sun/script/javascript/JavaAdapter.class, com/sun/script/javascript/RhinoClassShutter.class, com/sun/script/javascript/RhinoCompiledScript.class, com/sun/script/javascript/RhinoScriptEngine$1$1.class, com/sun/script/javascript/RhinoScriptEngine$1.class, com/sun/script/javascript/RhinoScriptEngine.class, com/sun/script/javascript/RhinoTopLevel.class, com/sun/script/javascript/RhinoWrapFactory$RhinoJavaObject.class, com/sun/script/javascript/RhinoWrapFactory.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: Total safepoint time illegal value: 0 ms (MIN = 1; MAX = 9223372036854775807)
Execution failed: `main' threw exception: java.lang.RuntimeException: Unexpected exception
Execution failed: `main' threw exception: java.lang.RuntimeException: Unexpected number of selected pools
Execution failed: `main' threw exception: java.lang.RuntimeException: did not catch security exception
Execution failed: `main' threw exception: java.lang.RuntimeException: inconsistent results
Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.NoClassDefFoundError: Marker
Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Should have got an exception, but did not.
Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
Execution failed: `main' threw exception: java.lang.RuntimeException: restricted packages are not consistent with java.security file
Execution failed: `main' threw exception: java.lang.RuntimeException: setLength succeeded on a file opened read-only
Execution failed: `main' threw exception: java.lang.RuntimeException: test 2.2 failed
Execution failed: `main' threw exception: java.lang.SecurityException: /tmp/hello (No such file or directory)
Execution failed: `main' threw exception: java.lang.SecurityException: Serial test failed
Execution failed: `main' threw exception: java.lang.SecurityException: overall test failed
Execution failed: `main' threw exception: java.lang.SecurityException: test failed - security check failed
Execution failed: `main' threw exception: java.lang.UnsatisfiedLinkError: copySwapMemory0
Execution failed: `main' threw exception: java.lang.UnsupportedOperationException: Monitoring of Synchronizer Usage is not supported.
Execution failed: `main' threw exception: java.lang.reflect.InvocationTargetException
Execution failed: `main' threw exception: java.net.ConnectException: NioSocketError
Execution failed: `main' threw exception: java.rmi.NoSuchObjectException: object not exported
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.PrivilegedActionException: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
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.management.RuntimeOperationsException: Exception occurred trying to invoke the getter on the MBean
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: exit code 1
Execution failed: exit code 11
Execution failed: exit code 139
Execution failed: exit code 2
Execution failed: exit code 20
Execution failed: exit code 3
Execution failed: exit code 4
Unexpected exit from test [exit code: 133]
Unexpected exit from test [exit code: 135]
Unexpected exit from test [exit code: 139]
-
com/sun/crypto/provider/Cipher/DES/PaddingTest.java
: PaddingTest
-
com/sun/jdi/AccessSpecifierTest.java
: Test fix for JDI: methods Accessible.is...() lie about array types
-
com/sun/jdi/AfterThreadDeathTest.java
: Creating a StepRequest on a nonexistant thread fails
-
com/sun/jdi/AllLineLocations.java
: Test ReferenceType.allLineLocations
-
com/sun/jdi/ArrayRangeTest.java
: Test access to ranges within ArrayReferences
-
com/sun/jdi/BacktraceFieldTest.java
: debuggee crashes when debugging under jbuilder
-
com/sun/jdi/BadHandshakeTest.java
: Check that a bad handshake doesn't cause a debuggee to abort
-
com/sun/jdi/BreakpointTest.java
: Setting breakpoint in jdb crashes Hotspot JVM
-
com/sun/jdi/ClassLoaderClassesTest.java
: Test ClassLoaderReference.visibleClasses() which is a direct pass-through of the JVMDI function GetClassLoaderClasses for inclusion of primitive arrays.
-
com/sun/jdi/ClassesByName.java
: ClassesByName verifies that all the classes in the loaded class list can be found with classesByName..
-
com/sun/jdi/ClassesByName2Test.java
: ClassesByName2 verifies that all the classes in the loaded class list can be found with classesByName..
-
com/sun/jdi/ConnectedVMs.java
: ConnectedVMs checks the method VirtualMachineManager.connectedVirtualMachines()
-
com/sun/jdi/ConstantPoolInfo.java
: Test ReferenceType.majorVersion(), minorVersion, constantPoolCount and ConstantPool apis.
-
com/sun/jdi/CountEvent.java
: disabling EventRequest expired with addCountFilter() throws InternalException.
-
com/sun/jdi/CountFilterTest.java
: Check correct processing of filters after a count filter
-
com/sun/jdi/DebuggerThreadTest.java
: Test for JDI: Internal JDI helper threads should setDaemon(true)
-
com/sun/jdi/DeleteAllBkptsTest.java
: Unable to finish a debugging in NetBeans IDE
-
com/sun/jdi/DeleteEventRequestsTest.java
: erm.deleteEventRequests(erm.breakpointRequests()) throws exception
-
com/sun/jdi/DoubleAgentTest.java
: Check that a double agent request fails
-
com/sun/jdi/EarlyReturnNegativeTest.java
: Unexpected ClassCastException in ThreadReference.forceEarlyReturn
-
com/sun/jdi/EarlyReturnTest.java
: Need a way to create JDI VoidValue for use in ThreadReference.forceEarlyReturn
-
com/sun/jdi/EnumTest.java
: JPDA: Add support for enums
-
com/sun/jdi/EventQueueDisconnectTest.java
: EventQueueDisconnectTest checks to see that VMDisconnectedException is never thrown before VMDisconnectEvent
-
com/sun/jdi/ExceptionEvents.java
: Test the requesting of exception events
-
com/sun/jdi/ExclusiveBind.java
: Test that more than one debuggee cannot bind to same port at the same time.
-
com/sun/jdi/ExpiredRequestDeletionTest.java
: Test the deletion of event requests that are expired by virtue of addCountFilter.
-
com/sun/jdi/FieldWatchpoints.java
: Test fix for: JDWP: WatchpointEvents outside of class filtered out
-
com/sun/jdi/FilterMatch.java
: addClassFilter("Foo") acts like "Foo*"
-
com/sun/jdi/FilterNoMatch.java
: addClassFilter("Foo") acts like "Foo*"
-
com/sun/jdi/FinalLocalsTest.java
: Test to verify that table entries are generated for all final locals when a class is built for debug, even if they could be inlined otherwise.
-
com/sun/jdi/FinalizerTest.java
: Test debugger operations in finalize() methods
-
com/sun/jdi/FramesTest.java
: Test ThreadReference.frames(int,int)
-
com/sun/jdi/GenericsTest.java
: JPDA: Add support for JSR-014 Generics
-
com/sun/jdi/GetLocalVariables2Test.java
: regression - bad LocalVariableTable attribute when no initialization needed
-
com/sun/jdi/GetUninitializedStringValue.java
: Test getting the value for an uninitialized String object
-
com/sun/jdi/HomeTest.java
: JDI spec/impl: default "home" for CommandLineLaunch isn't java.home
-
com/sun/jdi/InstanceFilter.java
: Verify that an instance filter on a MethodEntryRequest works properly.
-
com/sun/jdi/InstancesTest.java
: Add ReferenceType.getAllInstances () method to JDI.
-
com/sun/jdi/InterruptHangTest.java
: Debuggee is blocked, looks like running
-
com/sun/jdi/InvokeHangTest.java
: Backend hangs when invokeMethod is called from a JDI eventHandler
-
com/sun/jdi/InvokeTest.java
: Test argument types for invoke
-
com/sun/jdi/Java_gTest.java
: vmexec= debug java fails for SunCommandLineLauncher
-
com/sun/jdi/LaunchCommandLine.java
: Test launcher command line construction
-
com/sun/jdi/LineNumberInfo.java
: Test javac regressions in the generation of line number info
-
com/sun/jdi/LocalVariableEqual.java
: Test
-
com/sun/jdi/LocationTest.java
: Test that Method.location() returns the right values
-
com/sun/jdi/MethodEntryExitEvents.java
: Test the bug fix for: MethodExitEvents disappear when Object-Methods are called from main
-
com/sun/jdi/MethodExitReturnValuesTest.java
: JDWP, JDI: Add return value to Method Exit Event
-
com/sun/jdi/ModificationWatchpoints.java
: Test all info returned by modification watchpoints
-
com/sun/jdi/MonitorEventTest.java
: Simple basic test of jdi Monitor request and event.
-
com/sun/jdi/MonitorFrameInfo.java
: MonitorInfo objects aren't invalidated when the owning thread is resumed
-
com/sun/jdi/MultiBreakpointsTest.java
: Breakpoints on multiple threads have problems.
-
com/sun/jdi/NativeInstanceFilter.java
: Instance filter doesn't filter event if it occurs in native method
-
com/sun/jdi/NewInstanceTest.java
: Test newInstance() for arrays - currently covers only reference type arrays (see bug #4450091).
-
com/sun/jdi/NoLaunchOptionTest.java
: Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption
-
com/sun/jdi/NoLocInfoTest.java
: Test that method.allLineLocations() should throw AbsentInformationException exception
-
com/sun/jdi/NullThreadGroupNameTest.java
: Ensure that JDWP doesn't crash with a null thread group name
-
com/sun/jdi/OnThrowTest.java
: Test for -agentlib::[onthrow,launch]
-
com/sun/jdi/PopAndStepTest.java
: Hin says that doing a step over after a popframe acts like a resume.
-
com/sun/jdi/PopAsynchronousTest.java
: Test the popping of frames in an asynchronous context (that is, when suspended by the debugger at random points)
-
com/sun/jdi/PopSynchronousTest.java
: Test the popping of frames in synchronous context (that is, when stopped at an event)
-
com/sun/jdi/RedefineCrossEvent.java
: Test class redefinition at each event cross tested with other tests
-
com/sun/jdi/RedefineCrossStart.java
: Test class redefinition at start only (they use breakpoint or resumeTo()) cross tested with other tests
-
com/sun/jdi/ReferrersTest.java
: Add support for backtracking reference graph.
-
com/sun/jdi/RepStep.java
: RepStep detects missed step events due to lack of frame pop events (in back-end).
-
com/sun/jdi/RequestReflectionTest.java
: RequestReflectionTest checks to see that reflective accessors on EventRequests return what they are given.
-
com/sun/jdi/ResumeOneThreadTest.java
: Thread resume invalidates all stack frames, even from other threads
-
com/sun/jdi/RunToExit.java
: Test that with server=y, when VM runs to System.exit() no error happens
-
com/sun/jdi/SDENullTest.java
: vm.setDefaultStratum(null) causes a Null Ptr exception
-
com/sun/jdi/SimulResumerTest.java
: ThreadReference.ownedMonitors() can return null
-
com/sun/jdi/SourceNameFilterTest.java
: JDI add addSourceNameFilter to ClassPrepareRequest
-
com/sun/jdi/StepTest.java
: StepTest starts at a method named "go()" in the debuggee and repetitively steps
-
com/sun/jdi/SuspendThreadTest.java
: com.sun.jdi.InternalException: Inconsistent suspend policy in internal event handler
-
com/sun/jdi/TemplateTest.java
: <SUMMARY>
-
com/sun/jdi/ThreadGroupTest.java
: If JDI is initially started from a thread group that is subsequently destroyed this should not impact subsequent thread creation by the virtual machine manager.
-
com/sun/jdi/TwoThreadsTest.java
: JDI: Disabling an EventRequest can cause a multi-threaded debuggee to hang
-
com/sun/jdi/UTF8Test.java
: JDWP back end uses modified UTF-8
-
com/sun/jdi/UnpreparedByName.java
: UnpreparedByName verifies that unprepared classes won't be returned by classesByName.
-
com/sun/jdi/UnpreparedClasses.java
: UnpreparedClasses verifies that all the classes in the loaded class list are prepared classes.
-
com/sun/jdi/VMDeathLastTest.java
: Checks that no events are sent after VMDeath, and test vm.canBeModified
-
com/sun/jdi/VMDeathRequestTest.java
: VMDeathRequestTest checks to see that VMDisconnectedException is never thrown before VMDisconnectEvent
-
com/sun/jdi/VarargsTest.java
: JPDA: Add support for RFE 4856541 - varargs
-
com/sun/jdi/Vars.java
: Test Method.variables() and the like.
-
com/sun/jdi/connect/spi/DebugUsingCustomConnector.java
: Unit test for "Pluggable Connectors and Transports" feature
-
com/sun/jdi/oom/OomDebugTest.java
: JDWP: Memory Leak (global references not deleted after invokeMethod).
-
com/sun/jdi/redefine/RedefineTest.java
: Test class redefinition
-
com/sun/jdi/redefineMethod/RedefineTest.java
: Test class redefinition - method data line numbers and local vars,
-
com/sun/jdi/sde/FilterMangleTest.java
: JDI add addSourceNameFilter to ClassPrepareRequest
-
com/sun/jdi/sde/MangleStepTest.java
: Test Stepping in the new SourceDebugExtension facility
-
com/sun/jdi/sde/MangleTest.java
: Test the new SourceDebugExtension facility
-
com/sun/jdi/sde/SourceDebugExtensionTest.java
: Test the new SourceDebugExtension facility
-
com/sun/jdi/sde/TemperatureTableTest.java
: Test the new SourceDebugExtension facility
-
demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java
: Test jvmti demo compiledMethodLoad
-
demo/jvmti/gctest/Gctest.java
: Test jvmti demo gctest
-
demo/jvmti/heapTracker/HeapTrackerTest.java
: Test jvmti demo heapTracker
-
demo/jvmti/heapViewer/HeapViewerTest.java
: Test jvmti demo heapViewer
-
demo/jvmti/hprof/CpuOldTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/CpuSamplesTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/CpuTimesDefineClassTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/CpuTimesTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/HeapAllTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/HeapBinaryFormatTest.java
: Test jvmti hprof format=b
-
demo/jvmti/hprof/HeapDumpTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/HeapSitesTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/MonitorTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/OptionsTest.java
: Test jvmti hprof
-
demo/jvmti/hprof/StackMapTableTest.java
: Test jvmti hprof and java_crw_demo with StackMapTable attributes
-
demo/jvmti/minst/MinstTest.java
: Test jvmti demo minst
-
demo/jvmti/versionCheck/FailsWhenJvmtiVersionDiffers.java
: Test jvmti demo versionCheck
-
demo/jvmti/waiters/WaitersTest.java
: Test jvmti demo waiters
-
java/awt/TextArea/DisposeTest/TestDispose.java
: Editable TextArea blocks GUI application from exit.
-
java/awt/TextField/DisposeTest/TestDispose.java
: Editable TextField blocks GUI application from exit.
-
java/awt/font/TextLayout/TextLayoutBounds.java
: verify TextLayout.getBounds() return visual bounds
-
java/awt/image/ImagingOpsNoExceptionsTest/ImagingOpsNoExceptionsTest.java
: Tests that no exceptions are thrown when BufferedImageOp or RasterOps are used.
-
java/awt/image/LookupOp/SingleArrayTest.java
: Test verifies that byte lookup table with single lookup array does not cause medialib routine crsh.
-
java/awt/print/PageFormat/PageFormatFromAttributes.java
: Tests creating page format from attributes
-
java/awt/print/PrinterJob/GetMediasTest.java
: No exception should be thrown.
-
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/io/File/DeleteOnExit.java
: Basic test for deleteOnExit method
-
java/io/File/DeleteOnExitNPE.java
: DeleteOnExitHook.add() produces NullPointerException
-
java/lang/ProcessBuilder/Basic.java
: Basic tests for Process and Environment Variable code
-
java/lang/ProcessBuilder/SecurityManagerClinit.java
: Check that Process-related classes have the proper doPrivileged blocks, and can be initialized with an adversarial security manager.
-
java/lang/ProcessBuilder/Zombies.java
: Make sure zombies don't get created on Unix
-
java/lang/Runtime/exec/ArgWithSpaceAndFinalBackslash.java
: Ensure that a command argument that contains a space and a final backslash is handled correctly
-
java/lang/Runtime/exec/ConcurrentRead.java
: Test that Process input/out can be concurrently read/written
-
java/lang/Runtime/exec/Duped.java
: Lossage in dup2 if System.in is closed.
-
java/lang/Runtime/exec/ExecWithDir.java
: Ensure that we can fork-and-exec repeatedly when a new working directory is specified
-
java/lang/Runtime/exec/ExecWithInput.java
: Ensure that piped input always works with exec'd processes
-
java/lang/Runtime/exec/ExecWithLotsOfArgs.java
: 4033560 limited args of exec to 198 on Solaris
-
java/lang/Runtime/exec/ExitValue.java
: Check process exit code
-
java/lang/Runtime/exec/SleepyCat.java
: Various race conditions caused exec'ed processes to have extra unused file descriptors, which caused hard-to-reproduce hangs.
-
java/lang/Runtime/exec/Status.java
: Ensure that Process.waitFor returns the correct status code even for very short-running subprocesses
-
java/math/BigInteger/ModPowPowersof2.java
: Test biginteger modpow method
-
java/net/DatagramSocket/InheritHandle.java
: DatagramSocket should make handle not inherited
-
java/net/Socket/InheritHandle.java
: Windows IPv6 Socket implementation doesn't set the handle to not inherit
-
java/nio/channels/AsyncCloseAndInterrupt.java
: Comprehensive test of asynchronous closing and interruption
-
java/nio/channels/AsynchronousFileChannel/Lock.java
: Unit test for AsynchronousFileChannel#lock method
-
java/nio/channels/FileChannel/Lock.java
: The FileChannel file locking
-
java/rmi/activation/Activatable/checkActivateRef/CheckActivateRef.java
: allow non-public activatable class and/or constructor Main test class hasa non-public constructor to ensure functionality is in place
-
java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations.java
: rmid should annotate child process output
-
java/rmi/activation/Activatable/checkImplClassLoader/CheckImplClassLoader.java
: ActivationGroupImpl.newInstance does not set context classloader for impl
-
java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java
: activate fails if rmid is restarted
-
java/rmi/activation/Activatable/createPrivateActivable/CreatePrivateActivatable.java
: allow non-public activatable class and/or constructor
-
java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java
: The class loader used to load classes for parameter types sent in an RMI call to an activatable object should delegate to the class loader that loaded the class of the activatable object itself, to maximize the likelihood of type compatibility between downloaded parameter types and supertypes shared with the activatable object.
-
java/rmi/activation/Activatable/elucidateNoSuchMethod/ElucidateNoSuchMethod.java
: synopsis: NoSuchMethodError should be elucidated
-
java/rmi/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java
: synopsis: Activatable objects cannot be restarted.
-
java/rmi/activation/Activatable/inactiveGroup/InactiveGroup.java
: synopsis: rmid should not destroy group when it reports inactiveGroup
-
java/rmi/activation/Activatable/lookupActivationSystem/LookupActivationSystem.java
: synopsis: rmid's registry's list operation doesn't include activation system
-
java/rmi/activation/Activatable/nestedActivate/NestedActivate.java
: synopsis: Activating objects from an Activatable constructor causes deadlock
-
java/rmi/activation/Activatable/nonExistentActivatable/NonExistentActivatable.java
: synopsis: NoSuchObjectException not thrown for non-existent activatable objects
-
java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java
: synopsis: rmid should waitFor restartable objects that crash and restart them
-
java/rmi/activation/Activatable/restartLatecomer/RestartLatecomer.java
: rmid does not handle group restart for latecomer objects
-
java/rmi/activation/Activatable/restartService/RestartService.java
: synopsis: activator should restart daemon services
-
java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java
: Minor problem with the way ReliableLog handles IOExceptions.
-
java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java
: synopsis: activatable object fails to go inactive after unregister/inactive sequence.
-
java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java
: Need a specific subtype of RemoteException for activation failure
-
java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java
: ActivationGroup implementations cannot be downloaded by default; Creates a custom activation group without setting a security manager in activation group's descriptor
-
java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java
: synopsis: (spec) ActivationSystem.activeGroup spec should be relaxed (duplicate call to activeGroup with same instantiator and incarnation should not throw ActivationException; it should succeed)
-
java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java
: synopsis: need to modify registered ActivationDesc and ActivationGroupDesc
-
java/rmi/activation/ActivationSystem/stubClassesPermitted/StubClassesPermitted.java
: Some java apps need to have access to read "accessClassInPackage.sun.rmi.server"
-
java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup.java
: synopsis: ActivationSystem.unregisterGroup should unregister objects in group
-
java/rmi/activation/CommandEnvironment/SetChildEnv.java
: activation groups should be able to control their JVM properties
-
java/rmi/activation/checkusage/CheckUsage.java
: RMID's usage message is incomplete and inconsistent with other tools
-
java/rmi/registry/altSecurityManager/AltSecurityManager.java
: rmid and rmiregistry could allow alternate security manager
-
java/rmi/registry/checkusage/CheckUsage.java
: rmiregistry error message obsure; internationalize rmiregistry
-
java/rmi/registry/classPathCodebase/ClassPathCodebase.java
: When a class that can be found in the CLASSPATH of the rmiregistry tool is marshalled via RMI, it should be annotated with the value of the java.rmi.server.codebase property, not the list of "file:" URLs for the actual elements of the CLASSPATH.
-
java/rmi/registry/reexport/Reexport.java
: RMI registry creation is impossible if first attempt fails.
-
java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java
: synopsis: cannot use socket factories with Activatable objects
-
java/rmi/server/RMISocketFactory/useSocketFactory/registry/UseCustomSocketFactory.java
: synopsis: need to obtain remote references securely
-
java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java
: synopsis: need to download factories for use with custom socket types
-
java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/KeepAliveDuringCall.java
: In addition to keeping the VM alive (with a non-daeman thread) while there are remote objects exported, the RMI runtime should also keep it alive while there remain calls in progress (to remote objects the have presumably been unexported), so that a remote object can more conveniently implement a graceful remote shutdown method (that unexports the object).
-
java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java
: When the "java.rmi.dgc.leaseValue" system property is set to a value much lower than its default (10 minutes), then the server-side user-visible detection of DGC lease expiration-- in the form of Unreferenced.unreferenced() invocations and possibly even local garbage collection (including weak reference notification, finalization, etc.)-- may be delayed longer than expected
-
java/rmi/transport/checkFQDN/CheckFQDN.java
: Endpoint hostnames should always be fully qualified or should be an ip address
-
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java
: Distributed Garbage Collector Memory Leak
-
java/rmi/transport/dgcDeadLock/DGCDeadLock.java
: synopsis: Distributed Garbage Collection Deadlock
-
java/util/concurrent/locks/Lock/TimedAcquireLeak.java
: Repeated failed timed waits shouldn't leak memory
-
java/util/logging/LoggingDeadlock2.java
: deadlock occurs in LogManager initialization and JVM termination
-
java/util/prefs/RemoveReadOnlyNode.java
: check if wrong exception gets thrown if one of the child nodes is readonly on underlying filesystem when node is being removed.
-
javax/imageio/metadata/BooleanAttributes.java
: ensure that boolean attributes follow ( "TRUE" | "FALSE" ) including correct (i.e
-
javax/management/ImplementationVersion/ImplVersionTest.java
: Test that there is no difference between the JMX version and the JDK version when JMX is bundled into the Java platform and the application is run with a security manager and the test codebase has the java permission to read the "java.runtime.version" system property.
-
javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
: NPE IN RMIConnector.connect
-
javax/management/remote/mandatory/version/ImplVersionTest.java
: Test that RMIServer.getVersion() reflects the JDK version when JMX is bundled into the Java platform and the application is run with a security manager and the test codebase has the java permission to read the "java.runtime.version" system property.
-
javax/print/CheckDupFlavor.java
: There should be no duplicates returned by getSupportedDocFlavors.
-
javax/print/LookupServices.java
: No crash with HP OfficeJet 600 installed.
-
javax/print/PrintServiceLookup/GetPrintServices.java
: Test that print service returned without filter are of the same class as with name filter
-
javax/print/TestRaceCond.java
: There should be no RuntimeException.
-
javax/print/attribute/AttributeTest.java
: Tests conflict of Media values returned by isAttrValueSupported and getSupportedAttrValues
-
javax/print/attribute/Chroma.java
: Test for supported chromaticity values with null DocFlavor
-
javax/print/attribute/CollateAttr.java
: Verify no NPE testing service support of SheetCollate
-
javax/print/attribute/GetCopiesSupported.java
: No ClassCastException should occur.
-
javax/print/attribute/PSCopiesFlavorTest.java
: Copies isn't supported for PS flavors.
-
javax/print/attribute/SidesPageRangesTest.java
: No crash should occur.
-
javax/print/attribute/SupportedPrintableAreas.java
: Tests that get non-null return list of printable areas.
-
javax/print/attribute/autosense/PrintAutoSenseData.java
: Test for printing AUTOSENSE DocFlavor
-
javax/xml/ws/8033113/WsImportTest.java
: wsimport fails on WSDL:header parameter name customization
-
javax/xml/ws/8046817/GenerateEnumSchema.java
: schemagen fails to generate xsd for enum types
-
javax/xml/ws/clientjar/TestWsImport.java
: wsimport -clientjar does not create portable jar on windows due to hardcoded '\'
-
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/cmm/ColorConvertOp/AlphaTest.java
: Thest verifies that color conversion does not distort alpha channel in the destination image.
-
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/GrayTest.java
: Test verifies that color conversion does not distort colors in destination image of standard type.
-
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/misc/EscapePath.java
: Test loading of classes with # in the path
-
sun/misc/JarIndex/metaInfFilenames/Basic.java
: Verify the impact of sun.misc.JarIndex.metaInfFilenames on Service loaders
-
sun/rmi/rmic/RMIGenerator/RmicDefault.java
: rmic w/o -d should put class files in package directory
-
sun/rmi/runtime/Log/4504153/Test4504153.java
: RMI implementation should not log to two loggers where one is an ancestor of the other, to avoid unintended or duplicate logging
-
sun/rmi/runtime/Log/6409194/NoConsoleOutput.java
: There should be no console output caused by the RMI implementation's logging, except as explicitly configured in the logging properties file, if none of the legacy sun.rmi.*.logLevel system properties are set.
-
sun/rmi/transport/tcp/DeadCachedConnection.java
: unable to retry call if cached connection to server is used
-
sun/security/krb5/ccache/EmptyCC.java
: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
-
tools/jar/JarEntryTime.java
: Check extracted files have date as per those in the .jar file
-
tools/launcher/ChangeDataModel.java
: Verify -d32 and -d64 options are accepted(rejected) on all platforms
-
tools/launcher/MainClassAttributeTest.java
: Test negative scenarios for main class attribute
-
tools/launcher/MiscTests.java
: Miscellaneous tests, Exceptions
-
tools/launcher/RunpathTest.java
: Check for extended RPATHs on *nixes
-
tools/launcher/Settings.java
: tests -XshowSettings options
-
tools/launcher/Test7029048.java
: Checks for LD_LIBRARY_PATH on *nixes
-
tools/launcher/TestSpecialArgs.java
: Checks for MacOSX specific flags are accepted or rejected, and MacOSX platforms specific environment is consistent.
-
tools/launcher/ToolsOpts.java
: Test options patterns for javac,javah,javap and javadoc using javac as a test launcher
-
tools/launcher/UnicodeTest.java
: Verify that the J2RE can handle all legal Unicode characters in class names unless limited by the file system encoding or the encoding used for command line arguments.
-
tools/launcher/UnresolvedExceptions.java
: Verifying jvm won't segv if exception not available
-
tools/pack200/AttributeTests.java
: tests various classfile format and attribute handling by pack200
-
tools/pack200/CommandLineTests.java
: An ad hoc test to verify the behavior of pack200/unpack200 CLIs, and a simulation of pack/unpacking in the install repo.
-
tools/pack200/MemoryAllocatorTest.java
: Checks any memory overruns in archive length.
-
tools/pack200/Pack200Props.java
: verify default properties of the packer/unpacker and segment limit
-
tools/pack200/RepackTest.java
: tests repacking of an orphaned jarfile
-
tools/pack200/TimeStamp.java
: verify identical timestamps, unpacked in any timezone
Unexpected exit from test [exit code: 1]
-
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java
: com.sun.crypto.provider.SunJCE instance leak using KRB5 and LoginContext
-
java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java
: AwtList not garbage collected
-
java/lang/ProcessBuilder/CloseRace.java
: Closing ProcessPipeInputStream at the time the process exits is racy and leads to data corruption
-
java/lang/instrument/AddTransformerTest.java
: confirms that added transformers all really run
-
java/lang/instrument/AppendToBootstrapClassPathTest.java
: simple test for the Boot-Class-Path manifest attribute
-
java/lang/instrument/AppendToClassPathTest.java
: simple test for the Class-Path manifest attribute
-
java/lang/instrument/FromShutdownHook.java
: Check that Instrumentation methods can execute from a runtime shutdown hook
-
java/lang/instrument/GetAllLoadedClassesTest.java
: simple tests for getAllLoadedClasses (is Object there? does a newly loaded class show up?)
-
java/lang/instrument/GetInitiatedClassesTest.java
: simple tests for getInitiatedClasses (does a newly loaded class show up?)
-
java/lang/instrument/GetObjectSizeTest.java
: round-trip test for getObjectSize (does it return, and is the result non-zero?)
-
java/lang/instrument/IsModifiableClassAgent.java
: test isModifiableClass
-
java/lang/instrument/NativeMethodPrefixAgent.java
: test setNativeMethodPrefix
-
java/lang/instrument/NoTransformerAddedTest.java
: make sure no transformers run when none are registered
-
java/lang/instrument/NullGetObjectSizeTest.java
: make sure getObjectSize(null) throws NullPointerException.
-
java/lang/instrument/NullRedefineClassesTests.java
: make sure redefineClasses throws NullPointerException in the right places.
-
java/lang/instrument/NullTransformerAddTest.java
: make sure addTransformer(null) throws what it should
-
java/lang/instrument/NullTransformerRemoveTest.java
: make sure removeTransformer(null) throws NullPointerException
-
java/lang/instrument/PremainClass/InheritAgent0001.java
: test config (0,0,0,1): declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent0010.java
: test config (0,0,1,0): declared 2-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent0011.java
: test config (0,0,1,1): declared 2-arg and declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent0100.java
: test config (0,1,0,0): inherited 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent0101.java
: test config (0,1,0,1): inherited 1-arg and declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent0110.java
: test config (0,1,1,0): inherited 1-arg and declared 2-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent0111.java
: test config (0,1,1,1): inherited 1-arg, declared 2-arg and declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1000.java
: test config (1,0,0,0): inherited 2-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1001.java
: test config (1,0,0,1): inherited 2-arg, and declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1010.java
: test config (1,0,1,0): inherited 2-arg, and declared 2-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1011.java
: test config (1,0,1,1): inherited 2-arg, declared 2-arg and declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1100.java
: test config (1,1,0,0): inherited 2-arg and inherited 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1101.java
: test config (1,1,0,1): inherited 2-arg, inherited 1-arg, and declared 1-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1110.java
: test config (1,1,1,0): inherited 2-arg, inherited 1-arg, and declared 2-arg in agent class
-
java/lang/instrument/PremainClass/InheritAgent1111.java
: test config (1,1,1,1): inherited 2-arg, inherited 1-arg, declared 2-arg and declared 1-arg in agent class
-
java/lang/instrument/RedefineClassesDisabledTest.java
: test that redefineClasses and isRedefineClassesSupported behave correctly when redefine is not enabled
-
java/lang/instrument/RedefineClassesTests.java
: insure redefine is supported
-
java/lang/instrument/RemoveAbsentTransformerTest.java
: remove an transformer that was never added
-
java/lang/instrument/RemoveTransformerTest.java
: simple remove of a transformer that was added
-
java/lang/instrument/RetransformAgent.java
: test retransformClasses
-
java/lang/instrument/SingleTransformerTest.java
: simple test with one transformer (makes sure it gets called)
-
java/lang/instrument/TransformMethodTest.java
: test transformer add/remove pairs in sequence
-
java/lang/instrument/TransformerManagementThreadAddTests.java
: multi-thread test to exercise sync and contention for adds to transformer registry
-
java/lang/instrument/TransformerManagementThreadRemoveTests.java
: multi-thread test to exercise sync and contention for removes to transformer registry
-
java/nio/Buffer/Chew.java
: Ensure that direct memory can be unreserved as the reserving thread sleeps
-
java/nio/channels/Selector/TemporarySelector.java
: Timed read with socket adaptor throws ClosedSelectorException if temporary selector GC'ed.
-
java/security/ProtectionDomain/PreserveCombinerTest.java
: Make sure that JavaSecurityAccess.doIntersectionPrivilege() is not dropping the information about the domain combiner of the stack ACC
-
java/text/Bidi/Bug6665028.java
: verify that the memory corruption doesn't happen
-
java/util/concurrent/BlockingQueue/PollMemoryLeak.java
: Checks for OutOfMemoryError when an unbounded number of aborted timed waits occur without a signal.
-
java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java
: Check effectiveness of RemoveOnCancelPolicy
-
javax/imageio/plugins/png/ItxtUtf8Test.java
: Write and read a PNG file including an non-latin1 iTXt chunk Test also verifies that trunkated png images does not cause an OoutOfMemory error.
-
javax/management/remote/mandatory/passwordAuthenticator/RMIAltAuthTest.java
: Supplies an alternative JAAS configuration for authenticating RMI clients
-
javax/management/remote/mandatory/passwordAuthenticator/RMIPasswdAuthTest.java
: Tests the default JAAS configuration for authenticating RMI clients
-
javax/swing/JFileChooser/6520101/bug6520101.java
: JFileChooser throws OOM in 1.4.2, 5.0u4 and 1.6.0
-
sun/net/www/protocol/jar/B4957695.java
: URLJarFile.retrieve does not delete tmpFile on IOException
-
sun/security/jgss/GssMemoryIssues.java
: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
-
sun/security/krb5/ccache/CorruptedCC.java
: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
-
sun/security/tools/jarsigner/LargeJarEntry.java
: Make sure jar files with large entries (more than max heap size) can be signed
-
tools/pack200/UnpackerMemoryTest.java
: check for unpacker memory leaks
Report generated on May 27, 2017 4:35:38 AM
Using JT Harness unset; built on unknown with unset