< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page

  1 #
  2 # Copyright (c) 2013, 2022, 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 #

 97   -compiler/codegen/TestGCMStorePlacement.java \
 98   -compiler/codegen/TestTrichotomyExpressions.java \
 99   -compiler/loopopts/superword/Vec_MulAddS2I.java \
100   -compiler/vectorapi/VectorRebracket128Test.java
101 
102 hotspot_vector_2 = \
103   compiler/intrinsics \
104   compiler/codegen/aes \
105   compiler/codegen/Test6875866.java \
106   compiler/codegen/Test6935535.java \
107   compiler/loopopts/superword/Vec_MulAddS2I.java \
108   compiler/vectorapi/VectorRebracket128Test.java \
109   -compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
110 
111 hotspot_compiler_arraycopy = \
112   compiler/arraycopy/stress
113 
114 tier1_common = \
115   sanity/BasicVMTest.java \
116   gtest/GTestWrapper.java \

117   gtest/MetaspaceGtests.java \
118   gtest/LargePageGtests.java \
119   gtest/NMTGtests.java \
120 
121 tier1_compiler = \
122   :tier1_compiler_1 \
123   :tier1_compiler_2 \
124   :tier1_compiler_3 \
125   :tier1_compiler_not_xcomp
126 
127 hotspot_not_fast_compiler = \
128   :hotspot_compiler \
129   -:tier1_compiler \
130   -:hotspot_slow_compiler
131 
132 hotspot_slow_compiler = \
133   compiler/codegen/aes \
134   compiler/codecache/stress \
135   compiler/gcbarriers/PreserveFPRegistersTest.java \
136   resourcehogs/compiler \

  1 #
  2 # Copyright (c) 2013, 2024, 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 #

 97   -compiler/codegen/TestGCMStorePlacement.java \
 98   -compiler/codegen/TestTrichotomyExpressions.java \
 99   -compiler/loopopts/superword/Vec_MulAddS2I.java \
100   -compiler/vectorapi/VectorRebracket128Test.java
101 
102 hotspot_vector_2 = \
103   compiler/intrinsics \
104   compiler/codegen/aes \
105   compiler/codegen/Test6875866.java \
106   compiler/codegen/Test6935535.java \
107   compiler/loopopts/superword/Vec_MulAddS2I.java \
108   compiler/vectorapi/VectorRebracket128Test.java \
109   -compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
110 
111 hotspot_compiler_arraycopy = \
112   compiler/arraycopy/stress
113 
114 tier1_common = \
115   sanity/BasicVMTest.java \
116   gtest/GTestWrapper.java \
117   gtest/LockStackGtests.java \
118   gtest/MetaspaceGtests.java \
119   gtest/LargePageGtests.java \
120   gtest/NMTGtests.java \
121 
122 tier1_compiler = \
123   :tier1_compiler_1 \
124   :tier1_compiler_2 \
125   :tier1_compiler_3 \
126   :tier1_compiler_not_xcomp
127 
128 hotspot_not_fast_compiler = \
129   :hotspot_compiler \
130   -:tier1_compiler \
131   -:hotspot_slow_compiler
132 
133 hotspot_slow_compiler = \
134   compiler/codegen/aes \
135   compiler/codecache/stress \
136   compiler/gcbarriers/PreserveFPRegistersTest.java \
137   resourcehogs/compiler \
< prev index next >