Skip to content

Commit 824a516

Browse files
author
Vladimir Kozlov
committedJun 25, 2021
8269260: Add AVX512 and other SSE + AVX combinations testing for tests which generate vector instructions
Reviewed-by: iveresov, dlong
1 parent 1404e4b commit 824a516

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎test/hotspot/jtreg/TEST.groups

+23
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ hotspot_native_sanity = \
7171
hotspot_containers = \
7272
containers
7373

74+
hotspot_vector_1 = \
75+
compiler/c2/cr6340864 \
76+
compiler/codegen \
77+
compiler/loopopts/superword \
78+
compiler/vectorapi \
79+
compiler/vectorization \
80+
-compiler/codegen/aes \
81+
-compiler/codegen/Test6875866.java \
82+
-compiler/codegen/Test6935535.java \
83+
-compiler/codegen/TestGCMStorePlacement.java \
84+
-compiler/codegen/TestTrichotomyExpressions.java \
85+
-compiler/loopopts/superword/Vec_MulAddS2I.java \
86+
-compiler/vectorapi/VectorRebracket128Test.java
87+
88+
hotspot_vector_2 = \
89+
compiler/intrinsics \
90+
compiler/codegen/aes \
91+
compiler/codegen/Test6875866.java \
92+
compiler/codegen/Test6935535.java \
93+
compiler/loopopts/superword/Vec_MulAddS2I.java \
94+
compiler/vectorapi/VectorRebracket128Test.java \
95+
-compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
96+
7497
tier1_common = \
7598
sanity/BasicVMTest.java \
7699
gtest/GTestWrapper.java \

0 commit comments

Comments
 (0)
Please sign in to comment.