RFR: 8277328: jdk/jshell/CommandCompletionTest.java failures on Windows
Vicente Romero
vromero at openjdk.java.net
Mon Dec 6 17:53:12 UTC 2021
On Fri, 26 Nov 2021 14:42:45 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
> The `CommandCompletionTest.java#testUserHome` test picks an existing file or directory in the user's home directory, and uses it to validate the behavior of completion after '~/'. The test fails if the test picks a directory with space.
>
> This is not solely a problem in the test - JShell does not handle paths with spaces. The proposed solution is to allow spaces in paths to be escaped with '', and adjust tests accordingly.
lgtm
-------------
Marked as reviewed by vromero (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6578
More information about the kulla-dev
mailing list