RFR: 8327704: Update nsk/jdi tests to use driver instead of othervm [v3]
Leonid Mesnik
lmesnik at openjdk.org
Tue Mar 19 21:16:20 UTC 2024
On Tue, 19 Mar 2024 20:42:34 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>>
>> reverted failing tests.
>
> test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassExclusionFilterTest.java line 43:
>
>> 41: if (result != 0) {
>> 42: throw new RuntimeException("TEST FAILED with result " + result);
>> 43: }
>
> Why do we have tests under jdi/share?
It is not a test, but helper class with not the best name.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18174#discussion_r1531123676
More information about the serviceability-dev
mailing list