Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
smlambert opened this issue Oct 18, 2024 · 0 comments

Comments

@smlambert
Copy link
Contributor

Seen in #5693 (comment)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant