Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails [v2]

2024-03-04 Thread Phil Race
On Mon, 4 Mar 2024 05:19:02 GMT, Prasanta Sadhukhan wrote: >> Test failed with the exception java.lang.IllegalArgumentException: (start <= >> value <= end) with no history of failing till date. >> Investigation shows SpinnerDateModel constructor condition is not satisfied >> because >> It seem

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-03-03 Thread Prasanta Sadhukhan
On Fri, 1 Mar 2024 03:15:19 GMT, Prasanta Sadhukhan wrote: > Surely this just needs a one line fix > > diff --git a/test/jdk/javax/swing/JSpinner/8008657/bug8008657.java > b/test/jdk/javax/swing/JSpinner/8008657/bug8008657.java > index cbeb0c185bb..49918278e34 100644 > --- a/test/jdk/javax/swi

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails [v2]

2024-03-03 Thread Prasanta Sadhukhan
> Test failed with the exception java.lang.IllegalArgumentException: (start <= > value <= end) with no history of failing till date. > Investigation shows SpinnerDateModel constructor condition is not satisfied > because > It seems it's a leap year problem that is being manifested.. > > As per t

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-02-29 Thread Prasanta Sadhukhan
On Thu, 29 Feb 2024 09:34:05 GMT, Prasanta Sadhukhan wrote: > Test failed with the exception java.lang.IllegalArgumentException: (start <= > value <= end) with no history of failing till date. > Investigation shows SpinnerDateModel constructor condition is not satisfied > because > It seems it

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-02-29 Thread Phil Race
On Thu, 29 Feb 2024 09:34:05 GMT, Prasanta Sadhukhan wrote: > Test failed with the exception java.lang.IllegalArgumentException: (start <= > value <= end) with no history of failing till date. > Investigation shows SpinnerDateModel constructor condition is not satisfied > because > It seems it

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-02-29 Thread Phil Race
On Thu, 29 Feb 2024 09:34:05 GMT, Prasanta Sadhukhan wrote: > Test failed with the exception java.lang.IllegalArgumentException: (start <= > value <= end) with no history of failing till date. > Investigation shows SpinnerDateModel constructor condition is not satisfied > because > It seems it

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-02-29 Thread Alexandre Iline
On Thu, 29 Feb 2024 09:34:05 GMT, Prasanta Sadhukhan wrote: > Test failed with the exception java.lang.IllegalArgumentException: (start <= > value <= end) with no history of failing till date. > Investigation shows SpinnerDateModel constructor condition is not satisfied > because > It seems it

Re: RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-02-29 Thread Alexandre Iline
On Thu, 29 Feb 2024 09:34:05 GMT, Prasanta Sadhukhan wrote: > Test failed with the exception java.lang.IllegalArgumentException: (start <= > value <= end) with no history of failing till date. > Investigation shows SpinnerDateModel constructor condition is not satisfied > because > It seems it

RFR: 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails

2024-02-29 Thread Prasanta Sadhukhan
Test failed with the exception java.lang.IllegalArgumentException: (start <= value <= end) with no history of failing till date. Investigation shows SpinnerDateModel constructor condition is not satisfied because It seems it's a leap year problem that is being manifested.. As per test, initDate