RFR: 8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows
Sean Mullan
mullan at openjdk.org
Fri Dec 9 15:24:57 UTC 2022
On Fri, 9 Dec 2022 10:18:36 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> The test introduced with [JDK-8298108](https://bugs.openjdk.org/browse/JDK-8298108) failed on Windows apparently due to a non-portable use of `path.separator` in the test.
>
> @seanjmullan was kind enough to test this change, which fixes the issue on Windows.
>
> Thus, remove the test from the `ProblemList.txt` as the test now works on that platform as well. Thoughts?
I tested the fix on all platforms and it passed. This is probably also worth fixing in JDK 20 to get it off the ProblemList.
-------------
Marked as reviewed by mullan (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11606
More information about the security-dev
mailing list