Re: RFR: 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C

2023-11-19 Thread Matthias Baesken
On Sat, 18 Nov 2023 12:30:18 GMT, Matthias Baesken wrote: > > @MBaesken I would appreciate it if you would try out this proposed change > > to see whether it fixes the problem that you reported. Thanks! > > Hi Brian, I added your patch to our tests. After adding the patch, the errors seen befor

Re: RFR: 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C

2023-11-19 Thread Matthias Baesken
On Fri, 17 Nov 2023 21:51:06 GMT, Brian Burkhalter wrote: > The method `windowsDriveRelative` of the test `java/io/File/GetAbsolutePath` > was incorrectly translated from its previous version to the current JUnit 5 > version. Marked as reviewed by mbaesken (Reviewer). - PR Review

Re: RFR: 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C

2023-11-18 Thread Matthias Baesken
On Fri, 17 Nov 2023 22:04:58 GMT, Brian Burkhalter wrote: > @MBaesken I would appreciate it if you would try out this proposed change > to see whether it fixes the problem that you reported. Thanks! Hi Brian, I added your patch to our tests. - PR Comment: https://git.openjdk.org/j

Re: RFR: 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C

2023-11-17 Thread Alan Bateman
On Fri, 17 Nov 2023 21:51:06 GMT, Brian Burkhalter wrote: > The method `windowsDriveRelative` of the test `java/io/File/GetAbsolutePath` > was incorrectly translated from its previous version to the current JUnit 5 > version. The test fix looks okay but the title on the issue is confusing, it

Re: RFR: 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C

2023-11-17 Thread Brian Burkhalter
On Fri, 17 Nov 2023 21:51:06 GMT, Brian Burkhalter wrote: > The method `windowsDriveRelative` of the test `java/io/File/GetAbsolutePath` > was incorrectly translated from its previous version to the current JUnit 5 > version. @MBaesken I would appreciate it if you would try out this proposed c

RFR: 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C

2023-11-17 Thread Brian Burkhalter
The method `windowsDriveRelative` of the test `java/io/File/GetAbsolutePath` was incorrectly translated from its previous version to the current JUnit 5 version. - Commit messages: - 8320348: java.io.File.getAbsolutePath fails if working directory is not on drive C Changes: https