Integrated: 8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows

2022-06-03 Thread Manukumar V S
On Tue, 17 May 2022 15:52:03 GMT, Manukumar V S wrote: > This test verifies that dragging from one InternalFrame and a drop target in > another InternalFrame functions properly. > This fix moves an unstable closed applet based test to open regression based > java test, but update

Re: RFR: 8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows [v2]

2022-06-03 Thread Manukumar V S
On Fri, 3 Jun 2022 15:04:02 GMT, Tejesh R wrote: >> In order to get the updated data all the time, as this variable will be >> updated from EDT and the value will be read from main thread also. > > I meant was it causing an issue in the previous test (before updating the > test)? I think this

Re: RFR: 8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows [v2]

2022-06-03 Thread Manukumar V S
On Thu, 2 Jun 2022 08:14:23 GMT, Manukumar V S wrote: >> This test verifies that dragging from one InternalFrame and a drop target in >> another InternalFrame functions properly. >> This fix moves an unstable closed applet based test to open regression based >> java

Re: RFR: 8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows

2022-06-02 Thread Manukumar V S
On Thu, 19 May 2022 16:15:05 GMT, Jayathirth D V wrote: > > > I dont see an internal PR to remove the applet based closed test. Also > > > why https://bugs.openjdk.java.net/browse/JDK-8286822 is created as > > > enhancement ? > > > If this test is failing intermittently how many times we have s

Re: RFR: 8286822: Write a test to check the DND functionality between two InternalFrames [v2]

2022-06-02 Thread Manukumar V S
On Fri, 20 May 2022 07:51:28 GMT, Tejesh R wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Following the process to convert a closed test to open, created a PR in >> closed

Re: RFR: 8286822: Write a test to check the DND functionality between two InternalFrames [v2]

2022-06-02 Thread Manukumar V S
provements. The closed test was creating noise in CI as it often fails in > Windows platform, especially in Windows 11. > > Testing: > 1. Tested using mach5 20 times per platform and got all Pass. > 2. Tested using mach5 5 times specifically on Windows 11 and got all Pass. Manu

Re: RFR: 8286822: Write a test to check the DND functionality between two InternalFrames

2022-05-18 Thread Manukumar V S
On Thu, 19 May 2022 06:03:51 GMT, Jayathirth D V wrote: > I dont see an internal PR to remove the applet based closed test. Also why > https://bugs.openjdk.java.net/browse/JDK-8286822 is created as enhancement ? > > If this test is failing intermittently how many times we have seen this test >

RFR: 8286822: Write a test to check the DND functionality between two InternalFrames

2022-05-17 Thread Manukumar V S
This test verifies that dragging from one InternalFrame and a drop target in another InternalFrame functions properly. This fix moves an unstable closed applet based test to open regression based java test, but updated to be more comprehensive with some stabilisation improvements. The closed tes

Integrated: 8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox

2022-05-11 Thread Manukumar V S
On Wed, 27 Apr 2022 11:22:48 GMT, Manukumar V S wrote: > This test verifies that showing a JPopupMenu shouldn't steal the focus out of > current focused component.. > This fix moves an unstable closed test to open but updated to be more > comprehensive in testing multiple L

Re: RFR: 8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox [v2]

2022-05-10 Thread Manukumar V S
nts. The closed test had some dependencies with some proprietary > libraries which are all removed here. > > Testing: > Tested using mach5 10 times per platform and got all Pass. Manukumar V S has updated the pull request incrementally with one additional commit since the last r

Re: RFR: 8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox [v2]

2022-05-10 Thread Manukumar V S
On Mon, 9 May 2022 18:08:55 GMT, Phil Race wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comment fixed: Removed finally block and added the call to >> disposeFrame()

Integrated: 8030121: java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java fails

2022-05-09 Thread Manukumar V S
On Wed, 4 May 2022 07:59:41 GMT, Manukumar V S wrote: > Removing MissingDragExitEventTest.java from ProblemList as JDK-8274597 > already fixed the test and it's working fine now. > > Testing: > MissingDragExitEventTest.java test has been run 10 times on all 3 platforms

Re: RFR: 8030121: java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java fails

2022-05-06 Thread Manukumar V S
On Wed, 4 May 2022 07:59:41 GMT, Manukumar V S wrote: > Removing MissingDragExitEventTest.java from ProblemList as JDK-8274597 > already fixed the test and it's working fine now. > > Testing: > MissingDragExitEventTest.java test has been run 10 times on all 3 platforms

Re: RFR: 8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox

2022-05-02 Thread Manukumar V S
On Wed, 27 Apr 2022 11:22:48 GMT, Manukumar V S wrote: > This test verifies that showing a JPopupMenu shouldn't steal the focus out of > current focused component.. > This fix moves an unstable closed test to open but updated to be more > comprehensive in testing multiple L

Integrated: 8274597: Some of the dnd tests time out and fail intermittently

2022-04-29 Thread Manukumar V S
On Wed, 20 Apr 2022 13:03:48 GMT, Manukumar V S wrote: > These dnd tests fails with a time out intermittently in some machines(mostly > Windows 11) which creates frequent noise in CI. > 1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java > 2.

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v5]

2022-04-29 Thread Manukumar V S
d before disposing the frame. > > Testing: > 1. All the four tests are run 10 times per platform and got all pass > 2. All the four tests are run 10 times on Windows 11 and got all pass Manukumar V S has updated the pull request incrementally with one additional commit since the last

Integrated: 8283624: Create an automated regression test for RFE-4390885

2022-04-28 Thread Manukumar V S
On Mon, 28 Mar 2022 14:17:17 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement > Request. > > Issue: > Please add the ability to set the location of a JFileChooser. This mig

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v2]

2022-04-28 Thread Manukumar V S
On Wed, 27 Apr 2022 18:11:39 GMT, Phil Race wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added blank line at end of file > > test/jdk/java/awt/regtesthelpers

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v4]

2022-04-28 Thread Manukumar V S
d before disposing the frame. > > Testing: > 1. All the four tests are run 10 times per platform and got all pass > 2. All the four tests are run 10 times on Windows 11 and got all pass Manukumar V S has updated the pull request incrementally with one additional commit since the las

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v3]

2022-04-28 Thread Manukumar V S
d before disposing the frame. > > Testing: > 1. All the four tests are run 10 times per platform and got all pass > 2. All the four tests are run 10 times on Windows 11 and got all pass Manukumar V S has updated the pull request incrementally with one additional commit since the last

RFR: 8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox

2022-04-27 Thread Manukumar V S
This test verifies that showing a JPopupMenu shouldn't steal the focus out of current focused component.. This fix moves an unstable closed test to open but updated to be more comprehensive in testing multiple Look and Feels and with some stabilisation improvements. The closed test had some depe

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v2]

2022-04-27 Thread Manukumar V S
On Wed, 27 Apr 2022 07:33:31 GMT, Sergey Bylokhov wrote: > Why do these tests timeout? is it possible that we can get a deadlock there? This doesn't seem to be a deadlock. When there is no sufficient delay after the mouse release(dragged mouse pointer release to drop the content), the frame is

Re: RFR: 8283624: Create an automated regression test for RFE-4390885 [v4]

2022-04-27 Thread Manukumar V S
the dialog away from the menu item that > initiated it. > > Fix: > Now it's possible to set the location of Dialog in JFileChooser. > > Testing: > 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all > Pass. Manukumar V S has updated the p

Re: RFR: 8283624: Create an automated regression test for RFE-4390885 [v3]

2022-04-27 Thread Manukumar V S
On Wed, 27 Apr 2022 07:38:42 GMT, Sergey Bylokhov wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Removed some duplicate code > > test/jdk/javax/swing/JFileChooser/JFileChoose

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v2]

2022-04-26 Thread Manukumar V S
On Wed, 20 Apr 2022 13:28:17 GMT, Manukumar V S wrote: >> These dnd tests fails with a time out intermittently in some machines(mostly >> Windows 11) which creates frequent noise in CI. >> 1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java

Re: RFR: 8283624: Create an automated regression test for RFE-4390885 [v3]

2022-04-23 Thread Manukumar V S
On Wed, 20 Apr 2022 07:14:33 GMT, Manukumar V S wrote: >> Write a regression test for >> [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement >> Request. >> >> Issue: >> Please add the ability to set the location of a JFile

Re: RFR: 8274597: Some of the dnd tests time out and fail intermittently [v2]

2022-04-20 Thread Manukumar V S
; Adding a small auto delay of 100ms to fix this. > > Testing: > 1. All the three tests are run 15 times per platform. > 2. All the tests in java/awt/dnd package run 5 times per platform > 3. All the three tests are run 5 times specifically on Windows 11 platform. Manukumar V

RFR: 8274597: Some of the dnd tests time out and fail intermittently

2022-04-20 Thread Manukumar V S
These dnd tests fails with a time out intermittently in some machines(mostly Windows 11) which creates frequent noise in CI. 1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java 2. java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java 3. java/awt/dnd/DropTargetEnterExitTest/

Re: RFR: 8283624: Create an automated regression test for RFE-4390885 [v3]

2022-04-20 Thread Manukumar V S
the dialog away from the menu item that > initiated it. > > Fix: > Now it's possible to set the location of Dialog in JFileChooser. > > Testing: > 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all > Pass. Manukumar V S has updated the p

Integrated: 8284521: Write an automated regression test for RFE 4371575

2022-04-18 Thread Manukumar V S
On Thu, 7 Apr 2022 11:08:38 GMT, Manukumar V S wrote: > Write an automated regression test for > [JDK-4371575](https://bugs.openjdk.java.net/browse/JDK-4371575) > > Issue: > As part of the Merlin focus project, JComponent.setRequestFocusEnabled was > deprecated and its

Re: RFR: 8283624: Create an automated regression test for RFE-4390885 [v2]

2022-04-18 Thread Manukumar V S
On Fri, 8 Apr 2022 07:14:28 GMT, Manukumar V S wrote: >> Write a regression test for >> [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement >> Request. >> >> Issue: >> Please add the ability to set the location of a JFile

Re: RFR: 8284521: Write an automated regression test for RFE 4371575 [v2]

2022-04-13 Thread Manukumar V S
On Sat, 9 Apr 2022 05:27:37 GMT, Sergey Bylokhov wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comment fixed: Removed unwanted directory > > Marked as reviewed by ser

Integrated: 8283507: Create a regression test for RFE 4287690

2022-04-11 Thread Manukumar V S
On Tue, 22 Mar 2022 15:48:39 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690) > Issue description: > I want JComboBox to send an event just before the popup (drop down) list is > displayed. > > Fix:

Re: RFR: 8283507: Create a regression test for RFE 4287690 [v4]

2022-04-11 Thread Manukumar V S
p is visible > as well as invisible. JComboBox.addPopupMenuListener(PopupMenuListener) can > be used to register for pop up events. > > Testing: > Tested using Mach5 in all platforms available(macos,linux and windows) and > got all pass. Manukumar V S has updated the pull request in

Re: RFR: 8284521: Write an automated regression test for RFE 4371575 [v2]

2022-04-10 Thread Manukumar V S
On Fri, 8 Apr 2022 17:57:42 GMT, Phil Race wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comment fixed: Removed unwanted directory > > t

Re: RFR: 8284521: Write an automated regression test for RFE 4371575 [v2]

2022-04-08 Thread Manukumar V S
On Thu, 7 Apr 2022 21:01:30 GMT, Phil Race wrote: > Before I look at the test, can you get rid of the pointless directory 4371575 > A directory might be needed if you had a lot of files for the test - but you > don't ! And I really don't like naming directories OR tests with the bugid. > Someo

Re: RFR: 8283624: Create an automated regression test for RFE-4390885 [v2]

2022-04-08 Thread Manukumar V S
the dialog away from the menu item that > initiated it. > > Fix: > Now it's possible to set the location of Dialog in JFileChooser. > > Testing: > 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all > Pass. Manukumar V S has updated the p

Re: RFR: 8283507: Create a regression test for RFE 4287690 [v3]

2022-04-08 Thread Manukumar V S
p is visible > as well as invisible. JComboBox.addPopupMenuListener(PopupMenuListener) can > be used to register for pop up events. > > Testing: > Tested using Mach5 in all platforms available(macos,linux and windows) and > got all pass. Manukumar V S has updated the pull request in

Re: RFR: 8284521: Write an automated regression test for RFE 4371575 [v2]

2022-04-08 Thread Manukumar V S
cusable property if they > don't want a component focusable at all. > > Testing: > Tested in mach5, 10 times with all the 3 available platform like macosx, > windows and linux and got all Pass. Manukumar V S has updated the pull request incrementally with one additional

RFR: 8284521: Write an automated regression test for RFE 4371575

2022-04-07 Thread Manukumar V S
Write an automated regression test for [JDK-4371575](https://bugs.openjdk.java.net/browse/JDK-4371575) Issue: As part of the Merlin focus project, JComponent.setRequestFocusEnabled was deprecated and its implementation was changed to map exactly to the new method Component.setFocusable. Scott bel

Integrated: 8284294: Create an automated regression test for RFE 4138746

2022-04-06 Thread Manukumar V S
On Mon, 4 Apr 2022 14:05:14 GMT, Manukumar V S wrote: > Create an automated regression test for > [JDK-4138746](https://bugs.openjdk.java.net/browse/JDK-4138746) > > Issue: > In the following example (and similarly with other components) you cannot > specify the correct char

Re: RFR: 8284294: Create an automated regression test for RFE 4138746 [v2]

2022-04-05 Thread Manukumar V S
cIndex" is introduced > in classes AbstractButton and JLabel. It tells which > character to underline. So for example to underline > the capital 'A' in 'Save As', one should call: > setMnemonic('A'); > setDisplayedMnemonicIndex(5); > > Test

Re: RFR: 8283624: Create an automated regression test for RFE-4390885

2022-03-30 Thread Manukumar V S
On Mon, 28 Mar 2022 14:17:17 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement > Request. > > Issue: > Please add the ability to set the location of a JFileChooser. This mig

Re: RFR: 8283623: Create an automated regression test for JDK-4525475 [v2]

2022-03-30 Thread Manukumar V S
On Tue, 29 Mar 2022 22:06:37 GMT, Sergey Bylokhov wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comments fixed: code for the Swing lib executed on EDT > > test/jdk/ja

Re: RFR: 8283623: Create an automated regression test for JDK-4525475 [v2]

2022-03-30 Thread Manukumar V S
Failed. > Name = Go Up, readOnly = false > Name = New Folder, readOnly = false > Failed > > Java 1.5.0 -> Test Passed. > $ jdk1.5.0/bin/java Bug4525475 > LookAndFeel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > Name = Go Up, readOnly = true > Name = Go Up,

Re: RFR: 8283623: Create an automated regression test for JDK-4525475

2022-03-30 Thread Manukumar V S
On Tue, 29 Mar 2022 22:08:01 GMT, Sergey Bylokhov wrote: >> Write a regression test for >> [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475) >> >> Issue: >> JFileChooser allows modification to the file-system by way of the "New >> Folder" >> button, and the ability to rename file

Re: RFR: 8283507: Create a regression test for RFE 4287690 [v2]

2022-03-30 Thread Manukumar V S
On Wed, 23 Mar 2022 05:31:10 GMT, Manukumar V S wrote: >> Create a regression test for >> [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690) >> Issue description: >> I want JComboBox to send an event just before the popup (drop down) list is >>

Re: RFR: 8283621: Write a regression test for CCC4400728

2022-03-29 Thread Manukumar V S
On Tue, 29 Mar 2022 20:48:58 GMT, Sergey Bylokhov wrote: >> Write a regression test for >> [JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728) >> >> Issue: >> JFileChooser constructors by default set current directory to the "Desktop" >> value on Windows, >> but should use 'My Docu

Integrated: 8282936: Write a regression test for JDK-4615365

2022-03-29 Thread Manukumar V S
On Sun, 13 Mar 2022 13:54:47 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4615365](https://bugs.openjdk.java.net/browse/JDK-4615365) : JSplitPane > current and last divider positions incorrect when realized > > Issue: > JSplitPane component with a left a

RFR: 8283624: Create an automated regression test for RFE-4390885

2022-03-28 Thread Manukumar V S
Write a regression test for [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement Request. Issue: Please add the ability to set the location of a JFileChooser. This might be a bug, but JFileChooser.setLocation() has no effect when JFileChooser.showDialog() is called. Th

Re: RFR: 8283623: Create an automated regression test for JDK-4525475

2022-03-26 Thread Manukumar V S
On Sat, 26 Mar 2022 07:19:28 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475) > > Issue: > JFileChooser allows modification to the file-system by way of the "New Folder" > button, and the a

Re: RFR: 8283621: Write a regression test for CCC4400728

2022-03-26 Thread Manukumar V S
On Thu, 24 Mar 2022 15:22:35 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728) > > Issue: > JFileChooser constructors by default set current directory to the "Desktop" > value on Windows, &g

RFR: 8283623: Create an automated regression test for JDK-4525475

2022-03-26 Thread Manukumar V S
Write a regression test for [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475) Issue: JFileChooser allows modification to the file-system by way of the "New Folder" button, and the ability to rename file/folder names. There is no method on JFileChooser which indicates that this type

RFR: 8283621: Write a regression test for CCC4400728

2022-03-24 Thread Manukumar V S
Write a regression test for [JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728) Issue: JFileChooser constructors by default set current directory to the "Desktop" value on Windows, but should use 'My Documents' property instead, also user.home for unix platforms. javadoc says: "pub

Re: RFR: 8283507: Create a regression test for RFE 4287690 [v2]

2022-03-24 Thread Manukumar V S
On Wed, 23 Mar 2022 05:31:10 GMT, Manukumar V S wrote: >> Create a regression test for >> [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690) >> Issue description: >> I want JComboBox to send an event just before the popup (drop down) list is >>

Re: RFR: 8282936: Write a regression test for JDK-4615365 [v2]

2022-03-23 Thread Manukumar V S
On Tue, 22 Mar 2022 06:29:16 GMT, Manukumar V S wrote: >> Write a regression test for >> [JDK-4615365](https://bugs.openjdk.java.net/browse/JDK-4615365) : JSplitPane >> current and last divider positions incorrect when realized >> >> Issue: >> JSplit

Integrated: 8282860: Write a regression test for JDK-4164779

2022-03-23 Thread Manukumar V S
On Sun, 13 Mar 2022 13:42:15 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4164779](https://bugs.openjdk.java.net/browse/JDK-4164779) : JSplitPane > keyboard navigation does not support F6 and Ctrl+Tab > > > Issue: > The specified keyboard suppor

Integrated: 8283493: Create an automated regression test for RFE 4231298

2022-03-23 Thread Manukumar V S
On Tue, 22 Mar 2022 15:30:09 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4231298](https://bugs.openjdk.java.net/browse/JDK-4231298) > Issue: > When a JComboBox first drops down, the renderer is called for > every element in the list, even those element

Re: RFR: 8283507: Create a regression test for RFE 4287690 [v2]

2022-03-22 Thread Manukumar V S
p is visible > as well as invisible. JComboBox.addPopupMenuListener(PopupMenuListener) can > be used to register for pop up events. > > Testing: > Tested using Mach5 in all platforms available(macos,linux and windows) and > got all pass. Manukumar V S has updated the pull request in

RFR: 8283507: Create a regression test for RFE 4287690

2022-03-22 Thread Manukumar V S
Create a regression test for [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690) Issue description: I want JComboBox to send an event just before the popup (drop down) list is displayed. Fix: This requires some additional API targeted for major release of the JDK (1.4).The PopupMenu

Re: RFR: 8283493: Create an automated regression test for RFE 4231298 [v2]

2022-03-22 Thread Manukumar V S
Selected = false, cellHasFocus = > false > Value of the Counter is 1 > getListCellRendererComponent index = -1, isSelected = false, cellHasFocus = > false > Value of the Counter is 2 > getListCellRendererComponent index = -1, isSelected = false, cellHasFocus = > false > Value

RFR: 8283493: Create an automated regression test for RFE 4231298

2022-03-22 Thread Manukumar V S
Create a regression test for [JDK-4231298](https://bugs.openjdk.java.net/browse/JDK-4231298) Issue: When a JComboBox first drops down, the renderer is called for every element in the list, even those elements that will not actually be drawn on the screen. Fix: Introduced new API to JComboBox: get

Re: RFR: 8282936: Write a regression test for JDK-4615365 [v2]

2022-03-21 Thread Manukumar V S
On Tue, 22 Mar 2022 01:35:52 GMT, Sergey Bylokhov wrote: >> Manukumar V S has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Removed extra blank line before import static >> - Review comment fixed: Limited

Re: RFR: 8282936: Write a regression test for JDK-4615365 [v2]

2022-03-21 Thread Manukumar V S
last= 0 > Test Failed. > > Java 1.4.1 -> Test Passed. > $ j2sdk1.4.1/bin/java bug4615365 > current= 97, last= -1 > Test Passed. Manukumar V S has updated the pull request incrementally with two additional commits since the last revision: - Removed extra blank line before import static

Re: RFR: 8282860: Write a regression test for JDK-4164779 [v2]

2022-03-21 Thread Manukumar V S
On Sun, 13 Mar 2022 14:01:25 GMT, Manukumar V S wrote: >> Write a regression test for >> [JDK-4164779](https://bugs.openjdk.java.net/browse/JDK-4164779) : JSplitPane >> keyboard navigation does not support F6 and Ctrl+Tab >> >> >> Issue: >> The spec

Integrated: 8282937: Write a regression test for JDK-4820080

2022-03-21 Thread Manukumar V S
On Sun, 13 Mar 2022 14:07:22 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: Cannot > Change the JSplitPane Divider Color while dragging > > Issue(as per bug description): > I want to chang

Integrated: 8282789: Create a regression test for the JTree usecase of JDK-4618767

2022-03-21 Thread Manukumar V S
On Tue, 8 Mar 2022 10:52:44 GMT, Manukumar V S wrote: > Create a regression test for the JTree usecase of > [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767) > > > Issue identified in > [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767): > Ty

Integrated: 8282548: Create a regression test for JDK-4330998

2022-03-21 Thread Manukumar V S
On Tue, 8 Mar 2022 10:06:23 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998) > > > Issue tested: > When calling JEditorPane.setText(null), the following exception is thrown: > > java.l

Re: RFR: 8282548: Create a regression test for JDK-4330998 [v5]

2022-03-17 Thread Manukumar V S
NullPointerException when calling text.setText(null) > at bug4330998Win.runTest(bug4330998Win.java:45) > at bug4330998Win.main(bug4330998Win.java:51) > Exception in thread "main" > > Java 1.4.1 -> Test Passed. > $ ./j2sdk1.4.1/bin/java bug4330998Wi

Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Manukumar V S
On Wed, 16 Mar 2022 20:20:39 GMT, Sergey Bylokhov wrote: > Looks fine, please confirm that mach5 is green before integration. Confirmed with Mach5 execution in Linux,Mac and Windows machines(10 times run in each platform) and got all pass. - PR: https://git.openjdk.java.net/jdk/pu

Re: RFR: 8282548: Create a regression test for JDK-4330998 [v4]

2022-03-16 Thread Manukumar V S
NullPointerException when calling text.setText(null) > at bug4330998Win.runTest(bug4330998Win.java:45) > at bug4330998Win.main(bug4330998Win.java:51) > Exception in thread "main" > > Java 1.4.1 -> Test Passed. > $ ./j2sdk1.4.1/bin/java bug4330998Wi

Re: RFR: 8282548: Create a regression test for JDK-4330998 [v3]

2022-03-16 Thread Manukumar V S
NullPointerException when calling text.setText(null) > at bug4330998Win.runTest(bug4330998Win.java:45) > at bug4330998Win.main(bug4330998Win.java:51) > Exception in thread "main" > > Java 1.4.1 -> Test Passed. > $ ./j2sdk1.4.1/bin/java bug4330998Wi

Re: RFR: 8282548: Create a regression test for JDK-4330998 [v2]

2022-03-16 Thread Manukumar V S
On Wed, 16 Mar 2022 16:36:22 GMT, Alexey Ivanov wrote: >> test/jdk/javax/swing/JEditorPane/4330998/JEditorPaneSetTextNullTest.java >> line 41: >> >>> 39: >>> 40: try { >>> 41: SwingUtilities.invokeAndWait(() -> >>> editorPane.setText(null)); >> >> I believe the test cou

Re: RFR: 8282548: Create a regression test for JDK-4330998 [v2]

2022-03-16 Thread Manukumar V S
NullPointerException when calling text.setText(null) > at bug4330998Win.runTest(bug4330998Win.java:45) > at bug4330998Win.main(bug4330998Win.java:51) > Exception in thread "main" > > Java 1.4.1 -> Test Passed. > $ ./j2sdk1.4.1/bin/java bug4330998Wi

Re: RFR: 8282789: Create a regression test for the JTree usecase of JDK-4618767 [v2]

2022-03-16 Thread Manukumar V S
fLookAndFeel > LookAndFeel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > OS = windows nt (unknown) > Test passed com.sun.java.swing.plaf.windows.WindowsLookAndFeel Manukumar V S has updated the pull request incrementally with one additional commit since the last revision: Review comments fixed: Removed (int) c

Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Manukumar V S
Test Failed. > > Java 1.5.0 -> Test Failed. > $ ./jdk1.5.0/bin/java JSplitPaneDragColorTest > Metal uses correct drag color true > Windows uses correct drag color true > Windows Classic uses correct drag color true > Test Passed. Manukumar V S has updated the pull request incr

Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Manukumar V S
On Wed, 16 Mar 2022 06:31:52 GMT, Manukumar V S wrote: >> test/jdk/javax/swing/JSplitPane/4820080/JSplitPaneDragColorTest.java line 71: >> >>> 69: robot.setAutoWaitForIdle(true); >>> 70: robot.setAutoDelay(200); >>> 71: // Skippin

Re: RFR: 8282937: Write a regression test for JDK-4820080

2022-03-15 Thread Manukumar V S
On Wed, 16 Mar 2022 05:53:50 GMT, Sergey Bylokhov wrote: >> Write a regression test for >> [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: >> Cannot Change the JSplitPane Divider Color while dragging >> >> Issue(as per bug description): >> I want to change the color of t

Re: RFR: 8282548: Create a regression test for JDK-4330998

2022-03-15 Thread Manukumar V S
On Tue, 8 Mar 2022 10:06:23 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998) > Context: Migrating tests from a closed tonga based test suite to open > regression based one. > > Issue test

Re: RFR: 8282789: Create a regression test for the JTree usecase of JDK-4618767

2022-03-15 Thread Manukumar V S
On Tue, 8 Mar 2022 10:52:44 GMT, Manukumar V S wrote: > Create a regression test for the JTree usecase of > [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767) > Context: Migrating tests from a closed tonga based test suite to open > regression based one. > > I

RFR: 8282937: Write a regression test for JDK-4820080

2022-03-13 Thread Manukumar V S
Write a regression test for [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: Cannot Change the JSplitPane Divider Color while dragging Issue(as per bug description): I want to change the color of the JSplitPane divider. I opened the code and found that, the color is hard co

RFR: 8282936: Write a regression test for JDK-4615365

2022-03-13 Thread Manukumar V S
Write a regression test for [JDK-4615365](https://bugs.openjdk.java.net/browse/JDK-4615365) : JSplitPane current and last divider positions incorrect when realized Issue: JSplitPane component with a left and right component has its current divider position incorrectly set to -1 once it is fully

Re: RFR: 8282860: Write a regression test for JDK-4164779 [v2]

2022-03-13 Thread Manukumar V S
./j2sdk1.4.0/bin/java JSplitPaneTest > Verifier 1 failed > Verifier 2 failed > Verifier 3 failed > Verifier 4 failed > Test Failed. > > Java 1.4.1 -> Test Passed. > $ ./j2sdk1.4.1/bin/java JSplitPaneTest > Verifier 1 passed > Verifier 2 passed > Verifier 3 pas

RFR: 8282860: Write a regression test for JDK-4164779

2022-03-13 Thread Manukumar V S
Write a regression test for [JDK-4164779](https://bugs.openjdk.java.net/browse/JDK-4164779) : JSplitPane keyboard navigation does not support F6 and Ctrl+Tab Context: Migrating tests from a closed tonga based test suite to open regression based one. Issue: The specified keyboard support for JSp

Integrated: 8282234: Create a regression test for JDK-4532513

2022-03-08 Thread Manukumar V S
On Tue, 22 Feb 2022 15:47:20 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4532513](https://bugs.openjdk.java.net/browse/JDK-4532513). > This test verifies that the DefaultCaret doesn't requests focus in mouseClick > and mousePressed causing the associated

Re: RFR: 8282789: Create a regression test for the JTree usecase of JDK-4618767

2022-03-08 Thread Manukumar V S
On Tue, 8 Mar 2022 10:52:44 GMT, Manukumar V S wrote: > Create a regression test for the JTree usecase of > [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767) > Context: Migrating tests from a closed tonga based test suite to open > regression based one. > > I

RFR: 8282789: Create a regression test for the JTree usecase of JDK-4618767

2022-03-08 Thread Manukumar V S
Create a regression test for the JTree usecase of [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767) Context: Migrating tests from a closed tonga based test suite to open regression based one. Issue identified in [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767): Typi

Re: RFR: 8282548: Create a regression test for JDK-4330998

2022-03-08 Thread Manukumar V S
On Tue, 8 Mar 2022 10:06:23 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998) > Context: Migrating tests from a closed tonga based test suite to open > regression based one. > > Issue test

RFR: 8282548: Create a regression test for JDK-4330998

2022-03-08 Thread Manukumar V S
Create a regression test for [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998) Issue tested: When calling JEditorPane.setText(null), the following exception is thrown: java.lang.NullPointerException: at java.io.StringReader.(StringReader.java:38) Testing: Java 1.4.0 -> Tes

Re: RFR: 8282234: Create a regression test for JDK-4532513 [v6]

2022-03-07 Thread Manukumar V S
shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel > Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Manukumar V S has upda

Re: RFR: 8282234: Create a regression test for JDK-4532513 [v5]

2022-03-07 Thread Manukumar V S
shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel > Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Manukumar V S has

Re: RFR: 8282234: Create a regression test for JDK-4532513 [v4]

2022-03-06 Thread Manukumar V S
shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel > Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Manukumar V S has u

Integrated: 8282343: Create a regression test for JDK-4518432

2022-03-04 Thread Manukumar V S
On Thu, 24 Feb 2022 11:46:58 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4518432](https://bugs.openjdk.java.net/browse/JDK-4518432). > > Issue: Copying from JTree and then changing the data in the component that > was copied from, can cause pastes to use &

Re: RFR: 8282234: Create a regression test for JDK-4532513 [v2]

2022-03-03 Thread Manukumar V S
On Wed, 23 Feb 2022 07:13:25 GMT, Manukumar V S wrote: >> Create a regression test for >> [JDK-4532513](https://bugs.openjdk.java.net/browse/JDK-4532513). >> This test verifies that the DefaultCaret doesn't requests focus in >> mouseClick and mousePressed causing

Re: RFR: 8282234: Create a regression test for JDK-4532513 [v3]

2022-03-03 Thread Manukumar V S
shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel > Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > shouldYieldFocus called 1 > Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Manukumar V S has up

Re: RFR: 8282343: Create a regression test for JDK-4518432 [v2]

2022-03-03 Thread Manukumar V S
est Passed in javax.swing.plaf.metal.MetalLookAndFeel > Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel > Test Passed in com.sun.java.swing.plaf.windows.WindowsLookAndFeel Manukumar V S has updated the pull request incrementally with one additional commit since the last revision: R

Integrated: 8282402: Create a regression test for JDK-4666101

2022-03-03 Thread Manukumar V S
On Fri, 25 Feb 2022 15:37:10 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4666101](https://bugs.openjdk.java.net/browse/JDK-4666101). > > DESCRIPTION OF THE ACTUAL PROBLEM : > In a JEditorPane, the down arrow has no effect after you add text on a line >

Re: RFR: 8282402: Create a regression test for JDK-4666101 [v3]

2022-03-03 Thread Manukumar V S
iled, Down Arrow Key Not Functional, expected caret position is 5, but > actual is 4 > > > Java 1.4.2 -> Test Passed. > $ ./j2sdk1.4.2/bin/java JEditorBugWin > Caret Updated : 5 > Test Passed, Down Arrow Key Functional Manukumar V S has updated the pull request incrementally

Re: RFR: 8282343: Create a regression test for JDK-4518432

2022-03-03 Thread Manukumar V S
On Thu, 24 Feb 2022 11:46:58 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4518432](https://bugs.openjdk.java.net/browse/JDK-4518432). > > Issue: Copying from JTree and then changing the data in the component that > was copied from, can cause pastes to use &

Re: RFR: 8282402: Create a regression test for JDK-4666101 [v2]

2022-03-03 Thread Manukumar V S
On Thu, 3 Mar 2022 06:19:36 GMT, Manukumar V S wrote: >> Create a regression test for >> [JDK-4666101](https://bugs.openjdk.java.net/browse/JDK-4666101). >> >> DESCRIPTION OF THE ACTUAL PROBLEM : >> In a JEditorPane, the down arrow has no effect after you add

  1   2   >