[vector] add vector tests to tier1 test group

Paul Sandoz paul.sandoz at oracle.com
Tue May 19 22:08:21 UTC 2020


Hi,

Please review this change to add the vector tests to the tier1 test group.

Paul.

diff -r a606409980d6 test/jdk/TEST.groups
--- a/test/jdk/TEST.groups      Fri May 15 17:23:27 2020 -0700
+++ b/test/jdk/TEST.groups      Tue May 19 15:05:41 2020 -0700
@@ -41,6 +41,7 @@
     :jdk_math \
     :jdk_svc_sanity \
     :jdk_foreign \
+    :jdk_vector \
     java/nio/Buffer \
     com/sun/crypto/provider/Cipher \
     sun/nio/cs/ISO8859x.java
@@ -338,6 +339,9 @@
 jdk_foreign = \
     java/foreign
 
+jdk_vector = \
+    jdk/incubator/vector
+
 #############################
 
 #



More information about the panama-dev mailing list