RFR(T): 8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java

mikhailo.seledtsov at oracle.com mikhailo.seledtsov at oracle.com
Mon Apr 15 19:32:36 UTC 2019


Thank you,

Misha


On 4/15/19 12:28 PM, Daniel D. Daugherty wrote:
> Thumbs up. I agree that this change is trivial.
>
> Dan
>
>
> On 4/15/19 2:58 PM, mikhailo.seledtsov at oracle.com wrote:
>> Changes to this file were integrated by accident when adding new 
>> tests for JFR+Containers.
>>
>> Could you, please, review this anti-delta for this file?
>>
>> --- a/test/jtreg-ext/requires/VMProps.java
>> +++ b/test/jtreg-ext/requires/VMProps.java
>> @@ -425,7 +425,7 @@
>>       * @return true if docker is supported in a given environment
>>       */
>>      protected String dockerSupport() {
>> -        boolean isSupported = true;
>> +        boolean isSupported = false;
>>          if (Platform.isLinux()) {
>>             // currently docker testing is only supported for Linux,
>>             // on certain platforms
>>
>>
>> Thank you,
>>
>> Misha
>>
>



More information about the hotspot-runtime-dev mailing list