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 18:58:30 UTC 2019


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