test/TEST.groups

changeset 9726
c963a2881865
parent 9061
d10254debf7c
child 9756
2be326848943
equal deleted inserted replaced
9725:34799214056c 9726:c963a2881865
122 :compact2 \ 122 :compact2 \
123 :needs_compact3 \ 123 :needs_compact3 \
124 -:needs_jre \ 124 -:needs_jre \
125 -:needs_jdk 125 -:needs_jdk
126 126
127
128 # When called from top level the test suites use the hotspot_ prefix 127 # When called from top level the test suites use the hotspot_ prefix
129 hotspot_wbapitest = \ 128 hotspot_wbapitest = \
130 sanity/ 129 sanity/
131 130
132 hotspot_compiler = \ 131 hotspot_compiler = \
145 hotspot_all = \ 144 hotspot_all = \
146 :hotspot_compiler \ 145 :hotspot_compiler \
147 :hotspot_gc \ 146 :hotspot_gc \
148 :hotspot_runtime \ 147 :hotspot_runtime \
149 :hotspot_serviceability 148 :hotspot_serviceability
149
150 # Right now tier1 runs all hotspot tests
151 hotspot_tier1 = \
152 :jdk
153
150 # Tests that require compact3 API's 154 # Tests that require compact3 API's
151 # 155 #
152 needs_compact3 = \ 156 needs_compact3 = \
153 compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \ 157 compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
154 compiler/rangechecks/TestRangeCheckSmearing.java \ 158 compiler/rangechecks/TestRangeCheckSmearing.java \

mercurial