Harshitha Onkar
5e15415cb9
8344654: Some client tests still expect a SecurityManager after JEP486
...
Reviewed-by: prr, azvegint
2024-11-26 20:10:48 +00:00
Alisen Chung
16232578d9
8339524: Clean up a few ExtendedRobot tests
...
Reviewed-by: honkar, aivanov, prr
2024-11-25 22:32:59 +00:00
Damon Nguyen
6711e1327a
8344914: OOME in several tests since JDK-6672644 - JComboBox still scrolling
...
Reviewed-by: prr
2024-11-24 08:54:17 +00:00
Damon Nguyen
11147046aa
6672644: JComboBox still scrolling if switch to another window and return back
...
Reviewed-by: abhiscxk, psadhukhan
2024-11-22 19:29:41 +00:00
Prasanta Sadhukhan
e21d06f488
8344338: javax/swing/JTextArea/bug4265784.java fails on Ubuntu 24.04.1
...
Reviewed-by: achung, kizune
2024-11-22 03:07:26 +00:00
Alexey Ivanov
02ec8ca2d6
8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay
...
Reviewed-by: azvegint, abhiscxk, serb
2024-11-19 17:15:46 +00:00
Prasanta Sadhukhan
499186be0f
8343902: javax/swing/plaf/nimbus/8041642/bug8041642.java fails in ubuntu22.04
...
Reviewed-by: azvegint
2024-11-19 06:37:49 +00:00
Prasanta Sadhukhan
aa10ec7c96
8343123: Nimbus: javax/swing/JInternalFrame/bug6726866.java does not have green undecorated window
...
Reviewed-by: tr, dnguyen
2024-11-17 08:52:48 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Harshitha Onkar
02ea4b548e
8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir
...
8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir
Reviewed-by: erikj, serb
2024-10-30 21:53:12 +00:00
Alexey Ivanov
8174cbd5cb
8341978: Improve JButton/bug4490179.java
...
Use latch to synchronize actions in the test.
Verify mouseButton3Released does not trigger actionPerformed
while mouse button 1 is pressed.
Ensure mouse button 1 is released.
Verify releasing mouse button 1 triggers actionPerformed.
Reviewed-by: azvegint, achung, serb
2024-10-18 11:03:00 +00:00
Abhishek Kumar
fe98f86b57
8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog
...
Reviewed-by: honkar, prr
2024-10-14 04:45:24 +00:00
Abhishek Kumar
5c4f1ef746
8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser
...
Reviewed-by: aivanov, psadhukhan, tr
2024-10-14 04:45:12 +00:00
Abhishek Kumar
780de00922
8051591: Test javax/swing/JTabbedPane/8007563/Test8007563.java fails
...
Reviewed-by: honkar, dnguyen, psadhukhan
2024-10-10 05:57:39 +00:00
Manukumar V S
6bc3971f64
8341316: [macos] javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java fails sometimes in macos
...
Reviewed-by: prr
2024-10-03 19:36:06 +00:00
Jaikiran Pai
d9c67443f7
8340360: Update -mx to -Xmx in UnninstallUIMemoryLeaks test
...
Reviewed-by: serb, prr
2024-09-19 01:44:45 +00:00
Jaikiran Pai
6d4bd6c6b6
8339835: Replace usages of -mx and -ms in some client-libs tests
...
Reviewed-by: azvegint, prr
2024-09-12 02:06:09 +00:00
Manukumar V S
b8d560b6cd
8339233: Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id failed: Button renderings are different after window resize
...
Reviewed-by: honkar
2024-09-04 20:05:27 +00:00
Manukumar V S
3d49fb8a17
8338103: Stabilize and open source a Swing OGL ButtonResizeTest
...
Reviewed-by: abhiscxk, prr, tr
2024-08-28 17:54:43 +00:00
Tejesh R
8e88da05b9
8338041: Keyboard Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F
...
Reviewed-by: honkar, prr, abhiscxk
2024-08-28 04:43:10 +00:00
Abhishek Kumar
b8e8e965e5
8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F
...
Reviewed-by: aivanov, honkar, prr
2024-08-27 04:15:08 +00:00
Tejesh R
916f1aa04f
8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work
...
Reviewed-by: abhiscxk, dnguyen
2024-08-23 10:51:12 +00:00
Prasanta Sadhukhan
cafb3dc491
6318027: BasicScrollBarUI does not disable timer when enclosing frame is disabled.
...
Reviewed-by: abhiscxk, tr
2024-08-21 07:04:05 +00:00
Alexander Zvegintsev
12c553f128
8329471: Remove GTK2
...
Reviewed-by: abhiscxk, prr, ihse
2024-08-08 10:51:58 +00:00
Alisen Chung
fc652d2a58
8235404: [macos] JOptionPane blocks drawing string on another component
...
Reviewed-by: honkar, dnguyen
2024-08-06 21:10:06 +00:00
Abhishek Kumar
0c3720b421
8335131: Test "javax/swing/JColorChooser/Test6977726.java" failed on ubuntu x64 because "Preview" title is missing for GTK L&F
...
Reviewed-by: dnguyen, psadhukhan
2024-07-26 17:39:00 +00:00
Alexey Ivanov
374fca0fcb
8335967: "text-decoration: none" does not work with "A" HTML tags
...
Reviewed-by: abhiscxk, dmarkov, honkar, prr
2024-07-26 11:22:32 +00:00
Prasanta Sadhukhan
7ddd02599c
4265389: JSplitPane does not support ComponentOrientation
...
Reviewed-by: tr, abhiscxk
2024-07-22 13:19:30 +00:00
Abhishek Kumar
2fc7eb44a0
8155030: The Menu Mnemonics are always displayed for GTK LAF
...
Hides mnemonics on menus, buttons, and labels for GTK L&F.
Moved shared code for hiding mnemonics into
sun/swing/MnemonicHandler and AltProcessor to avoid code duplication.
Reviewed-by: prr, tr, achung, dnguyen, aivanov
2024-07-12 12:37:58 +00:00
Prasanta Sadhukhan
1772a929af
8334457: Test javax/swing/JTabbedPane/bug4666224.java fail on macOS with because pressing the ‘C’ key does not switch the layout to WRAP_TAB_LAYOUT
...
Reviewed-by: achung, abhiscxk, tr
2024-07-11 07:35:48 +00:00
Prasanta Sadhukhan
5fe07b36d9
5021949: JSplitPane setEnabled(false) shouldn't be partially functional
...
Reviewed-by: abhiscxk, achung, aivanov
2024-07-02 03:39:43 +00:00
Tejesh R
711e723819
6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser
...
8166352: FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality
Reviewed-by: achung, prr
2024-06-21 10:36:05 +00:00
Jayathirth D V
9ed8629e5d
8333801: Typos in @code references of BufferedImage and JTableHeader
...
Reviewed-by: abhiscxk, prr
2024-06-13 15:50:53 +00:00
Alisen Chung
b697b48a01
8315655: [macos] Right click and dragging over a component with a popup menu will open the popup
...
Reviewed-by: dnguyen, psadhukhan
2024-06-12 18:44:07 +00:00
Prasanta Sadhukhan
1c80ddb8ef
8333940: Ensure javax/swing/TestUngrab.java run on all platforms
...
Reviewed-by: tr
2024-06-12 05:32:06 +00:00
Prasanta Sadhukhan
1c514b34c0
8325435: [macos] Menu or JPopupMenu not closed when main window is resized
...
Reviewed-by: azvegint
2024-06-03 13:00:23 +00:00
Alexander Zvegintsev
286cc163fd
8327401: Some jtreg tests fail on Wayland without any tracking bug
...
8312111: open/test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails on ubuntu 23.04
Reviewed-by: prr
2024-05-30 06:44:04 +00:00
Alexey Ivanov
cd3e4c0366
8326734: text-decoration applied to <span> lost when mixed with <u> or <s>
...
8325620: HTMLReader uses ConvertAction instead of specified CharacterAction for <b>, <i>, <u>
Reviewed-by: honkar, prr
2024-05-24 16:30:30 +00:00
Prasanta Sadhukhan
9d332e6591
8307193
: Several Swing jtreg tests use class.forName on L&F classes
...
Reviewed-by: abhiscxk, prr
2024-05-23 04:23:04 +00:00
Abhishek Kumar
fb45bab8e1
8075917: The regression-swing case failed as the text on label is not painted red with the GTK L&F
...
8298153: Colored text is not shown on disabled checkbox and radio button with GTK LAF for bug4314194
Reviewed-by: tr, psadhukhan
2024-05-21 05:31:44 +00:00
Tejesh R
1547a69651
8327696: [TESTBUG] "javax/swing/JTable/KeyBoardNavigation/KeyBoardNavigation.java" test instruction needs to be corrected
...
Reviewed-by: abhiscxk, honkar
2024-05-10 11:26:12 +00:00
Abhishek Kumar
b9a142a224
8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox.
...
Reviewed-by: tr, honkar, psadhukhan
2024-05-10 04:45:01 +00:00
Alexey Ivanov
ffbdfffbc7
8331999: BasicDirectoryModel/LoaderThreadCount.java frequently fails on Windows in CI
...
Introduce tolerance factor: count > loaderCount.size() / 2
Fail the test only if the number of snapshots with more than
2 file loader threads is greater than half of the number
of valid snapshots.
Reviewed-by: prr, honkar
2024-05-09 18:01:27 +00:00
Prasanta Sadhukhan
7c1fad4fb6
8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and Start buttons are not placed correctly and Tab focus does not move as expected
...
Reviewed-by: abhiscxk, honkar, dnguyen
2024-05-03 05:11:52 +00:00
Alexey Ivanov
2a95cd473a
8331495: Limit BasicDirectoryModel/LoaderThreadCount.java to Windows only
...
Reviewed-by: prr
2024-05-01 16:38:25 +00:00
Alexey Ivanov
b2fb5ea13b
8331142: Add test for number of loader threads in BasicDirectoryModel
...
Reviewed-by: serb, tr
2024-05-01 11:53:28 +00:00
Tejesh R
21480a7ae8
8322135: Printing JTable in Windows L&F throws InternalError: HTHEME is null
...
Reviewed-by: abhiscxk, honkar, aivanov
2024-04-25 04:31:55 +00:00
Abhishek Kumar
eb60822a45
8310072: JComboBox/DisabledComboBoxFontTestAuto: Enabled and disabled ComboBox does not match in these LAFs: GTK+
...
Reviewed-by: dnguyen, jdv, tr, serb
2024-04-19 10:10:00 +00:00
Tejesh R
717a07b932
8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel
...
Reviewed-by: psadhukhan, abhiscxk
2024-04-12 10:21:31 +00:00
Alexey Ivanov
9731b1c8b0
8327137: Add test for ConcurrentModificationException in BasicDirectoryModel
...
Reviewed-by: serb, tr
2024-04-10 14:21:37 +00:00