adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
135 stars 314 forks source link

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

Open sophia-guo opened 2 years ago

sophia-guo commented 2 years ago

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 https://github.com/adoptium/aqa-tests/issues/3596#issuecomment-1104643594 Also https://github.com/adoptium/infrastructure/issues/2374#issuecomment-980159992

Mentioned https://github.com/adoptium/aqa-tests/issues/3596#issuecomment-1105850846 happened to jdk17 too, but I didn't find the failure in jdk17 build. https://github.com/adoptium/aqa-tests/issues/3594#issuecomment-1104042051

smlambert commented 4 months ago

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.