RFR: 8327236: JFileChooser/8194044/FileSystemRootTest.java fails on Windows 11: root drive reported as false
Tejesh R
tr at openjdk.org
Wed Sep 17 05:46:10 UTC 2025
The logic no longer applies to window 11 since getParentDirectory("C:\...\\Documents") return "C:\..\\Desktop". This will require thorough analysis and might call for a product fix. Hence bypassing this test for Windows 11 OS.
-------------
Commit messages:
- Ignoring test for Windows 11
Changes: https://git.openjdk.org/jdk/pull/27329/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27329&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8327236
Stats: 6 lines in 2 files changed: 4 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/27329.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27329/head:pull/27329
PR: https://git.openjdk.org/jdk/pull/27329
More information about the client-libs-dev
mailing list