[vector] add vector tests to tier1 test group

Paul Sandoz paul.sandoz at oracle.com
Tue May 19 23:36:53 UTC 2020


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.

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