You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
On aarch64_windows, these 2 testcases fail:
runtime/ReservedStack/ReservedStackTest.java
runtime/ReservedStack/ReservedStackTestCompiler.java
with RuntimeException
The text was updated successfully, but these errors were encountered: