< prev index next >

test/TEST.groups

Print this page
rev 10294 : [mq]: webrev.04
   1 #
   2 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 213   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 214 
 215 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 216 compact1_minimal = \
 217   serviceability/ \
 218   compiler/ \
 219   sanity/ \
 220   runtime/ \
 221   gc/ \
 222  -:needs_full_vm_compact1 \
 223  -:needs_full_vm_compact2 \
 224  -:needs_compact2 \
 225  -:needs_compact3 \
 226  -:needs_jre \
 227  -:needs_jdk
 228 
 229 # All tests that explicitly set the G1 GC
 230 #
 231 needs_g1gc = \
 232   compiler/regalloc/C1ObjectSpillInLogicOp.java \

 233   gc/TestSystemGC.java \
 234   gc/arguments/TestAlignmentToUseLargePages.java \

 235   gc/arguments/TestG1HeapRegionSize.java \
 236   gc/arguments/TestG1HeapSizeFlags.java \
 237   gc/arguments/TestG1PercentageOptions.java \
 238   gc/arguments/TestMaxHeapSizeTools.java \
 239   gc/arguments/TestMaxNewSize.java \
 240   gc/arguments/TestParallelGCThreads.java \
 241   gc/arguments/TestUseCompressedOopsErgo.java \
 242   gc/class_unloading/TestG1ClassUnloadingHWM.java \
 243   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 244   gc/g1/ \

 245   gc/metaspace/G1AddMetaspaceDependency.java \
 246   gc/metaspace/TestMetaspacePerfCounters.java \
 247   gc/startup_warnings/TestG1.java \
 248   gc/whitebox/TestConcMarkCycleWB.java \
 249   gc/arguments/TestG1ConcRefinementThreads.java
 250 
 251 hotspot_native_sanity = \
 252   native_sanity
 253 
 254 hotspot_compiler_1 = \
 255   compiler/arraycopy/ \
 256   compiler/c1/ \
 257   compiler/c2/ \
 258   -compiler/c2/5091921/Test6850611.java \
 259   -compiler/c2/5091921/Test6890943.java \
 260   -compiler/c2/5091921/Test6905845.java \
 261   -compiler/c2/6340864 \
 262   -compiler/c2/6589834 \
 263   -compiler/c2/6603011 \
 264   -compiler/c2/6912517 \
 265   -compiler/c2/6792161 \
 266   -compiler/c2/7070134 \
 267   -compiler/c2/8004867
 268   
 269 hotspot_compiler_2 = \


   1 #
   2 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 213   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 214 
 215 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 216 compact1_minimal = \
 217   serviceability/ \
 218   compiler/ \
 219   sanity/ \
 220   runtime/ \
 221   gc/ \
 222  -:needs_full_vm_compact1 \
 223  -:needs_full_vm_compact2 \
 224  -:needs_compact2 \
 225  -:needs_compact3 \
 226  -:needs_jre \
 227  -:needs_jdk
 228 
 229 # All tests that explicitly set the G1 GC
 230 #
 231 needs_g1gc = \
 232   compiler/regalloc/C1ObjectSpillInLogicOp.java \
 233   gc/TestSmallHeap.java \
 234   gc/TestSystemGC.java \
 235   gc/arguments/TestAlignmentToUseLargePages.java \
 236   gc/arguments/TestG1ConcRefinementThreads.java \
 237   gc/arguments/TestG1HeapRegionSize.java \
 238   gc/arguments/TestG1HeapSizeFlags.java \
 239   gc/arguments/TestG1PercentageOptions.java \
 240   gc/arguments/TestMaxHeapSizeTools.java \
 241   gc/arguments/TestMaxNewSize.java \
 242   gc/arguments/TestParallelGCThreads.java \
 243   gc/arguments/TestUseCompressedOopsErgo.java \
 244   gc/class_unloading/TestG1ClassUnloadingHWM.java \
 245   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 246   gc/g1/ \
 247   gc/logging/TestGCId.java \
 248   gc/metaspace/G1AddMetaspaceDependency.java \
 249   gc/metaspace/TestMetaspacePerfCounters.java \
 250   gc/startup_warnings/TestG1.java \
 251   gc/whitebox/TestConcMarkCycleWB.java 

 252 
 253 hotspot_native_sanity = \
 254   native_sanity
 255 
 256 hotspot_compiler_1 = \
 257   compiler/arraycopy/ \
 258   compiler/c1/ \
 259   compiler/c2/ \
 260   -compiler/c2/5091921/Test6850611.java \
 261   -compiler/c2/5091921/Test6890943.java \
 262   -compiler/c2/5091921/Test6905845.java \
 263   -compiler/c2/6340864 \
 264   -compiler/c2/6589834 \
 265   -compiler/c2/6603011 \
 266   -compiler/c2/6912517 \
 267   -compiler/c2/6792161 \
 268   -compiler/c2/7070134 \
 269   -compiler/c2/8004867
 270   
 271 hotspot_compiler_2 = \


< prev index next >