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
java.lang.AssertionError: SecureDirectoryStream not supported.
at SecureDS.main(SecureDS.java:49)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:829)
Also fails with "not supported" on aarch64_alpine-linux and x86-64_alpine-linux platforms for all versions, with the challenge that there does not seem to be a way to exclude it for just those platforms (differentiated from linux).
For July release, we may exclude for all linux on Temurin to facilitate a smoother run through pipelines.
smlambert
changed the title
[arm32 jdk11] java/nio/file/DirectoryStream/SecureDS.java failed
java/nio/file/DirectoryStream/SecureDS.java failed as not supported on arm_linux and alpine-linux
Jul 14, 2024
java/nio/file/DirectoryStream/SecureDS.java failed with error message:
Reported #3596 (comment)
Also
adoptium/infrastructure#2374 (comment)
Mentioned #3596 (comment) happened to jdk17 too, but I didn't find the failure in jdk17 build.
#3594 (comment)
The text was updated successfully, but these errors were encountered: