On Wed, 6 Nov 2024 19:32:20 GMT, Harshitha Onkar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Restrict to linux
>
> test/jdk/java/awt/PrintJob/PrintCheckboxTest/PrintChec
> Test was pointing to missing html file, probably due to old Applet usage.
> Test is updated to use PFJ..
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
tag correction
-
Changes:
- all:
On Tue, 5 Nov 2024 20:20:06 GMT, Phil Race wrote:
> "linux left dock placement can be a problem with this top-left rendering."
>
> are you saying that the dock is the actual problem here ? Why has it never
> been a problem on other 22.04 systems ?
I could make it fail once in windows when I sa
on radiobutton, checkbox etc and linux left dock
> placement can be a problem with this top-left rendering.
>
> Fix is made to render the frame at the center.
> Repeated iteration of the test run in 22.04 OCI instance is ok.
Prasanta Sadhukhan has updated the pull request incrementally
It is seen that
javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in
ubuntu 22.04 OCI instance. It is seen that test frame is being rendered at
top-left of screen instead of at the center, and robot mouseMove is being used
to point and click on radiobutton, checkbox etc and
On Wed, 30 Oct 2024 02:50:08 GMT, Prasanta Sadhukhan
wrote:
> Couple of printing tests dont have "public" modifier so CI testing fails to
> run this test citing IllegalAccessException.
> Fix is made to made the test class public.
>
> Additionally, modified PrintDlgPag
On Mon, 4 Nov 2024 09:26:44 GMT, Abhishek Kumar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> minor formatting
>
> test/jdk/java/awt/print/Dialog/PrintDlgPag
> Couple of printing tests dont have "public" modifier so CI testing fails to
> run this test citing IllegalAccessException.
> Fix is made to made the test class public.
>
> Additionally, modified PrintDlgPageable.java to use PFJ and made
> StreamPrintingOrientati
On Mon, 4 Nov 2024 07:30:43 GMT, Abhishek Kumar wrote:
> Minor formatting changes.
fixed..
-
PR Comment: https://git.openjdk.org/jdk/pull/21780#issuecomment-2454102970
> Couple of printing tests dont have "public" modifier so CI testing fails to
> run this test citing IllegalAccessException.
> Fix is made to made the test class public.
>
> Additionally, modified PrintDlgPageable.java to use PFJ and made
> StreamPrintingOrientati
> Test was pointing to missing html file, probably due to old Applet usage.
> Test is updated to use PFJ..
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Restrict to linux
-
Changes:
- all:
On Thu, 31 Oct 2024 18:47:55 GMT, Harshitha Onkar wrote:
>> test/jdk/java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java
>> line 81:
>>
>>> 79: String[] instructions =
>>> 80: {
>>> 81: "Linux or Solaris with XToolkit ONLY!",
>>
>>> "Linux or Solaris wi
> Couple of printing tests dont have "public" modifier so CI testing fails to
> run this test citing IllegalAccessException.
> Fix is made to made the test class public.
>
> Additionally, modified PrintDlgPageable.java to use PFJ and made
> StreamPrintingOrientati
Test was pointing to missing html file, probably due to old Applet usage. Test
is updated to use PFJ..
-
Commit messages:
- 8343118: [TESTBUG]
java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java fails with
rror. Can't find HTML file PrintCheckboxManualTest.html
Chang
> Couple of printing tests dont have "public" modifier so CI testing fails to
> run this test citing IllegalAccessException.
> Fix is made to made the test class public.
>
> Additionally, modified PrintDlgPageable.java to use PFJ and made
> StreamPrintingOrientati
On Wed, 30 Oct 2024 11:03:18 GMT, Tejesh R wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> remove some redundant code
>
> test/jdk/java/awt/print/Dialog/PrintDlgP
Couple of printing tests dont have "public" modifier so CI testing fails to run
this test citing IllegalAccessException.
Fix is made to made the test class public.
Additionally, modified PrintDlgPageable.java to use PFJ and made
StreamPrintingOrientation.java automated.
-
Commit me
On Tue, 29 Oct 2024 08:34:05 GMT, Prasanta Sadhukhan
wrote:
> [JDK-8051548](https://bugs.openjdk.org/browse/JDK-8051548) in Java 9 added a
> new overload of `JColorChooser.showDialog` but `@since` tag is missing..The
> fix also added couple of new methods to AbstractColorChooserP
[JDK-8051548](https://bugs.openjdk.org/browse/JDK-8051548) in Java 9 added a
new overload of `JColorChooser.showDialog` but `@since` tag is missing..The fix
also added couple of new methods to AbstractColorChooserPanel.java where also
`@since` tag is added
-
Commit messages:
- 834
On Thu, 24 Oct 2024 13:19:55 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Thu, 24 Oct 2024 13:19:55 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Thu, 24 Oct 2024 17:27:33 GMT, Alexey Ivanov wrote:
> > I think we have finally decided that jtreg tag will come after copyright
> > and before imports...Applicable for all modified javax_swing tests in this
> > PR...
>
> Did we agree on that?
Atleast client-dev team did..
See this initial
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Tue, 22 Oct 2024 16:46:53 GMT, Phil Race wrote:
>> Not specific to JEP 486, this should be done as part of a different issue.
>
> agreed
there were many tests modified in javax_swing in this PR where the author tag
is removed, only this is missed so I pointed it out...
-
PR Rev
On Tue, 22 Oct 2024 16:44:59 GMT, Phil Race wrote:
>> This should be addressed in a more general separate task, and not part of
>> this PR since it does not have anything to do with the changes in this JEP.
>
> Agreed. This is not a "clean up / update tests" task.
> If it is a change on some lin
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch
On Tue, 8 Oct 2024 11:04:51 GMT, Tejesh R wrote:
>> Open source these AWT Mouse tests:
>>
>> java/awt/Dialog/FileDialogIconTest/FileDialogIconTest.java
>> java/awt/Dialog/FileDialogWrongNameCrash.java
>> java/awt/Dialog/DialogResizeTest.java
>> java/awt/Dialog/GetLocationTest_1.java
>> java/awt/
On Tue, 8 Oct 2024 00:15:23 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> 1.
> /java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java
> - CONVERTED TO AUTO
> 2. /java/awt/LightweightComponent/PopupTest/PopupTest.java - MANUAL
> 3. /java/a
On Mon, 7 Oct 2024 17:59:11 GMT, Damon Nguyen wrote:
>> Following tests are added as part of this PR:
>>
>> 1. /java/awt/dnd/NonAsciiFilenames/NonAsciiFilenames.java - MANUAL
>> 2.
>> /java/awt/dnd/DnDRemoveFocusOwnerCrashTest/DnDRemoveFocusOwnerCrashTest.java
>> - AUTO
>> 3. /java/awt/dnd/DnD
On Sun, 4 Aug 2024 21:44:33 GMT, Phil Race wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Use EventQueue.invokeLater
>
> I think we still have some things to look at here
>
On Fri, 4 Oct 2024 05:30:16 GMT, Jayathirth D V wrote:
>> Clean up and open source some of the AWT window tests.
>> Automated test `InvalidFocusLostEventTest.java` is verified in our CI also
>> and it passes on all platforms.
>
> Jayathirth D V has updated the pull request incrementally with one
On Thu, 3 Oct 2024 21:49:46 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> ./java/awt/GradientPaint/JerkyGradient.java - MANUAL
> ./java/awt/GradientPaint/ShearTest.java - MANUAL
> ./java/awt/CardLayout/RemoveComponentTest/RemoveComponentTest.java - MANUAL
Marked a
On Thu, 3 Oct 2024 21:37:37 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> ./java/awt/Cursor/CustomCursorTest/CustomCursorTest.java - MANUAL
> ./java/awt/Cursor/BlockedWindowTest/BlockedWindowTest.java - MANUAL
> ./java/awt/Cursor/SetCursorTest/SetCursorTest.java -
On Thu, 3 Oct 2024 21:20:04 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> ./java/awt/CheckboxGroup/DynamicChangeTest/DynamicChangeTest.java - MANUAL
> ./java/awt/Cursor/NullCursorTest/NullCursorTest.java - MANUAL
> ./java/awt/Cursor/HiddenDialogParentTest/HiddenDia
On Thu, 3 Oct 2024 21:07:55 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> ./java/awt/MenuBar/MenuBarRemoveMenu/MenuBarRemoveMenuTest.java - MANUAL
> ./java/awt/MenuBar/MenuNPE/MenuNPE.java - AUTO
> ./java/awt/MenuBar/MenuBarSetFont/CellsResize.java - MANUAL
> ./jav
On Thu, 3 Oct 2024 19:21:29 GMT, Phil Race wrote:
>> Open source several AWT tests, mostly related to menu short cuts.
>
> Phil Race has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 834
Marked as reviewed by psadhukhan (Reviewer).
On Thu, 3 Oct 2024 21:30:24 GMT, Damon Nguyen wrote:
>> Following tests are added as part of this PR:
>>
>> /java/awt/LightweightComponent/LightweightFontTest/LightweightFontTest.java
>> (Manual with PassFailJFrame)
>> /java/awt/LightweightComponent/LightWeightTabFocus/LightWeightTabFocus.java
On Thu, 3 Oct 2024 21:30:24 GMT, Damon Nguyen wrote:
>> Following tests are added as part of this PR:
>>
>> /java/awt/LightweightComponent/LightweightFontTest/LightweightFontTest.java
>> (Manual with PassFailJFrame)
>> /java/awt/LightweightComponent/LightWeightTabFocus/LightWeightTabFocus.java
On Thu, 3 Oct 2024 12:48:30 GMT, Jayathirth D V wrote:
>> test/jdk/java/awt/Window/InvalidFocusLostEventTest/InvalidFocusLostEventTest.java
>> line 98:
>>
>>> 96: // we should check focus after all events are processed,
>>> 97: // since focus transfers are asynchronous
>>> 98:
On Thu, 3 Oct 2024 09:18:18 GMT, Alexander Zuev wrote:
> Clean up and open source three more Component related regression tests.
Marked as reviewed by psadhukhan (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/21322#pullrequestreview-2345399859
On Thu, 3 Oct 2024 08:15:58 GMT, Jayathirth D V wrote:
>> Clean up and open source some of the AWT window tests.
>> Automated test `InvalidFocusLostEventTest.java` is verified in our CI also
>> and it passes on all platforms.
>
> Jayathirth D V has updated the pull request incrementally with one
On Wed, 2 Oct 2024 18:32:16 GMT, Harshitha Onkar wrote:
>> Following tests are updated in this PR:
>>
>> 1. test/jdk/java/awt/Checkbox/CheckboxBoxSizeTest.java
>> 2. test/jdk/java/awt/Checkbox/CheckboxIndicatorSizeTest.java
>> 3. test/jdk/java/awt/Checkbox/CheckboxNullLabelTest.java
>> 4.
On Tue, 1 Oct 2024 16:31:39 GMT, Phil Race wrote:
> Open source several AWT tests, mostly related to menu short cuts.
test/jdk/java/awt/MenuShortcut/ActionCommandTest.java line 53:
> 51: static volatile Menu m;
> 52: static volatile MenuBar mb;
> 53: static volatile MenuItem mi;
Al
On Tue, 1 Oct 2024 09:32:58 GMT, Prasanta Sadhukhan
wrote:
> Opensource few AWT List and a Window test
This pull request has now been integrated.
Changeset: 602408e4
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/602408e4f3848b30299ea94264e88ead5361a310
St
On Tue, 1 Oct 2024 16:45:15 GMT, Phil Race wrote:
> open source a few 2d graphics related tests for line drawing, text
> performance, image rendering.
Marked as reviewed by psadhukhan (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/21292#pullrequestreview-2344532723
Opensource few AWT List and a Window test
-
Commit messages:
- 8341177: Opensource few List and a Window test
Changes: https://git.openjdk.org/jdk/pull/21282/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21282&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8341177
On Tue, 1 Oct 2024 09:12:15 GMT, Jayathirth D V wrote:
> Clean up and open source some of the AWT window tests.
> Automated test `InvalidFocusLostEventTest.java` is verified in our CI also
> and it passes on all platforms.
test/jdk/java/awt/Window/BadConfigure/BadConfigure.java line 68:
> 66:
On Tue, 1 Oct 2024 05:06:10 GMT, Abhishek Kumar wrote:
> AWT File Dialog related tests are converted from applet to manual and moved
> to open.
Marked as reviewed by psadhukhan (Reviewer).
test/jdk/java/awt/FileDialog/SavedDirInitTest.java line 31:
> 29: import java.awt.event.ActionListener;
On Mon, 30 Sep 2024 16:53:00 GMT, Damon Nguyen wrote:
>> Following tests are added as part of this PR:
>>
>> /java/awt/MenuBar/MenuBarOnDisabledFrame/MenuBarOnDisabledFrame.java (Manual
>> with PassFailJFrame)
>> /java/awt/MenuBar/MenuBarAddRemoveTest/MenuBarAddRemoveTest.java (Manual
>> with
On Mon, 30 Sep 2024 22:32:19 GMT, Alexander Zuev wrote:
>> Clean up and open source four more tests.
>
> Alexander Zuev has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Moved variables initialization into the method that is called on EDT;
>
On Mon, 30 Sep 2024 03:07:17 GMT, Prasanta Sadhukhan
wrote:
> Opensource few AWT List tests...
This pull request has now been integrated.
Changeset: b11066b5
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/b11066b56b69b2c526539e712cef47723098597f
Stats:
> Opensource few AWT List tests...
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Formatting
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21253/files
- new: https://git.openjdk.org/jdk/pull/21253/fi
On Mon, 30 Sep 2024 11:52:22 GMT, Abhishek Kumar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Formatting
>
> test/jdk/java/awt/List/HandlingKeyEventIfMousePressedTest.
On Mon, 30 Sep 2024 00:08:25 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> /java/awt/LightweightComponent/LightweightFontTest/LightweightFontTest.java
> (Manual with PassFailJFrame)
> /java/awt/LightweightComponent/LightWeightTabFocus/LightWeightTabFocus.java
> (
On Sun, 29 Sep 2024 23:54:13 GMT, Damon Nguyen wrote:
> Following tests are added as part of this PR:
>
> /java/awt/MenuBar/MenuBarOnDisabledFrame/MenuBarOnDisabledFrame.java (Manual
> with PassFailJFrame)
> /java/awt/MenuBar/MenuBarAddRemoveTest/MenuBarAddRemoveTest.java (Manual with
> PassFa
On Fri, 27 Sep 2024 20:33:07 GMT, Alexander Zuev wrote:
> Clean up and open source four more tests.
test/jdk/java/awt/Component/BackgroundColorTest/InitialBackgroundSettingTest.java
line 52:
> 50: Scrollbar bar = new Scrollbar(Scrollbar.HORIZONTAL);
> 51: Button button = new Button("I
On Fri, 27 Sep 2024 10:09:22 GMT, Tejesh R wrote:
>> Open source these AWT Mouse tests:
>>
>> java/awt/Dialog/FileDialogIconTest/FileDialogIconTest.java
>> java/awt/Dialog/FileDialogWrongNameCrash.java
>> java/awt/Dialog/DialogResizeTest.java
>> java/awt/Dialog/GetLocationTest_1.java
>> java/awt
On Fri, 27 Sep 2024 11:55:21 GMT, Prasanta Sadhukhan
wrote:
>> I'm getting this error if I use ` PassFailJFrame.log` to `componentResize`
>> method.
>> `java.lang.NullPointerException: Cannot invoke
>> "javax.swing.JTextArea.append(String)" becau
On Thu, 26 Sep 2024 06:56:23 GMT, Tejesh R wrote:
>> Open source these AWT Mouse and GraphicsEnvironment tests:
>>
>> java/awt/MouseClickCount/MouseClickCount.java
>> java/awt/MouseDragEnterExitTest/MouseDragEnterExitTest.java
>> java/awt/MouseDragTest/MouseDragTest.java
>> java/awt/OpenWinDoubl
Opensource few AWT List tests...
-
Commit messages:
- Merge master
- 8340719: Open source AWT List tests
Changes: https://git.openjdk.org/jdk/pull/21253/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21253&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8340719
St
On Thu, 26 Sep 2024 11:41:31 GMT, Prasanta Sadhukhan
wrote:
> Opensource few more AWT List tests
This pull request has now been integrated.
Changeset: dd569909
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/dd56990962d58e4f482773f67bc43383d7748536
Stats:
On Thu, 26 Sep 2024 09:43:25 GMT, Prasanta Sadhukhan
wrote:
> Opensource few AWT List tests
This pull request has now been integrated.
Changeset: ae4d2f15
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/ae4d2f15901bf02efceaac26ee4aa3ae666bf467
Stats:
On Fri, 27 Sep 2024 10:05:34 GMT, Tejesh R wrote:
>> test/jdk/java/awt/Dialog/DialogResizeTest.java line 133:
>>
>>> 131: public void componentHidden(ComponentEvent e) {
>>> 132: System.out.println("componentHidden event occurred.");
>>> 133: }
>>
>> I guess PassFailJFrame.log w
On Wed, 25 Sep 2024 07:20:21 GMT, Tejesh R wrote:
> Open source these AWT Mouse tests:
>
> java/awt/Dialog/FileDialogIconTest/FileDialogIconTest.java
> java/awt/Dialog/FileDialogWrongNameCrash.java
> java/awt/Dialog/DialogResizeTest.java
> java/awt/Dialog/GetLocationTest_1.java
> java/awt/Dialog
On Thu, 26 Sep 2024 18:24:23 GMT, Harshitha Onkar wrote:
>> test/jdk/java/awt/Checkbox/CheckboxIndicatorSizeTest.java line 65:
>>
>>> 63: Verify that all indicators of checkboxes has the same size.
>>> 64: Verify that all indicators of radio buttons has the same
>>> size
> Opensource few AWT List tests
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
spacing
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21202/files
- new: https://git.openjdk.org/jdk/pull/21202/fi
Opensource few more AWT List tests
-
Commit messages:
- 8340639: Open source few more AWT List tests
- 8340639: Open source few more AWT List tests
Changes: https://git.openjdk.org/jdk/pull/21205/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21205&range=00
Issue: https
Opensource few AWT List tests
-
Commit messages:
- 8340621: Open source several AWT List tests
Changes: https://git.openjdk.org/jdk/pull/21202/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21202&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8340621
Stats: 500 li
On Wed, 25 Sep 2024 05:11:49 GMT, Harshitha Onkar wrote:
>> Following tests are updated in this PR:
>>
>> 1. test/jdk/java/awt/Checkbox/CheckboxBoxSizeTest.java
>> 2. test/jdk/java/awt/Checkbox/CheckboxIndicatorSizeTest.java
>> 3. test/jdk/java/awt/Checkbox/CheckboxNullLabelTest.java
>> 4.
On Tue, 24 Sep 2024 06:29:21 GMT, Tejesh R wrote:
>> Open source these AWT Mouse and GraphicsEnvironment tests:
>>
>> java/awt/MouseClickCount/MouseClickCount.java
>> java/awt/MouseDragEnterExitTest/MouseDragEnterExitTest.java
>> java/awt/MouseDragTest/MouseDragTest.java
>> java/awt/OpenWinDoubl
On Fri, 20 Sep 2024 03:23:26 GMT, Prasanta Sadhukhan
wrote:
> Opensource few AWT focus tests
This pull request has now been integrated.
Changeset: b1f8d2ea
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/b1f8d2ea76322a89eea84851a1e791f52c31261b
Stats:
On Tue, 24 Sep 2024 04:38:05 GMT, Tejesh R wrote:
>> Open source these AWT Mouse and GraphicsEnvironment tests:
>>
>> java/awt/MouseClickCount/MouseClickCount.java
>> java/awt/MouseDragEnterExitTest/MouseDragEnterExitTest.java
>> java/awt/MouseDragTest/MouseDragTest.java
>> java/awt/OpenWinDoubl
> Opensource few AWT focus tests
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Review fix
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21103/files
- new: https://git.openjdk.org/jdk/pull/21103/fi
On Fri, 20 Sep 2024 23:27:11 GMT, Phil Race wrote:
> Open source some Java2d loop rendering tests.
Marked as reviewed by psadhukhan (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/21114#pullrequestreview-2323886695
On Mon, 23 Sep 2024 06:40:55 GMT, Tejesh R wrote:
> Open source these AWT Mouse and GraphicsEnvironment tests:
>
> java/awt/MouseClickCount/MouseClickCount.java
> java/awt/MouseDragEnterExitTest/MouseDragEnterExitTest.java
> java/awt/MouseDragTest/MouseDragTest.java
> java/awt/OpenWinDoubleClick
On Mon, 23 Sep 2024 18:03:52 GMT, Phil Race wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review fix
>
> test/jdk/java/awt/Focus/ProxiedWindowHideTest.java line 27:
>
On Fri, 20 Sep 2024 03:58:20 GMT, Prasanta Sadhukhan
wrote:
> Opensource few image tests
This pull request has now been integrated.
Changeset: 6c91a16f
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/6c91a16f16cbeb1bb0a79459e7db1fd9f576e743
Stats: 513 li
On Thu, 19 Sep 2024 05:25:17 GMT, Prasanta Sadhukhan
wrote:
> Opensource few Focus tests
This pull request has now been integrated.
Changeset: 3411f9df
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/3411f9dff79c2e7cb7ce8ebf036f8b3fd9bb647d
Stats: 580 li
On Mon, 23 Sep 2024 04:21:27 GMT, Abhishek Kumar wrote:
>> Few AWT Frame related tests are converted from applet to manual and moved to
>> open.
>
> Abhishek Kumar has updated the pull request incrementally with one additional
> commit since the last revision:
>
> minor spacing
Marked as re
On Fri, 20 Sep 2024 09:35:31 GMT, Alexander Zvegintsev
wrote:
>> few manual tests to open source
>> Tested on all platforms, all looks good.
>
> Alexander Zvegintsev has updated the pull request incrementally with one
> additional commit since the last revision:
>
> instructions update
Mark
On Fri, 20 Sep 2024 09:13:29 GMT, Alexander Zvegintsev
wrote:
>> test/jdk/java/awt/Choice/DisabledList.java line 43:
>>
>>> 41:
>>> 42: private static final String INSTRUCTIONS = """
>>> 43: 1) Switch checkbox
>>
>> Shouldn't it be "Enable checkbox"?
>
> I would read the "Enab
On Thu, 19 Sep 2024 06:39:40 GMT, Alexander Zvegintsev
wrote:
> few manual tests to open source
> Tested on all platforms, all looks good.
Marked as reviewed by psadhukhan (Reviewer).
test/jdk/java/awt/Choice/CheckChoiceTest.java line 29:
> 27: import java.awt.BorderLayout;
> 28: import java.
On Fri, 20 Sep 2024 08:04:30 GMT, Abhishek Kumar wrote:
>> Few AWT Frame related tests are converted from applet to manual and moved to
>> open.
>
> Abhishek Kumar has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Review comment update
Mark
On Thu, 19 Sep 2024 05:21:02 GMT, Abhishek Kumar wrote:
>> Few AWT Frame related tests are converted from applet to manual and moved to
>> open.
>
> Abhishek Kumar has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Review comment fix
test/jd
On Wed, 18 Sep 2024 03:51:08 GMT, Prasanta Sadhukhan
wrote:
> Opensource few Focus tests
This pull request has now been integrated.
Changeset: 46b02f49
Author: Prasanta Sadhukhan
URL:
https://git.openjdk.org/jdk/commit/46b02f49bcc730d94e37cf17fa996fdd12bdb990
Stats: 526 li
> Opensource few Focus tests
Prasanta Sadhukhan has updated the pull request incrementally with two
additional commits since the last revision:
- volatile
- EDT
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21051/files
- new: https://git.openjdk.org/jdk/pull/21051/fi
On Fri, 20 Sep 2024 05:30:45 GMT, Abhishek Kumar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Formatting, EDT addition
>
> test/jdk/java/awt/Focus/ComponentLostFocusTest.java
On Fri, 20 Sep 2024 05:22:33 GMT, Abhishek Kumar wrote:
>> it will be same..
>
> `println` method can be removed if `PassFailJFrame.log` is used directly.
Then PassFailJFrame.log will be repeated, so it's same...dont think it's
critical to change..
-
PR Review Comment: https://git
On Fri, 20 Sep 2024 05:04:18 GMT, Harshitha Onkar wrote:
>> Following tests are updated in this PR:
>>
>> 1. test/jdk/java/awt/Checkbox/CheckboxBoxSizeTest.java
>> 2. test/jdk/java/awt/Checkbox/CheckboxIndicatorSizeTest.java
>> 3. test/jdk/java/awt/Checkbox/CheckboxNullLabelTest.java
>> 4.
> Opensource few Focus tests
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Formatting, EDT addition
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21051/files
- new: https://git.openjdk.org/jdk/p
On Fri, 20 Sep 2024 04:02:12 GMT, Abhishek Kumar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> typo
>
> test/jdk/java/awt/Focus/AltTabEventsTest.java line 61:
>
>>
On Thu, 19 Sep 2024 17:59:26 GMT, Harshitha Onkar wrote:
> Following tests are updated in this PR:
>
> 1.test/jdk/java/awt/Checkbox/CheckboxBoxSizeTest.java
> 2.test/jdk/java/awt/Checkbox/CheckboxIndicatorSizeTest.java
> 3.test/jdk/java/awt/Checkbox/CheckboxNullLabelTest.java
> 4.
Opensource few image tests
-
Commit messages:
- jcheck
- 8340367: Opensource few AWT image tests
- 8340367: Opensource few AWT image tests
- 8340367: Opensource few AWT image tests
Changes: https://git.openjdk.org/jdk/pull/21104/files
Webrev: https://webrevs.openjdk.org/?repo=j
1 - 100 of 1453 matches
Mail list logo