RFR: 8353489: Increase timeout and improve Windows compatibility in test/jdk/java/lang/ProcessBuilder/Basic.java
Roger Riggs
rriggs at openjdk.org
Fri May 2 17:45:46 UTC 2025
On Thu, 1 May 2025 21:58:18 GMT, Oleksii Sylichenko <duke at openjdk.org> wrote:
>> Is `echo.` shorthand for `echo.exe`; if so, please change to the long form to make it clearer the echo program is being run.
>
> No, `echo.` is not an executable, this is a command of the Windows Command Processor.
>
> See: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/echo
That sounds brittle. The "echo." usage is not specified, only shown as an example.
Under what command parsing rule does it run exactly the "echo" builtin?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23933#discussion_r2071947579
More information about the core-libs-dev
mailing list