RFR: 8337299: vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected
Chris Plummer
cjplummer at openjdk.org
Mon Aug 5 18:44:39 UTC 2024
On Sat, 27 Jul 2024 01:55:23 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> The test is setting breakpoints on the wrong line numbers, which causes setting up the breakpoint to fail, but the test also has buggy error checking, so the test doesn't detect the failures and still passes. I fixed the breakpoint line numbers and the error checking. More details in the first comment.
>
> Testing: tier5 svc CI testing, which includes this test suite.
Thanks for the reviews Alex and Serguei!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20366#issuecomment-2269681559
More information about the serviceability-dev
mailing list