Re: RFR: 8299194: CustomTzIDCheckDST.java may fail at future date [v2]

2022-12-22 Thread Naoto Sato
On Wed, 21 Dec 2022 23:21:42 GMT, Ichiroh Takiguchi wrote: >> test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java may fail at future date. >> I used following standalone testcase >> >> import java.util.Calendar; >> import java.util.Date; >> import java.util.SimpleTimeZone; >> >> public class C

Re: RFR: 8299194: CustomTzIDCheckDST.java may fail at future date [v2]

2022-12-21 Thread Ichiroh Takiguchi
On Wed, 21 Dec 2022 20:54:25 GMT, Naoto Sato wrote: >> Ichiroh Takiguchi has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8299194: CustomTzIDCheckDST.java may fail at future date > > Thanks for the fix. Looks good overall. A couple of min

Re: RFR: 8299194: CustomTzIDCheckDST.java may fail at future date [v2]

2022-12-21 Thread Ichiroh Takiguchi
> test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java may fail at future date. > I used following standalone testcase > > import java.util.Calendar; > import java.util.Date; > import java.util.SimpleTimeZone; > > public class CheckDST { > private static String CUSTOM_TZ = "MEZ-1MESZ,M3.5.0,M1

Re: RFR: 8299194: CustomTzIDCheckDST.java may fail at future date

2022-12-21 Thread Naoto Sato
On Wed, 21 Dec 2022 15:57:29 GMT, Ichiroh Takiguchi wrote: > test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java may fail at future date. > I used following standalone testcase > > import java.util.Calendar; > import java.util.Date; > import java.util.SimpleTimeZone; > > public class CheckDST

RFR: 8299194: CustomTzIDCheckDST.java may fail at future date

2022-12-21 Thread Ichiroh Takiguchi
test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java may fail at future date. I used following standalone testcase import java.util.Calendar; import java.util.Date; import java.util.SimpleTimeZone; public class CheckDST { private static String CUSTOM_TZ = "MEZ-1MESZ,M3.5.0,M10.5.0"; public