[vector] add vector tests to tier1 test group

Paul Sandoz paul.sandoz at oracle.com
Wed May 20 17:43:25 UTC 2020


I moved them under tier3.

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      Wed May 20 10:42:36 2020 -0700
@@ -72,6 +72,7 @@
 
 tier3 = \
     :build \
+    :jdk_vector \
     :jdk_rmi \
     :jdk_beans \
     :jdk_imageio \
@@ -338,6 +339,9 @@
 jdk_foreign = \
     java/foreign
 
+jdk_vector = \
+    jdk/incubator/vector
+
 #############################
 
 #

> On May 19, 2020, at 5:01 PM, Ekaterina Pavlova <ekaterina.pavlova at oracle.com> wrote:
> 
> On 5/19/20 4:36 PM, Paul Sandoz wrote:
>> I was wondering the same (see related email on core-libs/hotspot).
>> I chose tier1 because the incubating Panama foreign module tests are also in tier1.
> 
> yes, this is kind of strange for me as well ..
> 
>> Paul.
>>> On May 19, 2020, at 4:27 PM, Ekaterina Pavlova <ekaterina.pavlova at oracle.com> wrote:
>>> 
>>> Hi Paul,
>>> 
>>> I am not sure tier1 is proper place for Vector API tests
>>> as they are testing incubating feature. Tier3 seems to be
>>> more reasonable tier.
>>> 
>>> 
>>> thanks,
>>> -katya
>>> 
>>> 
>>> On 5/19/20 3:08 PM, Paul Sandoz wrote:
>>>> 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