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
Kevin Walls
2a2964759c
8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
...
Reviewed-by: cjplummer, dholmes
2024-07-09 08:25:00 +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
Anthony Scarpino
4ffc5e6077
8326705: Test CertMsgCheck.java fails to find alert certificate_required
...
Reviewed-by: ssahoo, rhalade
2024-06-26 13:58:22 +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
Kevin Walls
bcf4bb4882
8333344: JMX attaching of Subject does not work when security manager not allowed
...
Reviewed-by: weijun, dfuchs
2024-06-19 16:35:20 +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
SendaoYan
d130d2f4f4
8333477: Delete extra empty spaces in Makefiles
...
Reviewed-by: erikj, chagedorn, liach, jwaters
2024-06-07 13:36:05 +00:00
Alexander Scherbatiy
c7d2a5c1c4
8314070: javax.print: Support IPP output-bin attribute extension
...
Reviewed-by: psadhukhan, prr
2024-06-04 03:12:40 +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
Sean Coffey
0eff492e41
8330278: Have SSLSocketTemplate.doClientSide use loopback address
...
Reviewed-by: ssahoo, rhalade
2024-05-08 09:30:23 +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
Jan Trukenmüller
62d5d1e99c
8319598: SMFParser misinterprets interrupted running status
...
Reviewed-by: prr, serb
2024-05-01 16:45:42 +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
Kevin Walls
58911ccc2c
8188784: javax/management/notification/BroadcasterSupportDeadlockTest.java - TEST FAILED: deadlock
...
Reviewed-by: cjplummer, lmesnik
2024-04-16 10:20:50 +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
Mahendra Chhipa
2e3682a7f2
8319678: Several tests from corelibs areas ignore VM flags
...
Reviewed-by: naoto, jpai
2024-04-11 13:51:07 +00:00
Alexey Ivanov
9731b1c8b0
8327137: Add test for ConcurrentModificationException in BasicDirectoryModel
...
Reviewed-by: serb, tr
2024-04-10 14:21:37 +00:00
Alexey Ivanov
2fcb816858
8305072: Win32ShellFolder2.compareTo is inconsistent
...
Reviewed-by: prr, serb
2024-04-09 13:19:41 +00:00
Kevin Walls
6382a1290f
8326666: Remove the Java Management Extension (JMX) Subject Delegation feature
...
Reviewed-by: mchung, dfuchs
2024-04-04 16:54:11 +00:00
Alisen Chung
021ed6aea9
8328648: Remove applet usage from JFileChooser tests bug4150029
...
Reviewed-by: dnguyen, abhiscxk, honkar
2024-04-02 23:36:05 +00:00
Jaikiran Pai
a85c8493ae
8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use
...
Reviewed-by: dcubed
2024-04-02 01:14:35 +00:00
Alisen Chung
1e76e1fdfa
8328403: Remove applet usage from JColorChooser tests Test6977726
...
Reviewed-by: tr, honkar
2024-04-01 06:22:11 +00:00
Raphael Jolly
245514da51
8328953: JEditorPane.read throws ChangedCharSetException
...
Reviewed-by: tr, aivanov
2024-03-29 10:07:14 +00:00
Alisen Chung
e3588bba04
8328819: Remove applet usage from JFileChooser tests bug6698013
...
Reviewed-by: honkar, tr, dnguyen
2024-03-27 19:19:51 +00:00
Alisen Chung
cc5b9c63cb
8328227: Remove applet usage from JColorChooser tests Test4887836
...
Reviewed-by: honkar, prr
2024-03-27 19:18:52 +00:00
Alexander Zuev
7560dbb925
8316324: Opensource five miscellaneous Swing tests
...
Reviewed-by: prr
2024-03-26 01:02:20 +00:00
Alisen Chung
78d1b90468
8328380: Remove applet usage from JColorChooser tests Test6348456
...
Reviewed-by: honkar
2024-03-25 17:02:48 +00:00
Damon Nguyen
a1fbbffb5e
8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main
...
Reviewed-by: honkar, tr
2024-03-25 16:00:14 +00:00
Abhishek Kumar
528efe206d
8328484: Convert and Opensource few JFileChooser applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-22 11:10:33 +00:00
Prasanta Sadhukhan
cd534f8197
8328673: Convert closed text/html/CSS manual applet test to main
...
Reviewed-by: abhiscxk, aivanov
2024-03-22 10:25:13 +00:00
Abhishek Kumar
38e3cda442
8328670: Automate and open source few closed manual applet test
...
Reviewed-by: psadhukhan, tr
2024-03-22 09:46:08 +00:00
Prasadrao Koppula
d44aaa37f9
8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
...
Reviewed-by: djelinski, coffeys, jjiang, ascarpino
2024-03-22 07:02:37 +00:00
Abhishek Kumar
256d48b196
8327980: Convert javax/swing/JToggleButton/4128979/bug4128979.java applet test to main
...
Reviewed-by: honkar, tr
2024-03-22 03:40:33 +00:00
Tejesh R
177b8a241c
8327840: Automate javax/swing/border/Test4129681.java
...
Reviewed-by: abhiscxk, prr
2024-03-22 03:21:35 +00:00
Phil Race
fa823bd21c
8328540: test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
...
Reviewed-by: abhiscxk, psadhukhan
2024-03-21 17:48:23 +00:00
Damon Nguyen
ef2bd57213
8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main
...
Reviewed-by: abhiscxk, psadhukhan, aivanov
2024-03-21 16:12:47 +00:00
Prasanta Sadhukhan
725d87bbc2
8328570: Convert closed JViewport manual applet tests to main
...
Reviewed-by: abhiscxk, kizune
2024-03-21 14:46:20 +00:00
Prasanta Sadhukhan
68170ae222
8328238: Convert few closed manual applet tests to main
...
Reviewed-by: tr, aivanov, prr
2024-03-21 11:25:27 +00:00
Abhishek Kumar
65d9f119c4
8328328: Convert javax/swing/JTabbedPane/4666224/bug4666224.java applet test to main
...
Reviewed-by: honkar, tr
2024-03-21 07:30:48 +00:00
Tejesh R
481473efce
8328035: Convert javax/swing/text/html/TableView/7030332/bug7030332.java applet test to main
...
Reviewed-by: abhiscxk, prr
2024-03-21 05:27:10 +00:00
Weijun Wang
d32746ef4a
8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs
...
Reviewed-by: mullan
2024-03-20 21:25:41 +00:00
Tejesh R
a68f5d7331
8327879: Convert javax/swing/border/Test4760089.java applet test to main
...
Reviewed-by: abhiscxk, prr
2024-03-20 05:59:22 +00:00
Abhishek Kumar
5f2a92d954
8328244: Convert javax/swing/JSlider/6742358/bug6742358.java applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-19 15:06:42 +00:00
Abhishek Kumar
c01095c0c9
8328262: Convert javax/swing/JSplitPane/8132123/bug8132123.java applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-19 11:26:09 +00:00
Prasanta Sadhukhan
ac5b6cb2d4
8327757: Convert javax/swing/JSlider/6524424/bug6524424.java applet to main
...
Reviewed-by: abhiscxk, jdv
2024-03-19 06:22:58 +00:00
Abhishek Kumar
86f1744736
8328248: Convert javax/swing/JSlider/6587742/bug6587742.java applet test to main
...
Reviewed-by: azvegint, tr
2024-03-18 11:49:49 +00:00
Prasanta Sadhukhan
ece4124f25
8328247: Remove redundant dir for tests converted from applet to main
...
Reviewed-by: tr, jdv
2024-03-18 06:59:00 +00:00
Abhishek Kumar
5249cc0a79
8328087: Automate javax/swing/JTable/TAB/TAB.java applet test
...
Reviewed-by: honkar, tr
2024-03-15 10:49:20 +00:00
Alexander Zuev
c05f8c7223
8316388: Opensource five Swing component related regression tests
...
Reviewed-by: aivanov
2024-03-15 09:13:32 +00:00
Prasanta Sadhukhan
06f4b7f54d
8327756: Convert javax/swing/JSlider/4987336/bug4987336.java applet to main
...
Reviewed-by: prr
2024-03-15 05:44:11 +00:00
Abhishek Kumar
f6390e5f80
8328089: Automate javax/swing/JTable/4222153/bug4222153.java applet test
...
Reviewed-by: honkar, tr
2024-03-15 04:14:53 +00:00
Alisen Chung
e8d1ba33b4
8328228: Missing comma in copyright year for a few JColorChooser tests
...
Reviewed-by: jpai
2024-03-15 00:34:37 +00:00
Alisen Chung
be1dd275a4
8328130: Remove applet usage from JColorChooser tests Test4759934
...
Reviewed-by: prr
2024-03-14 22:54:21 +00:00
Alisen Chung
fab0edc9e6
8328121: Remove applet usage from JColorChooser tests Test4759306
...
Reviewed-by: azvegint
2024-03-14 22:53:32 +00:00
Alisen Chung
7c6fd337d0
8327857: Remove applet usage from JColorChooser tests Test4222508
...
Reviewed-by: prr, tr
2024-03-14 22:53:18 +00:00
Alisen Chung
89fb0f837b
8327859: Remove applet usage from JColorChooser tests Test4319113
...
Reviewed-by: prr, tr
2024-03-14 22:53:08 +00:00
Doug Simon
e6a8fdd82c
8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal
...
Reviewed-by: kevinw, never
2024-03-14 16:11:29 +00:00
Tejesh R
d4ec783108
8327873: Convert javax/swing/border/Test4247606.java applet test to main
...
Reviewed-by: prr, abhiscxk
2024-03-14 15:54:42 +00:00
Tejesh R
acfefc6c7a
8327876: Convert javax/swing/border/Test4252164.java applet test to main
...
Reviewed-by: prr, abhiscxk
2024-03-14 15:47:54 +00:00
Tejesh R
759cc67591
8327969: Convert javax/swing/border/Test6910490.java applet test to main
...
Reviewed-by: dnguyen, honkar
2024-03-14 15:40:22 +00:00
Alexey Ivanov
3b9255eb66
8325851: Hide PassFailJFrame.Builder constructor
...
Reviewed-by: honkar, prr
2024-03-14 10:57:30 +00:00
Tejesh R
ad0f329493
8327787: Convert javax/swing/border/Test4129681.java applet test to main
...
Reviewed-by: aivanov, abhiscxk
2024-03-14 10:54:41 +00:00
Tejesh R
a43c3cc347
8327826: Convert javax/swing/border/Test4243289.java applet test to main
...
Reviewed-by: aivanov, abhiscxk
2024-03-14 10:50:06 +00:00
Abhishek Kumar
49ce85fae9
8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main
...
Reviewed-by: prr, tr
2024-03-14 09:07:32 +00:00
Tejesh R
7502dc99bf
8328030: Convert javax/swing/text/GlyphView/4984669/bug4984669.java applet test to main
...
Reviewed-by: azvegint, prr
2024-03-14 05:10:42 +00:00
Prasanta Sadhukhan
98e4b753e8
8327755: Convert javax/swing/JScrollBar/8039464/Test8039464.java applet to main
...
Reviewed-by: prr
2024-03-14 02:51:37 +00:00
Prasanta Sadhukhan
628e770274
8327754: Convert javax/swing/JPopupMenu/7160604/bug7160604.java applet to main
...
Reviewed-by: prr
2024-03-14 02:50:32 +00:00
Prasanta Sadhukhan
092a7343a4
8327753: Convert javax/swing/JOptionPane/8024926/bug8024926.java applet to main
...
Reviewed-by: prr
2024-03-14 02:38:48 +00:00
Prasanta Sadhukhan
7858138ad2
8327752: Convert javax/swing/JOptionPane/4174551/bug4174551.java applet to main
...
Reviewed-by: prr
2024-03-14 02:32:15 +00:00
Christoph Langer
1ad3ebcf11
8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
...
Reviewed-by: aivanov, prr
2024-03-13 21:09:00 +00:00
Abhishek Kumar
a4a5196351
8327872: Convert javax/swing/JToolTip/4644444/bug4644444.java applet test to main
...
Reviewed-by: prr, tr
2024-03-13 11:40:38 +00:00
Prasanta Sadhukhan
782206bc97
8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main
...
Reviewed-by: aivanov
2024-03-12 15:16:56 +00:00
Prasanta Sadhukhan
cfd9209e03
8327751: Convert javax/swing/JInternalFrame/6726866/bug6726866.java applet test to main
...
Reviewed-by: aivanov
2024-03-12 12:22:13 +00:00
Prasanta Sadhukhan
78beb031c7
8327750: Convert javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java applet test to main
...
Reviewed-by: aivanov
2024-03-12 10:45:42 +00:00
Prasanta Sadhukhan
013aff87ce
8326606: Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
...
Reviewed-by: tr, aivanov
2024-03-12 09:52:05 +00:00
Abhishek Kumar
96bfe613c3
8326458: Menu mnemonics don't toggle in Windows LAF when F10 is pressed
...
Reviewed-by: psadhukhan, aivanov
2024-03-06 05:29:42 +00:00
Prasanta Sadhukhan
b7540df6a4
8327007: javax/swing/JSpinner/8008657/bug8008657.java fails
...
Reviewed-by: prr
2024-03-05 02:34:58 +00:00
Doug Simon
8f0fb27dec
8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal
...
Reviewed-by: never, kevinw
2024-03-01 18:54:50 +00:00
Anthony Scarpino
f62b5789ad
8311644: Server should not send bad_certificate alert when the client does not send any certificates
...
Reviewed-by: djelinski, jjiang, ssahoo
2024-02-26 16:49:01 +00:00
Tejesh R
04d43c435d
8187759: Background not refreshed when painting over a transparent JFrame
...
Reviewed-by: azvegint, abhiscxk, serb
2024-02-21 05:54:30 +00:00
Darragh Clarke
9538f5d317
8319651: Several network tests ignore vm flags when start java process
...
Reviewed-by: dfuchs, jpai
2024-02-20 16:00:09 +00:00
Alexey Ivanov
80b63b6729
8323801: <s> tag doesn't strikethrough the text
...
Reviewed-by: honkar, dnguyen, psadhukhan
2024-02-16 14:10:44 +00:00
Alexander Zuev
3b1062d45d
8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane
...
Reviewed-by: asemenov, abhiscxk, aivanov
2024-02-15 18:18:29 +00:00
Magnus Ihse Bursie
c266800a3a
8325558: Add jcheck whitespace checking for properties files
...
Reviewed-by: naoto, dfuchs, joehw
2024-02-13 10:00:13 +00:00
Leonid Mesnik
d39b7bab27
8316460: 4 javax/management tests ignore VM flags
...
Reviewed-by: kevinw
2024-02-09 18:40:01 +00:00
Prasanta Sadhukhan
e8ceb7189b
6507038: Memory Leak in JTree / BasicTreeUI
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: honkar, aivanov
2024-02-08 11:55:39 +00:00
Eirik Bjørsnøs
66971600f7
8320712: Rewrite BadFactoryTest in pure Java
...
Reviewed-by: jpai, sundar
2024-01-31 13:59:19 +00:00