jdk-24/test/jdk/javax/swing
2021-02-08 14:32:07 +00:00
..
AbstractButton 8234149: Several regression tests do not dispose Frame at end 2019-12-02 11:58:14 +05:30
Action 8196089: javax/swing/Action/8133039/bug8133039.java fails 2020-11-03 03:16:36 +00:00
AncestorNotifier/7193219 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
border 8198339: Test javax/swing/border/Test6981576.java is unstable 2018-11-29 16:22:49 -08:00
Box 8253016: Box.Filler components should be unfocusable by default 2020-09-16 09:47:13 +00:00
ButtonGroup 8259237: Demo selection changes with left/right arrow key. No need to press space for selection. 2021-01-12 09:46:06 +00:00
ClientProperty/UIClientPropertyKeyTest 8196196: Headful tests should not be run in headless mode 2018-02-16 12:24:38 -08:00
DataTransfer 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DefaultButtonModel 8191678: [TESTBUG] Add keyword headful in java/awt and javax tests 2017-11-21 17:39:04 +01:00
dnd 8186549: move ExtendedRobot closer to tests 2018-11-13 07:11:50 -08:00
event 8194873: right ALT key hotkeys no longer work in Swing components 2018-06-25 12:50:25 +05:30
GraphicsConfigNotifier 8213535: Windows HiDPI html lightweight tooltips are truncated 2020-06-24 15:35:43 -07:00
GroupLayout 8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable 2018-11-10 09:52:59 -08:00
Headless 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InputVerifier/VerifyTarget 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JButton 8213123: javax/swing/JButton/4368790/bug4368790.java fails on mac 2020-04-27 10:37:30 +05:30
JCheckBox 8216358: [accessibility] [macos] The focus is invisible when tab to "Image Radio Buttons" and "Image CheckBoxes" 2021-02-05 22:27:41 +00:00
JColorChooser 8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test 2021-02-03 04:33:42 +00:00
JComboBox 8164484: Unity, JTable cell editor, javax/swing/JComboBox/6559152/bug6559152.java 2021-01-22 08:02:56 +00:00
JComponent 8259650: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" 2021-01-18 08:23:55 +00:00
JDesktopPane 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JDialog 8193544: Regression automated test '/open/test/jdk/javax/swing/JDialog/Transparency/TransparencyTest.java' fails 2019-11-25 11:20:14 +05:30
JEditorPane 8234149: Several regression tests do not dispose Frame at end 2019-12-02 11:58:14 +05:30
JFileChooser 8196302: javax/swing/JFileChooser/8041694/bug8041694.java 2020-11-01 15:46:07 +00:00
JFormattedTextField 8251166: Add automated testcases for changes done in JDK-8214112 2020-08-16 11:44:05 +05:30
JFrame 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails 2021-01-06 06:45:48 +00:00
JInternalFrame 8225045: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails on linux-x64 2021-01-13 07:00:37 +00:00
JLabel 8256019: JLabel HTML text does not support translucent text colors 2021-01-13 06:57:52 +00:00
JLayer 8234149: Several regression tests do not dispose Frame at end 2019-12-02 11:58:14 +05:30
JLightweightFrame 8236953: [macos] JavaFX SwingNode is not rendered on macOS 2020-01-15 13:17:46 -08:00
JList 7156347: javax/swing/JList/6462008/bug6462008.java fails 2020-10-22 06:45:03 +00:00
JMenu 4907798: MEMORY LEAK: javax.swing.plaf.basic.BasicPopupMenuUI$MenuKeyboardHelper 2020-11-11 11:43:47 +00:00
JMenuBar 8234149: Several regression tests do not dispose Frame at end 2019-12-02 11:58:14 +05:30
JMenuItem 8260035: Deproblemlist few problemlisted test 2021-01-21 08:27:39 +00:00
JOptionPane 8186549: move ExtendedRobot closer to tests 2018-11-13 07:11:50 -08:00
JPasswordField 8258373: Update the text handling in the JPasswordField 2020-12-18 06:26:16 +00:00
JPopupMenu 8202880: Test javax/swing/JPopupMenu/8075063/ContextMenuScrollTest.java fails 2021-01-18 07:20:12 +00:00
JProgressBar 8251254: Add automated test for fix done in JDK-8218472 2020-08-23 13:09:00 +05:30
JRadioButton 8221902: PIT: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails on ubuntu 2020-05-04 09:00:03 +05:30
JRootPane 4916923: In MetalRootPaneUI, MetalRootLayout does not correctly calculate minimumsize 2020-11-19 22:39:37 +00:00
JScrollBar 8234149: Several regression tests do not dispose Frame at end 2019-12-02 11:58:14 +05:30
JScrollPane 8210039: move OSInfo to top level testlibrary 2018-09-04 14:35:59 -07:00
JSlider 8256713: SwingSet2 : Slider leaves tracks in uiScale=2 2020-11-25 20:28:10 +00:00
JSpinner 8256376: The javax/swing/JSpinner/SerializationTest.java fails on headful windows 2020-11-16 23:14:58 +00:00
JSplitPane 8258924: javax/swing/JSplitPane/4201995/bug4201995.java fails in GTk L&F 2021-01-04 04:33:30 +00:00
JTabbedPane 8028281: [TEST_BUG] [macosx] javax/swing/JTabbedPane/7024235/Test7024235.java fails 2020-10-26 18:31:54 +00:00
JTable 8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F 2020-12-19 12:00:18 +00:00
JTableHeader 8196196: Headful tests should not be run in headless mode 2018-02-16 12:24:38 -08:00
JTextArea 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI) 2020-11-11 01:29:33 +00:00
JTextField 8176072: READING attributes are not available on TSF 2017-11-24 13:18:36 +05:30
JTextPane 8252825: Add automated test for fix done in JDK-8218479 2020-09-07 07:25:30 +00:00
JToolBar 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JToolTip 8251252: Add automated testcase for fix done in JDK-8214253 2020-08-23 13:18:47 +05:30
JTree 8260035: Deproblemlist few problemlisted test 2021-01-21 08:27:39 +00:00
JViewport 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JWindow/ShapedAndTranslucentWindows 8225511: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java fails in linux-x64 2019-06-11 11:01:22 +05:30
KeyboardManager/8013370 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LookAndFeel 8247753: UIManager.getSytemLookAndFeelClassName() returns wrong value on Fedora 32 2020-08-09 14:30:02 +05:30
MultiUIDefaults 7105119: [TEST_BUG] [macosx] In test UIDefaults.toString() must be called with the invokeLater() 2020-04-07 21:56:04 -07:00
plaf 8260035: Deproblemlist few problemlisted test 2021-01-21 08:27:39 +00:00
Popup 8198333: ProblemList should be updated for headless mode 2018-02-21 12:49:00 -08:00
PopupFactory 8213535: Windows HiDPI html lightweight tooltips are truncated 2020-06-24 15:35:43 -07:00
ProgressMonitor 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
regtesthelpers 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
reliability 8186549: move ExtendedRobot closer to tests 2018-11-13 07:11:50 -08:00
RepaintManager 8221903: PIT: javax/swing/RepaintManager/IconifyTest/IconifyTest.java fails on ubuntu18.04 2019-12-04 16:28:48 +05:30
Security 8196196: Headful tests should not be run in headless mode 2018-02-16 12:24:38 -08:00
SpringLayout/4726194 8015602: [macosx] Test javax/swing/SpringLayout/4726194/bug4726194.java fails on MacOSX 2020-10-27 20:23:32 +00:00
SwingContainer/SwingContainerIsForContainerOnly 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SwingUtilities 8214702: Wrong text position for whitespaced string in printing Swing text 2019-05-21 14:41:43 +05:30
SwingWorker 6608234: SwingWorker.get throws CancellationException 2018-06-09 13:33:35 -07:00
system/6799345 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
text 8231286: HTML font size too large with high-DPI scaling and W3C_LENGTH_UNITS 2021-02-08 14:32:07 +00:00
ToolTipManager 8233560: [TESTBUG] ToolTipManager/Test6256140.java is failing on macos 2020-10-29 02:37:09 +00:00
tree/DefaultTreeCellRenderer/7142955 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UI/UnninstallUIMemoryLeaks 8240709: Enable javax/swing/UI/UnninstallUIMemoryLeaks/UnninstallUIMemoryLeaks.java on all L&F 2020-10-22 03:43:45 +00:00
UIDefaults 8241228: Test jdk/javax/swing/UIDefaults/8146330/UIDefaultKeySizeTest.java is failing 2020-04-13 17:42:05 +05:30
UIManager 8153532: Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description 2018-04-16 15:22:56 +05:30
UITest 8210039: move OSInfo to top level testlibrary 2018-09-04 14:35:59 -07:00
undo/UndoManager 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SwingTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TEST.properties 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00