[vector] failing tests
Viswanathan, Sandhya
sandhya.viswanathan at intel.com
Tue Jan 29 21:50:21 UTC 2019
Hi Brian,
Yes the tests are failing since the following changeset that changed the definition of Vector min/max/MinAll/MaxAll to match Math.min/Math/max:
changeset: 54176:9c63e91265fb
branch: vectorIntrinsics
parent: 54149:d3b456d84b4e
user: yzhang
date: Tue Jan 15 13:46:39 2019 +0800
summary: Update max/min/maxAll/minAll Vector Api implementations and test cases
We are in the process of updating the x86 implementation to match the new Java specification.
Best Regards,
Sandhya
-----Original Message-----
From: panama-dev [mailto:panama-dev-bounces at openjdk.java.net] On Behalf Of Brian Goetz
Sent: Tuesday, January 29, 2019 12:48 PM
To: panama-dev at openjdk.java.net
Subject: [vector] failing tests
I have done a clean checkout of the vectorIntrinsics branch, and I'm finding that the test for jdk.incubator.vector are not all passing:
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR >> jtreg:test/jdk/jdk/incubator/vector 68 59 9 0 << ============================== TEST FAILURE
The failures seem to have been introduced before
changeset: 54346:7d834373b72d
branch: vectorIntrinsics
parent: 54189:90ddf1dc631d
parent: 54339:4a59f7042325
user: vlivanov
date: Thu Jan 17 09:37:09 2019 -0800
summary: Manual merge with default
but after
changeset: 54149:d3b456d84b4e
branch: vectorIntrinsics
parent: 54054:890e996dfd1a
parent: 54147:bccff579c2ff
user: mcimadamore
date: Wed Jan 09 22:09:11 2019 +0100
summary: Automatic merge with default
The intervening commits look like they were all related to AMD support, one of these is the culprit:
changeset: 54189:90ddf1dc631d
branch: vectorIntrinsics
parent: 54178:25099fb76afb
user: srukmannagar
date: Wed Jan 16 12:37:45 2019 -0800
summary: Contant Shift support for Byte and Short datatypes in VectorAPI
changeset: 54178:25099fb76afb
branch: vectorIntrinsics
parent: 54176:9c63e91265fb
user: yzhang
date: Wed Jan 16 11:49:33 2019 +0800
summary: Fix byte vector test failures about bad ad file and unsupported vector size for AArch64
changeset: 54176:9c63e91265fb
branch: vectorIntrinsics
parent: 54149:d3b456d84b4e
user: yzhang
date: Tue Jan 15 13:46:39 2019 +0800
summary: Update max/min/maxAll/minAll Vector Api implementations and test cases
More information about the panama-dev
mailing list