8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java
authorjmasa
Wed, 09 Dec 2015 12:35:09 -0800
changeset 34675 a6bb3ba532e1
parent 34674 40430c641c59
child 34676 0757afec840b
child 35042 46984d6a0998
8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java Reviewed-by: jwilhelm, ddmitriev
hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
--- a/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed Dec 09 17:09:12 2015 +0000
+++ b/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed Dec 09 12:35:09 2015 -0800
@@ -132,6 +132,12 @@
         excludeTestMaxRange("VMThreadStackSize");
 
         /*
+         * JDK-8145027
+         * Temporarily exclude as current range/constraint is not enough for some option combinations.
+         */
+        excludeTestRange("NUMAInterleaveGranularity");
+
+        /*
          * Remove parameters controlling the code cache. As these
          * parameters have implications on the physical memory
          * reserved by the VM, setting them to large values may hang