Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v3]

2022-08-26 Thread Naoto Sato
On Fri, 26 Aug 2022 06:32:35 GMT, KIRIYAMA Takuya wrote: >> I removed a section of via JDK_JAVA_OPTIONS because including main class is >> not allowed in the specification. >> This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment >> variable. At this time, this test is misma

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v3]

2022-08-26 Thread Naoto Sato
On Fri, 26 Aug 2022 06:32:35 GMT, KIRIYAMA Takuya wrote: >> I removed a section of via JDK_JAVA_OPTIONS because including main class is >> not allowed in the specification. >> This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment >> variable. At this time, this test is misma

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v3]

2022-08-25 Thread KIRIYAMA Takuya
> I removed a section of via JDK_JAVA_OPTIONS because including main class is > not allowed in the specification. > This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment > variable. At this time, this test is mismatch with the specification. > I tried to test and get Passed on

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent

2022-08-25 Thread KIRIYAMA Takuya
On Fri, 8 Jul 2022 12:10:29 GMT, Jaikiran Pai wrote: >> I removed a section of via JDK_JAVA_OPTIONS because including main class is >> not allowed in the specification. >> This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment >> variable. At this time, this test is mismatch

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v2]

2022-08-25 Thread KIRIYAMA Takuya
> I removed a section of via JDK_JAVA_OPTIONS because including main class is > not allowed in the specification. > This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment > variable. At this time, this test is mismatch with the specification. > I tried to test and get Passed on

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent

2022-07-18 Thread KIRIYAMA Takuya
On Fri, 8 Jul 2022 12:10:29 GMT, Jaikiran Pai wrote: >> I removed a section of via JDK_JAVA_OPTIONS because including main class is >> not allowed in the specification. >> This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment >> variable. At this time, this test is mismatch

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent

2022-07-08 Thread Naoto Sato
On Wed, 6 Jul 2022 06:40:32 GMT, KIRIYAMA Takuya wrote: > I removed a section of via JDK_JAVA_OPTIONS because including main class is > not allowed in the specification. > This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment > variable. At this time, this test is mismatch w

Re: RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent

2022-07-08 Thread Jaikiran Pai
On Wed, 6 Jul 2022 06:40:32 GMT, KIRIYAMA Takuya wrote: > I removed a section of via JDK_JAVA_OPTIONS because including main class is > not allowed in the specification. > This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment > variable. At this time, this test is mismatch w