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? ------------- Commit messages: - 8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows Changes: https://git.openjdk.org/jdk/pull/11606/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11606&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8298271 Stats: 4 lines in 2 files changed: 1 ins; 2 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/11606.diff Fetch: git fetch https://git.openjdk.org/jdk pull/11606/head:pull/11606 PR: https://git.openjdk.org/jdk/pull/11606