Integrated: 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main

2024-03-22 Thread Damon Nguyen
On Mon, 18 Mar 2024 20:50:59 GMT, Damon Nguyen wrote: > Convert java/awt/print/Dialog/PrintApplet.java applet test to main using > PassFailJFrame. Also rename the test to PrintModalDialog.java since this is > no longer an applet. Added test instructions related to the linked JBS issue. This pu

Re: RFR: 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main [v6]

2024-03-22 Thread Damon Nguyen
> Convert java/awt/print/Dialog/PrintApplet.java applet test to main using > PassFailJFrame. Also rename the test to PrintModalDialog.java since this is > no longer an applet. Added test instructions related to the linked JBS issue. Damon Nguyen has updated the pull request incrementally with on

Re: RFR: 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main [v5]

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 22:15:48 GMT, Damon Nguyen wrote: >> Convert java/awt/print/Dialog/PrintApplet.java applet test to main using >> PassFailJFrame. Also rename the test to PrintModalDialog.java since this is >> no longer an applet. Added test instructions related to the linked JBS issue. > > D

Re: RFR: 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main [v5]

2024-03-22 Thread Damon Nguyen
> Convert java/awt/print/Dialog/PrintApplet.java applet test to main using > PassFailJFrame. Also rename the test to PrintModalDialog.java since this is > no longer an applet. Added test instructions related to the linked JBS issue. Damon Nguyen has updated the pull request incrementally with on

Re: RFR: 8327137: Add test for ConcurrentModificationException in BasicDirectoryModel [v3]

2024-03-22 Thread Alexey Ivanov
On Fri, 22 Mar 2024 21:05:09 GMT, Sergey Bylokhov wrote: > > Instantiating JFileChooser on EDT adds complexity for no benefit. The > > JFileChooser is still accessed concurrently from several threads, including > > Swing internal thread. > > But still, this is a common requirement to create UI

Re: RFR: 8316324: Opensource five miscellaneous Swing tests

2024-03-22 Thread Alexander Zuev
On Fri, 22 Mar 2024 09:01:01 GMT, Tejesh R wrote: >> Clean up and opensource five tests. > > test/jdk/javax/swing/InputVerifier/bug4774166.java line 144: > >> 142: public void performTest() throws InterruptedException, >> InvocationTargetException { >> 143: robot.setAutoDelay(100);

Re: RFR: 8316324: Opensource five miscellaneous Swing tests

2024-03-22 Thread Alexander Zuev
On Fri, 22 Mar 2024 07:02:05 GMT, Prasanta Sadhukhan wrote: >> Clean up and opensource five tests. > > test/jdk/javax/swing/JButton/4385611/bug4385611.java line 42: > >> 40: public class bug4385611 { >> 41: static JButton bt1, bt2; >> 42: static final ImageIcon icon32x32 = new >> Image

Re: RFR: 8316324: Opensource five miscellaneous Swing tests

2024-03-22 Thread Alexander Zuev
On Fri, 22 Mar 2024 09:04:28 GMT, Tejesh R wrote: >> Clean up and opensource five tests. > > test/jdk/javax/swing/InputVerifier/bug4774166.java line 165: > >> 163: robot.hitKey(KeyEvent.VK_M); >> 164: robot.hitKey(KeyEvent.VK_N); >> 165: robot.hitKey(KeyEvent.VK_O); > >

Re: RFR: 8316324: Opensource five miscellaneous Swing tests

2024-03-22 Thread Alexander Zuev
On Fri, 22 Mar 2024 06:57:12 GMT, Prasanta Sadhukhan wrote: >> Clean up and opensource five tests. > > test/jdk/javax/swing/InputVerifier/bug4774166.java line 44: > >> 42: * @summary InputVerifier should be called after a window loses and then >> regains focus >> 43: * @library /javax/swing/

Re: RFR: 8328819: Remove applet usage from JFileChooser tests bug6698013

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 15:40:39 GMT, Alisen Chung wrote: > Removing applet usage from manual JFileChooser tests > The original test is failing (nothing shows up in the JFileChooser), but this > change does replace the applet usage with PassFailJFrame Ideally the Instruction window and Test window

Re: RFR: 8327137: Add test for ConcurrentModificationException in BasicDirectoryModel [v3]

2024-03-22 Thread Sergey Bylokhov
On Tue, 19 Mar 2024 17:03:25 GMT, Alexey Ivanov wrote: >Instantiating JFileChooser on EDT adds complexity for no benefit. The >JFileChooser is still accessed concurrently from several threads, including >Swing internal thread. But still, this is a common requirement to create UI components on

Integrated: 8328194: Add a test to check default rendering engine

2024-03-22 Thread Sergey Bylokhov
On Thu, 14 Mar 2024 20:13:58 GMT, Sergey Bylokhov wrote: > This is a request to forward port the test added by the > [JDK-8241307](https://bugs.openjdk.org/browse/JDK-8241307) with inverted > condition - jdk jdk11 the marlin should be used by default. This pull request has now been integrated.

Re: RFR: 8328819: Remove applet usage from JFileChooser tests bug6698013

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 15:40:39 GMT, Alisen Chung wrote: > The original test is failing (nothing shows up in the JFileChooser), but this > change does replace the applet usage with PassFailJFrame @alisenchung The original test works on Windows. Is it on macOS that nothing is shown ?

Re: RFR: 8321428: Depreciate java.beans.beancontext.*

2024-03-22 Thread Phil Race
On Wed, 20 Mar 2024 21:30:53 GMT, Larry Cable wrote: > [https://bugs.openjdk.org/browse/JDK-8321428](url) looks good except for (1) that blank line (2) skara would like you to rename the PR to match the bug + approved CSR. src/java.desktop/share/classes/java/beans/beancontext/package-info.java

RFR: 8321428: Depreciate java.beans.beancontext.*

2024-03-22 Thread Larry Cable
[https://bugs.openjdk.org/browse/JDK-8321428](url) - Commit messages: - 83020930: added @Deprecated and @SuppressWarnings to depreciate java.beans.beancontext Changes: https://git.openjdk.org/jdk/pull/18413/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18413&range=00 I

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Damon Nguyen
On Fri, 22 Mar 2024 20:03:17 GMT, Alisen Chung wrote: >> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update copyright year > > test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java line 34: > >> 32: *

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Alisen Chung
On Fri, 22 Mar 2024 08:48:35 GMT, Damon Nguyen wrote: >> Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to >> main using PassFailJFrame for the instructions. > > Damon Nguyen has updated the pull request incrementally with one additional > commit since the last revision:

Re: RFR: 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main [v4]

2024-03-22 Thread Alisen Chung
On Thu, 21 Mar 2024 16:11:44 GMT, Damon Nguyen wrote: >> Convert java/awt/print/Dialog/PrintApplet.java applet test to main using >> PassFailJFrame. Also rename the test to PrintModalDialog.java since this is >> no longer an applet. Added test instructions related to the linked JBS issue. > > D

RFR: 8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main

2024-03-22 Thread Damon Nguyen
Convert java/awt/print/PageFormat/SetOrient.html applet test to main using PassFailJFrame. - Commit messages: - 8328719 Initial test conversion Changes: https://git.openjdk.org/jdk/pull/18462/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18462&range=00 Issue: https://b

RFR: 8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main

2024-03-22 Thread Damon Nguyen
Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main using PassFailJFrame - Commit messages: - 8328827 Initial test conversion Changes: https://git.openjdk.org/jdk/pull/18461/files Webrev: https://webrevs.openjdk.org/?r

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 08:48:35 GMT, Damon Nguyen wrote: >> Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to >> main using PassFailJFrame for the instructions. > > Damon Nguyen has updated the pull request incrementally with one additional > commit since the last revision:

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 17:28:10 GMT, Damon Nguyen wrote: >> test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java line 47: >> >>> 45: frame.setContentPane(panel); >>> 46: frame.pack(); >>> 47: frame.setVisible(true); >> >> frame dispose is not req

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 08:45:15 GMT, Damon Nguyen wrote: > Same for me. Looks like it's not an issue with the test and rather a bug that > hasn't been fixed yet. I found > [JDK-8065647](https://bugs.openjdk.org/browse/JDK-8065647) which I think is > related to this. Seems to be filed after the bu

Re: RFR: 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main [v2]

2024-03-22 Thread Damon Nguyen
> Convert java/awt/print/bug8023392/bug8023392.html applet test to main using > PassFailJFrame Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision: Move test out of extra dir - Changes: - all: https://git.openjdk.org/jdk/p

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Alexey Ivanov
On Fri, 22 Mar 2024 15:20:02 GMT, Alexey Ivanov wrote: > I somewhat dislike that the test completes too quickly when I use my mouse. > Yes, you warn the tester the test is semi-automatic, yet I'd prefer giving > the tester more time. > > Technically, one event with `e.getWheelRotation() != 0`

Integrated: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main

2024-03-22 Thread Harshitha Onkar
On Thu, 14 Mar 2024 19:50:18 GMT, Harshitha Onkar wrote: > This test is converted to main using PassFailJFrame. It verifies wheel > rotation value for high-res mouse on windows. > > The test requires the updated PassFailJFrame's logArea() feature added in > this PR https://github.com/openjdk/j

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Damon Nguyen
On Fri, 22 Mar 2024 11:25:10 GMT, Tejesh R wrote: >> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update copyright year > > test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java line 47: > >> 45:

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v9]

2024-03-22 Thread Alexey Ivanov
On Fri, 22 Mar 2024 16:54:49 GMT, Harshitha Onkar wrote: >> This test is converted to main using PassFailJFrame. It verifies wheel >> rotation value for high-res mouse on windows. >> >> The test requires the updated PassFailJFrame's logArea() feature added in >> this PR https://github.com/open

RFR: 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main

2024-03-22 Thread Damon Nguyen
Convert java/awt/print/bug8023392/bug8023392.html applet test to main using PassFailJFrame - Commit messages: - Initial test conversion Changes: https://git.openjdk.org/jdk/pull/18458/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18458&range=00 Issue: https://bugs.open

Re: RFR: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java [v2]

2024-03-22 Thread Phil Race
> This previously closed test is cleaned up, opened and fixed to work on hidpi > at fractional scales. > It has unrelated problems on macOS 14 and is problem listed there (as it was > when it was a closed test). Phil Race has updated the pull request incrementally with one additional commit sin

Integrated: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java

2024-03-22 Thread Phil Race
On Thu, 21 Mar 2024 19:10:40 GMT, Phil Race wrote: > This previously closed test is cleaned up, opened and fixed to work on hidpi > at fractional scales. > It has unrelated problems on macOS 14 and is problem listed there (as it was > when it was a closed test). This pull request has now been

Re: RFR: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java

2024-03-22 Thread Phil Race
On Thu, 21 Mar 2024 19:10:40 GMT, Phil Race wrote: > This previously closed test is cleaned up, opened and fixed to work on hidpi > at fractional scales. > It has unrelated problems on macOS 14 and is problem listed there (as it was > when it was a closed test). OK, I've removed the problem li

Re: RFR: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java [v2]

2024-03-22 Thread Alexey Ivanov
On Fri, 22 Mar 2024 17:17:17 GMT, Phil Race wrote: >> This previously closed test is cleaned up, opened and fixed to work on hidpi >> at fractional scales. >> It has unrelated problems on macOS 14 and is problem listed there (as it was >> when it was a closed test). > > Phil Race has updated th

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v9]

2024-03-22 Thread Harshitha Onkar
> This test is converted to main using PassFailJFrame. It verifies wheel > rotation value for high-res mouse on windows. > > The test requires the updated PassFailJFrame's logArea() feature added in > this PR https://github.com/openjdk/jdk/pull/18319 Harshitha Onkar has updated the pull request

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 15:31:48 GMT, Alexey Ivanov wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> changed the forcePass logic, updated instructions > > test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel.java l

Re: RFR: 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only [v2]

2024-03-22 Thread Prasanta Sadhukhan
> Test is now passing in mac..Several iterations of the test passed in CI > system..link in JBS...deproblemlisted... Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: spacing - Changes: - all: https://git.openjdk.

Integrated: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main

2024-03-22 Thread Alexander Zuev
On Mon, 18 Mar 2024 20:36:53 GMT, Alexander Zuev wrote: > Convert test to a main based; > Move test to an appropriate folder; > Remove old files; This pull request has now been integrated. Changeset: b7a51dd0 Author:Alexander Zuev URL: https://git.openjdk.org/jdk/commit/b7a51dd0e8d5

Re: RFR: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:10:40 GMT, Phil Race wrote: > This previously closed test is cleaned up, opened and fixed to work on hidpi > at fractional scales. > It has unrelated problems on macOS 14 and is problem listed there (as it was > when it was a closed test). test/jdk/java/awt/Dialog/JaWSTe

Re: RFR: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:10:40 GMT, Phil Race wrote: > This previously closed test is cleaned up, opened and fixed to work on hidpi > at fractional scales. > It has unrelated problems on macOS 14 and is problem listed there (as it was > when it was a closed test). test/jdk/java/awt/Dialog/JaWSTe

RFR: 8328819: Remove applet usage from JFileChooser tests bug6698013

2024-03-22 Thread Alisen Chung
Removing applet usage from manual JFileChooser tests The original test is failing (nothing shows up in the JFileChooser), but this change does replace the applet usage with PassFailJFrame - Commit messages: - init commit Changes: https://git.openjdk.org/jdk/pull/18456/files Webre

Re: RFR: 8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:10:40 GMT, Phil Race wrote: > This previously closed test is cleaned up, opened and fixed to work on hidpi > at fractional scales. > It has unrelated problems on macOS 14 and is problem listed there (as it was > when it was a closed test). Looks good to me. I agree with

Re: RFR: 8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main [v5]

2024-03-22 Thread Alexander Zuev
> Convert test to main manual; > Move test to appropriate folder; > Delete old files; Alexander Zuev has updated the pull request incrementally with two additional commits since the last revision: - Moving toolkit checkto the beginning of the main method. - Update test/jdk/java/awt/FileDialog/

Integrated: 8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main

2024-03-22 Thread Alexander Zuev
On Mon, 18 Mar 2024 20:45:03 GMT, Alexander Zuev wrote: > Convert test to main manual; > Move test to appropriate folder; > Delete old files; This pull request has now been integrated. Changeset: 739957ca Author:Alexander Zuev URL: https://git.openjdk.org/jdk/commit/739957ca1e3b9ac9

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:53:48 GMT, Harshitha Onkar wrote: >> This test is converted to main using PassFailJFrame. It verifies wheel >> rotation value for high-res mouse on windows. >> >> The test requires the updated PassFailJFrame's logArea() feature added in >> this PR https://github.com/open

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:53:48 GMT, Harshitha Onkar wrote: >> This test is converted to main using PassFailJFrame. It verifies wheel >> rotation value for high-res mouse on windows. >> >> The test requires the updated PassFailJFrame's logArea() feature added in >> this PR https://github.com/open

Integrated: 8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization

2024-03-22 Thread Alexander Zvegintsev
On Thu, 21 Mar 2024 13:02:29 GMT, Alexander Zvegintsev wrote: > Two tests may fail intermittently on Wayland, the standard `waitForIdle` and > `delay` fixes the issue. > > Manual and CI testing looks good. This pull request has now been integrated. Changeset: 638708ca Author:Alexander Zv

Re: RFR: 8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization [v3]

2024-03-22 Thread Alexander Zvegintsev
> Two tests may fail intermittently on Wayland, the standard `waitForIdle` and > `delay` fixes the issue. > > Manual and CI testing looks good. Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision: Add @requires (os.family != "win

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v3]

2024-03-22 Thread Alexander Zvegintsev
On Fri, 22 Mar 2024 05:15:38 GMT, Alexander Zuev wrote: >> Convert test to a main based; >> Move test to an appropriate folder; >> Remove old files; > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Got rid of the test wind

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v50]

2024-03-22 Thread Magnus Ihse Bursie
On Fri, 22 Mar 2024 10:49:13 GMT, Julian Waters wrote: >> bot-keep-alive >> >> @TheShermanTanker Did you understand the remaining changes that Phil has >> requested? Do you think you'll be able to fix this? > > @magicus Phil doesn't seem to be responding to my queries, I'm not too sure > what

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v46]

2024-03-22 Thread Magnus Ihse Bursie
On Sat, 20 Jan 2024 00:40:40 GMT, Phil Race wrote: >> Julian Waters has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 79 commits: >> >> - Merge branch 'openjdk:master' into patch-10 >> - Merge branch 'openjdk:master' into patch-10

Re: RFR: 8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program [v2]

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 17:56:14 GMT, Phil Race wrote: >> test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.java >> line 110: >> >>> 108: } catch (UnsupportedFlavorException | IOException e) { >>> 109: e.printStackTrace(); >>> 110: } >>

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v46]

2024-03-22 Thread Magnus Ihse Bursie
On Sat, 20 Jan 2024 00:32:19 GMT, Phil Race wrote: >> Julian Waters has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 79 commits: >> >> - Merge branch 'openjdk:master' into patch-10 >> - Merge branch 'openjdk:master' into patch-10

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v14]

2024-03-22 Thread Magnus Ihse Bursie
On Fri, 3 Nov 2023 02:39:26 GMT, Julian Waters wrote: >> src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp line 61: >> >>> 59: >>> 60: jfieldID AwtPrintDialog::pageID; >>> 61: >> >> where and why did this come from ? > > This came from below, all I did was move it up and out of

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v2]

2024-03-22 Thread Magnus Ihse Bursie
On Sun, 3 Dec 2023 15:37:47 GMT, Julian Waters wrote: >> src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp line 1641: >> >>> 1639: } >>> 1640: } >>> 1641: >> >> A possible improvement later (and for a future RFE) would be to use RAII for >> deletion and then get rid of

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v52]

2024-03-22 Thread Magnus Ihse Bursie
On Wed, 20 Mar 2024 06:38:59 GMT, Julian Waters wrote: >> We should set the -permissive- flag for the Microsoft Visual C compiler, as >> was requested by the now backed out >> [JDK-8241499](https://bugs.openjdk.org/browse/JDK-8241499). Doing so makes >> the Visual C compiler much less acceptin

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Tejesh R
On Fri, 22 Mar 2024 08:48:35 GMT, Damon Nguyen wrote: >> Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to >> main using PassFailJFrame for the instructions. > > Damon Nguyen has updated the pull request incrementally with one additional > commit since the last revision:

Re: RFR: 8316324: Opensource five miscellaneous Swing tests

2024-03-22 Thread Tejesh R
On Thu, 21 Mar 2024 23:35:58 GMT, Alexander Zuev wrote: > Clean up and opensource five tests. test/jdk/javax/swing/InputVerifier/bug4774166.java line 144: > 142: public void performTest() throws InterruptedException, > InvocationTargetException { > 143: robot.setAutoDelay(100); > 1

Integrated: 8328484: Convert and Opensource few JFileChooser applet test to main

2024-03-22 Thread Abhishek Kumar
On Fri, 22 Mar 2024 08:55:26 GMT, Abhishek Kumar wrote: > Few closed manual applet JFileChooser tests convereted to PassFailJFrame > based manual test. This pull request has now been integrated. Changeset: 528efe20 Author:Abhishek Kumar URL: https://git.openjdk.org/jdk/commit/528ef

Re: RFR: 8328484: Convert and Opensource few JFileChooser applet test to main

2024-03-22 Thread Tejesh R
On Fri, 22 Mar 2024 08:55:26 GMT, Abhishek Kumar wrote: > Few closed manual applet JFileChooser tests convereted to PassFailJFrame > based manual test. Looks good to me. - Marked as reviewed by tr (Committer). PR Review: https://git.openjdk.org/jdk/pull/18447#pullrequestreview-19

Re: RFR: 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler [v50]

2024-03-22 Thread Julian Waters
On Mon, 18 Mar 2024 15:55:15 GMT, Magnus Ihse Bursie wrote: >> Julian Waters has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 84 commits: >> >> - Merge branch 'openjdk:master' into patch-10 >> - awt_Window.cpp >> - awt_Frame.cpp

Re: RFR: 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only

2024-03-22 Thread Abhishek Kumar
On Fri, 22 Mar 2024 09:55:46 GMT, Prasanta Sadhukhan wrote: > Test is now passing in mac..Several iterations of the test passed in CI > system..link in JBS...deproblemlisted... test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java line 1: > 1: /* Since these lines are unchanged, I cou

Integrated: 8328673: Convert closed text/html/CSS manual applet test to main

2024-03-22 Thread Prasanta Sadhukhan
On Thu, 21 Mar 2024 09:04:19 GMT, Prasanta Sadhukhan wrote: > Couple closed manual applet text/html/CSS tests are converted to main based > and opensourced This pull request has now been integrated. Changeset: cd534f81 Author:Prasanta Sadhukhan URL: https://git.openjdk.org/jdk/com

Re: RFR: 8328482: Convert and Open source few manual applet test to main based [v2]

2024-03-22 Thread Abhishek Kumar
On Fri, 22 Mar 2024 10:02:49 GMT, Tejesh R wrote: >> Convert and open source these manual applet test to main based: >> java/awt/Frame/MegaIconTest/MegaIconTest.html >> java/awt/Frame/FrameMaximizedTest/FrameMaximizedTest.html >> java/awt/Frame/FrameMinimizeTest/FrameMinimizeTest.html >> java/awt

Re: RFR: 8328484: Convert and Opensource few JFileChooser applet test to main

2024-03-22 Thread Prasanta Sadhukhan
On Fri, 22 Mar 2024 08:55:26 GMT, Abhishek Kumar wrote: > Few closed manual applet JFileChooser tests convereted to PassFailJFrame > based manual test. Marked as reviewed by psadhukhan (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/18447#pullrequestreview-1954414137

Re: RFR: 8328482: Convert and Open source few manual applet test to main based [v2]

2024-03-22 Thread Tejesh R
> Convert and open source these manual applet test to main based: > java/awt/Frame/MegaIconTest/MegaIconTest.html > java/awt/Frame/FrameMaximizedTest/FrameMaximizedTest.html > java/awt/Frame/FrameMinimizeTest/FrameMinimizeTest.html > java/awt/Frame/SizeMinimizedTest/SizeMinimizedTest.html Tejesh R

RFR: 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only

2024-03-22 Thread Prasanta Sadhukhan
Test is now passing in mac..Several iterations of the test passed in CI system..link in JBS...deproblemlisted... - Commit messages: - 8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only Changes: https://git.openjdk.org/jdk/pull/18449/files

RFR: 8328482: Convert and Open source few manual applet test to main based

2024-03-22 Thread Tejesh R
Convert and open source these manual applet test to main based: java/awt/Frame/MegaIconTest/MegaIconTest.html java/awt/Frame/FrameMaximizedTest/FrameMaximizedTest.html java/awt/Frame/FrameMinimizeTest/FrameMinimizeTest.html java/awt/Frame/SizeMinimizedTest/SizeMinimizedTest.html - Com

Integrated: 8328670: Automate and open source few closed manual applet test

2024-03-22 Thread Abhishek Kumar
On Thu, 21 Mar 2024 10:46:41 GMT, Abhishek Kumar wrote: > Few manual closed applet test converted to automated and open sourced. This pull request has now been integrated. Changeset: 38e3cda4 Author:Abhishek Kumar URL: https://git.openjdk.org/jdk/commit/38e3cda4420ef921cc6e43cb18338

Re: RFR: 8328670: Automate and open source few closed manual applet test [v2]

2024-03-22 Thread Tejesh R
On Thu, 21 Mar 2024 17:36:40 GMT, Abhishek Kumar wrote: >> Few manual closed applet test converted to automated and open sourced. > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Remove getContentPane usage Looks fine for

Re: RFR: 8328670: Automate and open source few closed manual applet test [v2]

2024-03-22 Thread Abhishek Kumar
On Fri, 22 Mar 2024 09:12:27 GMT, Tejesh R wrote: >> Don't think so. Test is all about CTRL+I pressed, if it fails that means >> event is not triggered. > > Not for failure case, I meant for Pass case. Anyways, Test passed will be recorded in jtr file. - PR Review Comment: https:/

Re: RFR: 8328670: Automate and open source few closed manual applet test [v2]

2024-03-22 Thread Tejesh R
On Fri, 22 Mar 2024 08:56:49 GMT, Abhishek Kumar wrote: >> test/jdk/javax/swing/JInternalFrame/Ctrli.java line 86: >> >>> 84: if (!iPressed) { >>> 85: throw new RuntimeException("Test failed: CTRL+I not >>> pressed."); >>> 86: } >> >> Console print menti

RFR: 8328484: Convert and Opensource few JFileChooser applet test to main

2024-03-22 Thread Abhishek Kumar
Few closed manual applet JFileChooser tests convereted to PassFailJFrame based manual test. - Commit messages: - Applet test conerted to main manual and open sourced Changes: https://git.openjdk.org/jdk/pull/18447/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18447&range

Re: RFR: 8328670: Automate and open source few closed manual applet test [v2]

2024-03-22 Thread Abhishek Kumar
On Fri, 22 Mar 2024 07:17:00 GMT, Tejesh R wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove getContentPane usage > > test/jdk/javax/swing/JInternalFrame/Ctrli.java line 75: > >> 73: robot.mouse

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Damon Nguyen
On Fri, 22 Mar 2024 01:23:40 GMT, Harshitha Onkar wrote: > @DamonGuy Tested on macOS, JColorChooser DnD doesn't seem to work on it. Same for me. Looks like it's not an issue with the test and rather a bug that hasn't been fixed yet. I found [JDK-8065647](https://bugs.openjdk.org/browse/JDK-806

Re: RFR: 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main [v2]

2024-03-22 Thread Damon Nguyen
> Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main > using PassFailJFrame for the instructions. Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision: Update copyright year - Changes: - all: http

Re: RFR: 8328670: Automate and open source few closed manual applet test [v2]

2024-03-22 Thread Tejesh R
On Thu, 21 Mar 2024 17:36:40 GMT, Abhishek Kumar wrote: >> Few manual closed applet test converted to automated and open sourced. > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Remove getContentPane usage test/jdk/javax

Re: RFR: 8316324: Opensource five miscellaneous Swing tests

2024-03-22 Thread Prasanta Sadhukhan
On Thu, 21 Mar 2024 23:35:58 GMT, Alexander Zuev wrote: > Clean up and opensource five tests. test/jdk/javax/swing/InputVerifier/bug4774166.java line 44: > 42: * @summary InputVerifier should be called after a window loses and then > regains focus > 43: * @library /javax/swing/regtesthelpers