adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
131 stars 312 forks source link

TestVectorizationMismatchedAccess fails on Big Endian platforms (s390x Linux, aix / JDK23) #5706

Open smlambert opened 2 weeks ago

smlambert commented 2 weeks ago

Seen in https://github.com/adoptium/aqa-tests/issues/5693#issuecomment-2420765323

TestVectorizationMismatchedAccess fails and needs exclusion under https://bugs.openjdk.org/browse/JDK-8342489

TestVectorizationMismatchedAccess fails with:
java.lang.RuntimeException: fix test that was written for a little endian platform
    at compiler.c2.irTests.TestVectorizationMismatchedAccess.main(TestVectorizationMismatchedAccess.java:54)
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
    at java.base/java.lang.reflect.Method.invoke(Method.java:580)
    at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
    at java.base/java.lang.Thread.run(Thread.java:1575)

JavaTest Message: Test threw exception: java.lang.RuntimeException: fix test that was written for a little endian platform
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: fix test that was written for a little endian platform
sophia-guo commented 4 days ago

A pr is created https://github.com/openjdk/jdk/pull/21736 so we might not need to do the exclusion. Just to confirm that the PR will be backported to jdk23

sophia-guo commented 4 days ago

Will double check before next release.

sophia-guo commented 4 days ago

@jiekang could you please update https://bugs.openjdk.org/browse/JDK-8342489 Affects Version/s with 23 too?

jiekang commented 4 days ago

@jiekang could you please update https://bugs.openjdk.org/browse/JDK-8342489 Affects Version/s with 23 too?

Done

offamitkumar commented 4 days ago

Just to confirm that the PR will be backported to jdk23

I'll backport it to jdk23 once I get approval for PR on head stream. Also for s390x-specific issues, feel free to tag/mail me :-)