RFR: 8290497: some tests in com/sun/jdi fail on localized Windows platform
Alex Menkov
amenkov at openjdk.org
Thu Jul 21 00:28:58 UTC 2022
On Tue, 19 Jul 2022 06:30:09 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:
> Failed tests call java.lang.ProcessBuilder in direct, so not used command options specified when jtreg command run.
> To run non-localized tests, the locale options should be added in ProcessBuilder.
>
> Could you review this fix, please?
I agree with Chris, it would be nice to see the failure logs to understand the issue.
Also I see 2 tests which use lib.jdb.Jdb class directly: JdbArgTest and JdbOptions.
So it would be better to fix Jdb class itself and not JdbTest
-------------
PR: https://git.openjdk.org/jdk/pull/9549
More information about the serviceability-dev
mailing list