8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines
authordholmes
Wed, 11 May 2016 02:32:14 -0400
changeset 38291 bf212274d2f0
parent 38290 6b194cfc1557
child 38292 73a0be9b2f47
8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines Reviewed-by: kvn
hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
--- a/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed May 11 01:02:28 2016 -0400
+++ b/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed May 11 02:32:14 2016 -0400
@@ -90,6 +90,14 @@
         excludeTestMaxRange("CICompilerCount");
 
         /*
+         * JDK-8156679
+         * Temporarily exclude from range testing as the range is not
+         * valid for all platforms
+         */
+        excludeTestRange("AllocatePrefetchLines");
+        excludeTestRange("AllocateInstancePrefetchLines");
+
+        /*
          * JDK-8136766
          * Temporarily remove ThreadStackSize from testing because Windows can set it to 0
          * (for default OS size) but other platforms insist it must be greater than 0