Re: RFR: 8359182: Use @requires instead of SkippedException for MaxPath.java

2025-06-12 Thread SendaoYan
On Wed, 11 Jun 2025 22:37:53 GMT, Brent Christian wrote: >> Hi all, >> >> I think use `@requires (os.family == "windows")` is more elegant than thow >> jtreg.SkippedException in test java/io/File/MaxPath.java. >> >> On linux before this PR, run this test jtreg report: >> >> >> TEST: java/io/

Re: RFR: 8359182: Use @requires instead of SkippedException for MaxPath.java

2025-06-11 Thread Brent Christian
On Wed, 11 Jun 2025 07:15:43 GMT, SendaoYan wrote: > Hi all, > > I think use `@requires (os.family == "windows")` is more elegant than thow > jtreg.SkippedException in test java/io/File/MaxPath.java. > > On linux before this PR, run this test jtreg report: > > > TEST: java/io/File/MaxPath.ja

Re: RFR: 8359182: Use @requires instead of SkippedException for MaxPath.java

2025-06-11 Thread Brian Burkhalter
On Wed, 11 Jun 2025 07:15:43 GMT, SendaoYan wrote: > Hi all, > > I think use `@requires (os.family == "windows")` is more elegant than thow > jtreg.SkippedException in test java/io/File/MaxPath.java. > > On linux before this PR, run this test jtreg report: > > > TEST: java/io/File/MaxPath.ja

RFR: 8359182: Use @requires instead of SkippedException for MaxPath.java

2025-06-11 Thread SendaoYan
Hi all, I think use `@requires (os.family == "windows")` is more elegrant than thow jtreg.SkippedException in test java/io/File/MaxPath.java. On linux before this PR, run this test jtreg report: TEST: java/io/File/MaxPath.java TEST RESULT: Passed. Skipped: jtreg.SkippedException: This test is