Integrated: 8287378: GHA: Update cygwin to fix issues in langtools tests on Windows
Christoph Langer
clanger at openjdk.java.net
Mon May 30 15:02:50 UTC 2022
On Thu, 26 May 2022 16:07:56 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> This fixes the Windows GHA test failures that popped up short time ago, e.g. [these](https://github.com/RealCLanger/jdk/runs/6598399845)
>
> Failing tests:
> tools/javac/Paths/MineField.sh
> tools/javac/Paths/wcMineField.sh
>
> I've debugged it and it comes down to calls to javac/java in the test through env are failing with RC 127. E.g. here:
> https://github.com/openjdk/jdk/blob/e44465d4d6eaddebfc5a1b149223aa8332affa8b/test/langtools/tools/javac/Paths/MineField.sh#L218
>
> Don't know why but I figured that the test failure goes away with current cygwin.
>
> It should be ok to update cygwin now because the bug that made JDK-8276854 necessary seems to be fixed.
This pull request has now been integrated.
Changeset: f086d945
Author: Christoph Langer <clanger at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f086d945c31d3673e0a49017e3d4e99b189253fe
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8287378: GHA: Update cygwin to fix issues in langtools tests on Windows
Reviewed-by: aturbanov, shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/8903
More information about the build-dev
mailing list