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

runtime/ReservedStack/ReservedStackTest* tests fail with 'This platform should not be supported: aarch64' #5886

Open
smlambert opened this issue Jan 21, 2025 · 0 comments

Comments

@smlambert
Copy link
Contributor

On aarch64_windows, these 2 testcases fail:
runtime/ReservedStack/ReservedStackTest.java
runtime/ReservedStack/ReservedStackTestCompiler.java

with RuntimeException

FAILED: This platform should not be supported: aarch64
java.lang.RuntimeException: This platform should not be supported: aarch64
	at ReservedStackTest.initIsSupportedPlatform(ReservedStackTest.java:286)
	at ReservedStackTest.main(ReservedStackTest.java:291)
	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:1583)
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