[lworld+vector] RFR: 8311675: [lworld+vector] Max Species support. [v4]
Xiaohong Gong
xgong at openjdk.org
Tue Oct 17 02:01:39 UTC 2023
On Tue, 17 Oct 2023 01:56:32 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> > Generally LGTM! Just some minor code style.
>
> Hi @XiaohongGong ,
>
> Just to confirm do you still see the failing regressions on AARCH64 ?
Yes, `DoubeMaxVectorTests.java` still has regression like:
test DoubleMaxVectorTests.IS_FINITEMaskedDoubleMaxVectorTests(double[cornerCaseValue(i)], mask[i % 2]): failure
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertEqualsImpl(Assert.java:140)
at org.testng.Assert.assertEquals(Assert.java:122)
at org.testng.Assert.assertEquals(Assert.java:819)
at org.testng.Assert.assertEquals(Assert.java:829)
at DoubleMaxVectorTests.IS_FINITEMaskedDoubleMaxVectorTests(DoubleMaxVectorTests.java:2716)
All other tests pass except this one.
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/931#issuecomment-1765535410
More information about the valhalla-dev
mailing list