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

java/nio/file/DirectoryStream/SecureDS.java failed as not supported on arm_linux and alpine-linux #3635

Open
sophia-guo opened this issue May 9, 2022 · 1 comment

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented May 9, 2022

java/nio/file/DirectoryStream/SecureDS.java failed with error message:

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)

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)

@smlambert
Copy link
Contributor

smlambert commented Jul 14, 2024

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 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
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

2 participants