Alexander Zvegintsev
|
3b397c8552
|
8315965: Open source various AWT applet tests
Reviewed-by: honkar, psadhukhan
|
2023-09-21 18:28:19 +00:00 |
|
Damon Nguyen
|
83b01cf3c2
|
8311922: [macOS] right-Option key fails to generate release event
Reviewed-by: honkar, prr
|
2023-09-21 16:42:14 +00:00 |
|
Alexander Zvegintsev
|
3809d69ac4
|
8316240: Open source several add/remove MenuBar manual tests
Reviewed-by: honkar, psadhukhan
|
2023-09-21 13:57:28 +00:00 |
|
Harshitha Onkar
|
d19e017d3f
|
8315951: Open source several Swing HTMLEditorKit related tests
Reviewed-by: dnguyen, aivanov
|
2023-09-19 18:42:56 +00:00 |
|
Harshitha Onkar
|
0c972468e7
|
8311113: Remove invalid pointer cast and clean up setLabel() in awt_MenuItem.cpp
Reviewed-by: aivanov, serb
|
2023-09-19 17:37:49 +00:00 |
|
Alexander Zvegintsev
|
1741d13b12
|
8315726: Open source several AWT applet tests
Reviewed-by: psadhukhan, aivanov
|
2023-09-13 22:23:27 +00:00 |
|
Prasanta Sadhukhan
|
a36f5a54ab
|
8315663: Open source misc awt tests
Reviewed-by: tr, jdv
|
2023-09-13 05:25:25 +00:00 |
|
lawrence.andrews
|
31e26814db
|
8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage
Reviewed-by: honkar, aivanov
|
2023-08-28 20:31:02 +00:00 |
|
lawrence.andrews
|
dbb788f34d
|
8294535: Add screen capture functionality to PassFailJFrame
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, honkar
|
2023-08-23 17:48:07 +00:00 |
|
Alexey Ivanov
|
62610203f1
|
8312555: Ideographic characters aren't stretched by AffineTransform.scale(2, 1)
Ignore bitmaps embedded into fonts for non-uniform scales
Reviewed-by: prr, serb
|
2023-08-23 11:48:22 +00:00 |
|
Damon Nguyen
|
d97de8260c
|
8313633: [macOS] java/awt/dnd/NextDropActionTest/NextDropActionTest.java fails with java.lang.RuntimeException: wrong next drop action!
Reviewed-by: honkar, serb
|
2023-08-10 17:52:28 +00:00 |
|
Tejesh R
|
0a3c6d6bd0
|
8280482: Window transparency bug on Linux
Reviewed-by: dnguyen, azvegint
|
2023-08-01 04:28:42 +00:00 |
|
Jaikiran Pai
|
842d6329cf
|
8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6
Reviewed-by: alanb, cjplummer, dholmes
|
2023-07-21 12:58:20 +00:00 |
|
Sergey Bylokhov
|
e31df3a774
|
6211126: ICC_ColorSpace.toCIEXYZ(float[]): NPE is not specified
6211139: ICC_ColorSpace.toRGB(float[]): NPE is not specified
Reviewed-by: prr
|
2023-07-18 21:51:11 +00:00 |
|
Sergey Bylokhov
|
7d9f5afea1
|
6211202: ColorSpace.getInstance(int): IAE is not specified
Reviewed-by: prr
|
2023-07-18 21:46:02 +00:00 |
|
Alexey Ivanov
|
b3f34039fe
|
8311689: Wrong visible amount in Adjustable of ScrollPane
Reviewed-by: prr, honkar, serb
|
2023-07-11 13:43:15 +00:00 |
|
Alisen Chung
|
f0c2f09815
|
8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected.
Reviewed-by: dmarkov, honkar
|
2023-06-28 20:17:00 +00:00 |
|
Tejesh R
|
79c056ec8b
|
8006421: GraphicsConfiguration of a frame is changed when the frame is moved to another screen
Reviewed-by: azvegint, serb
|
2023-06-27 04:56:21 +00:00 |
|
Axel Boldt-Christmas
|
a0595761ef
|
8310187: Improve Generational ZGC jtreg testing
Reviewed-by: stefank, eosterlund, stuefe
|
2023-06-20 10:08:13 +00:00 |
|
Alexey Ivanov
|
d6c2ee3448
|
8310054: ScrollPane insets are incorrect
Reviewed-by: honkar, prr
|
2023-06-16 17:24:07 +00:00 |
|
Harshitha Onkar
|
2dca5ae4fd
|
8299052: ViewportOverlapping test fails intermittently on Win10 & Win11
Reviewed-by: aivanov
|
2023-06-12 23:11:52 +00:00 |
|
Harshitha Onkar
|
6cd370e04b
|
8305645: System Tray icons get corrupted when Windows primary monitor changes
Reviewed-by: serb, aivanov
|
2023-06-09 16:11:46 +00:00 |
|
Alexey Ivanov
|
ea41907396
|
8297923: java.awt.ScrollPane broken after multiple scroll up/down
Reviewed-by: honkar, prr, serb
|
2023-06-07 21:18:50 +00:00 |
|
Prasanta Sadhukhan
|
8c9d21e519
|
8296920: Regression Test DialogOrient.java fails on MacOS
Reviewed-by: honkar, dnguyen, achung, jdv
|
2023-06-05 09:15:13 +00:00 |
|
Tejesh R
|
c494770ca0
|
8306812: Open source several AWT Miscellaneous tests
Reviewed-by: psadhukhan
|
2023-05-26 10:50:49 +00:00 |
|
Tejesh R
|
4becb7bcb6
|
8306137: Open source several AWT ScrollPane related tests
Reviewed-by: aivanov
|
2023-05-26 07:50:10 +00:00 |
|
Alisen Chung
|
1b154e4fd3
|
8307083: Open source some drag and drop tests 3
Reviewed-by: prr, serb
|
2023-05-18 15:45:12 +00:00 |
|
Alisen Chung
|
950c5df859
|
8307299: Move more DnD tests to open
Reviewed-by: prr, serb
|
2023-05-17 18:57:59 +00:00 |
|
Jayathirth D V
|
2210e06788
|
8306638: Open source some AWT tests related to datatransfer and Toolkit
Reviewed-by: prr, serb, dnguyen
|
2023-05-16 04:09:08 +00:00 |
|
Alisen Chung
|
3bf3876185
|
8307297: Move some DnD tests to open
Reviewed-by: prr, serb
|
2023-05-12 21:23:25 +00:00 |
|
Daniel D. Daugherty
|
1bca05eace
|
8307799: Newly added java/awt/dnd/MozillaDnDTest.java has invalid jtreg @requires clause
Reviewed-by: rriggs, azvegint
|
2023-05-10 14:40:56 +00:00 |
|
Alisen Chung
|
98294242a9
|
8307128: Open source some drag and drop tests 4
Reviewed-by: prr
|
2023-05-09 19:14:12 +00:00 |
|
Damon Nguyen
|
14df5c130e
|
8307165: java/awt/dnd/NoFormatsDropTest/NoFormatsDropTest.java timed out
Reviewed-by: prr
|
2023-05-08 17:56:27 +00:00 |
|
Alexander Zvegintsev
|
3d3eaed913
|
8306941: Open source several datatransfer and dnd AWT tests
Reviewed-by: prr
|
2023-05-06 02:16:32 +00:00 |
|
Rajat Mahajan
|
6c71859ac2
|
6176679: Application freezes when copying an animated gif image to the system clipboard
Reviewed-by: aivanov, dmarkov
|
2023-05-05 18:03:58 +00:00 |
|
Damon Nguyen
|
b5a48277ab
|
8306871: Open source more AWT Drag & Drop tests
Reviewed-by: prr
|
2023-05-05 16:28:03 +00:00 |
|
Alexander Zvegintsev
|
2adb3b409e
|
8306943: Open source several dnd AWT tests
Reviewed-by: prr, serb
|
2023-05-04 15:39:08 +00:00 |
|
Abhishek Kumar
|
82a8e91ef7
|
8306489: Open source AWT List related tests
Reviewed-by: prr, serb
|
2023-05-04 06:08:31 +00:00 |
|
Damon Nguyen
|
418a82551a
|
8306466: Open source more AWT Drag & Drop related tests
Reviewed-by: prr
|
2023-05-02 23:45:44 +00:00 |
|
Harshitha Onkar
|
76991c8129
|
8282232: [Win] GetMousePositionWithPopup test fails due to wrong mouse position
Reviewed-by: prr
|
2023-05-02 23:22:17 +00:00 |
|
Alexander Zuev
|
6d6d00b69c
|
8306954: Open source five Focus related tests
Reviewed-by: prr
|
2023-04-29 18:19:11 +00:00 |
|
Sergey Bylokhov
|
d43a5a289f
|
8307135: java/awt/dnd/NotReallySerializableTest/NotReallySerializableTest.java failed
Reviewed-by: jiefu, prr
|
2023-04-29 01:29:13 +00:00 |
|
Damon Nguyen
|
05af487a2d
|
8306681: Open source more AWT DnD related tests
Reviewed-by: prr, serb
|
2023-04-28 19:20:16 +00:00 |
|
Damon Nguyen
|
ec5c7926f3
|
8306133: Open source few AWT Drag & Drop related tests
Reviewed-by: prr, psadhukhan
|
2023-04-28 19:16:12 +00:00 |
|
Alexander Zuev
|
6d6f726b74
|
8307078: Opensource and clean up five more AWT Focus related tests
Reviewed-by: serb, prr
|
2023-04-28 18:46:48 +00:00 |
|
Phil Race
|
89711f3767
|
8307079: Update test java/awt/Choice/DragOffNoSelect.java
Reviewed-by: azvegint, serb
|
2023-04-28 18:17:24 +00:00 |
|
Tejesh R
|
485a0691f4
|
8306432: Open source several AWT Text Component related tests
Reviewed-by: prr
|
2023-04-28 14:35:16 +00:00 |
|
Tejesh R
|
169a7c27a7
|
8306640: Open source several AWT TextArea related tests
Reviewed-by: prr, serb
|
2023-04-28 14:27:38 +00:00 |
|
Abhishek Kumar
|
41ba05e450
|
8306850: Open source AWT Model related tests
Reviewed-by: serb, azvegint
|
2023-04-27 15:59:42 +00:00 |
|
Abhishek Kumar
|
732179ca84
|
8306409: Open source AWT KeyBoardFocusManger, LightWeightComponent related tests
Reviewed-by: psadhukhan, tr, serb
|
2023-04-26 19:07:25 +00:00 |
|