Re: RFR: 8281535: Create a regression test for JDK-4670051 [v3]

2022-02-11 Thread Alexey Ivanov
On Fri, 11 Feb 2022 16:53:53 GMT, Manukumar V S wrote: >> Create a regression test for >> [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks >> whether JSpinner with a SpinnerDateModel exactly spins the field where >> cursor is there. >> I have updated the testing det

Re: RFR: 8281535: Create a regression test for JDK-4670051 [v3]

2022-02-11 Thread Manukumar V S
> Create a regression test for > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks > whether JSpinner with a SpinnerDateModel exactly spins the field where cursor > is there. > I have updated the testing details in the comment section of JDK-8281535. Manukumar V S has

Re: RFR: 8281535: Create a regression test for JDK-4670051 [v2]

2022-02-11 Thread Alexey Ivanov
On Fri, 11 Feb 2022 15:14:51 GMT, Manukumar V S wrote: >> Create a regression test for >> [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks >> whether JSpinner with a SpinnerDateModel exactly spins the field where >> cursor is there. >> I have updated the testing det

Re: RFR: 8281535: Create a regression test for JDK-4670051

2022-02-11 Thread Alexey Ivanov
On Fri, 11 Feb 2022 15:14:11 GMT, Manukumar V S wrote: > > Does the new test reproduce the problem reported > > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) with 1.4.0 > > vs 1.4.1? > > Yes it was reproducible using JDK 1.4.0 and fixed in JDK 1.7.0 in Solaris > Sparcv9 plat

Re: RFR: 8281535: Create a regression test for JDK-4670051

2022-02-11 Thread Manukumar V S
On Fri, 11 Feb 2022 13:19:25 GMT, Alexey Ivanov wrote: > Does the new test reproduce the problem reported > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) with 1.4.0 vs > 1.4.1? Yes it was reproducible using JDK 1.4.0 and fixed in JDK 1.7.0 in Solaris Sparcv9 platform, where

Re: RFR: 8281535: Create a regression test for JDK-4670051 [v2]

2022-02-11 Thread Manukumar V S
> Create a regression test for > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks > whether JSpinner with a SpinnerDateModel exactly spins the field where cursor > is there. > I have updated the testing details in the comment section of JDK-8281535. Manukumar V S has

Re: RFR: 8281535: Create a regression test for JDK-4670051

2022-02-11 Thread Alexey Ivanov
On Wed, 9 Feb 2022 14:58:10 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks > whether JSpinner with a SpinnerDateModel exactly spins the field where cursor > is there. > I have updated the testing details i

Re: RFR: 8281535: Create a regression test for JDK-4670051

2022-02-11 Thread Alexey Ivanov
On Wed, 9 Feb 2022 14:58:10 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks > whether JSpinner with a SpinnerDateModel exactly spins the field where cursor > is there. > I have updated the testing details i

Re: RFR: 8281535: Create a regression test for JDK-4670051

2022-02-09 Thread Manukumar V S
On Wed, 9 Feb 2022 14:58:10 GMT, Manukumar V S wrote: > Create a regression test for > [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks > whether JSpinner with a SpinnerDateModel exactly spins the field where cursor > is there. > I have updated the testing details i

RFR: 8281535: Create a regression test for JDK-4670051

2022-02-09 Thread Manukumar V S
Create a regression test for [JDK-4670051](https://bugs.openjdk.java.net/browse/JDK-4670051) which checks whether JSpinner with a SpinnerDateModel exactly spins the field where cursor is there. I have updated the testing details in the comment section of JDK-8281535. - Commit messa