RFR(xs): JDK-8222952 - Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Thu Apr 25 00:16:31 UTC 2019
Thanks Misha!
/Jesper
> On 25 Apr 2019, at 02:12, mikhailo.seledtsov at oracle.com wrote:
>
> +1
>
> Misha
>
>
> On 4/24/19 5:11 PM, Joseph D. Darcy wrote:
>> Looks fine Jesper; cheers,
>>
>> -Joe
>>
>> On 4/24/2019 4:52 PM, jesper.wilhelmsson at oracle.com wrote:
>>> Hi,
>>>
>>> Please review this small patch to fix a typo in TEST.groups introduced by JDK-8213501. This is causing failures in every tier 5 run.
>>>
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8222952
>>> Patch:
>>>
>>> diff --git a/test/hotspot/jtreg/TEST.groups b/test/hotspot/jtreg/TEST.groups
>>> --- a/test/hotspot/jtreg/TEST.groups
>>> +++ b/test/hotspot/jtreg/TEST.groups
>>> @@ -439,7 +439,7 @@
>>> # JVMTI tests
>>> vmTestbase_nsk_jvmti = \
>>> vmTestbase/nsk/jvmti \
>>> - vmTestbase/nsk/share/ExceptionCheckingJniEnv
>>> + vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv
>>>
>>> # JDWP tests
>>> vmTestbase_nsk_jdwp = \
>>>
>>>
>>> Thanks,
>>> /Jesper
>>>
>>
>
More information about the hotspot-dev
mailing list