RFR: 8295970: Add jdk_vector tests in GHA
Vladimir Kozlov
kvn at openjdk.org
Thu Oct 27 17:03:30 UTC 2022
On Thu, 27 Oct 2022 03:53:13 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> As discussed here https://github.com/openjdk/jdk/pull/10807#pullrequestreview-1150314487 , it would be better to add the vector api tests in GHA.
>
> Thanks.
> Best regards,
> Jie
I think we can meet all requests by adding `jdk_vector_sanity` subset of vector tests similar to existing `jdk_svc_sanity`.
The motivation for that is to catch obvious bugs in vector code generation on 32-bit platforms and aarch64 very early.
We, in Oracle, help to test 64 bits but it is not enough I think.
Vector API is stable enough already and I think we can have some sanity checks for it in tier1.
The only issue is to find subset of tests.
-------------
PR: https://git.openjdk.org/jdk/pull/10879
More information about the build-dev
mailing list