-
Notifications
You must be signed in to change notification settings - Fork 76
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
"Access is denied" failures in openjdk jdk_security tests #82
Comments
@smlambert Are these still causing issues? Also, was this just on Windows or on other platforms as well? |
@smlambert I have run all these tests on my local Windows system using JDK Next and all tests passed.
Running jenkins test jobs to see if they fail using them. |
Strange. When running using the Jenkins grinder jobs, the tests do fail with the error stated above. |
Ran the test locally and they pass. |
@smlambert @llxia Did you manage to update the test machines and therefore get these tests passing. |
fyi @LongyuZhang could you take a look of this issue? Thanks |
@groeges Hi Steve, we tried to set both TMP and TEMP to "C:\cygwin64\tmp" on Jenkins as you suggested, but jdk_security1 with jdk13 still failed with "access is denied". Following is the console output, could you check it? Thanks.
|
Shoud we disable there testcase temporarily |
Update stack increment option in Skynet test
 javax/security/auth/login/modules/JaasModularClientTest.java.JaasModularClientTest
 javax/security/auth/login/modules/JaasModularDefaultHandlerTest.java.JaasModularDefaultHandlerTest
 sun/security/mscapi/CastError.java.CastError
 sun/security/mscapi/InteropWithSunRsaSign.java.InteropWithSunRsaSign
 sun/security/mscapi/KeyStoreEmptyCertChain.java.KeyStoreEmptyCertChain
 sun/security/mscapi/PublicKeyInterop.java.PublicKeyInterop
 sun/security/mscapi/RSAEncryptDecrypt.java.RSAEncryptDecrypt
 sun/security/mscapi/ShortRSAKeyWithinTLS.java.ShortRSAKeyWithinTLS
 sun/security/mscapi/SignUsingNONEwithRSA.java.SignUsingNONEwithRSA
 sun/security/mscapi/SignUsingSHA2withRSA.java.SignUsingSHA2withRSA
 sun/security/mscapi/SignatureOffsets.java.SignatureOffsets
 sun/security/mscapi/SignedObjectChain.java.SignedObjectChain
 sun/security/mscapi/SmallPrimeExponentP.java.SmallPrimeExponentP
 sun/security/pkcs12/P12SecretKey.java.P12SecretKey
 sun/security/provider/FileInputStreamPool/FileInputStreamPoolTest.java.FileInputStreamPoolTest
 com/sun/net/httpserver/SelCacheTest.java.SelCacheTest
com/sun/net/httpserver/Test12.java.Test12
 com/sun/net/httpserver/Test9.java.Test9
 com/sun/net/httpserver/Test9a.java.Test9a
 java/net/URLClassLoader/B7050028.java.B7050028
 java/net/URLConnection/UnknownContentType.java.UnknownContentType
 java/security/KeyPairGenerator/FinalizeHalf.java.FinalizeHalf
 java/security/Provider/SecurityProviderModularTest.java.SecurityProviderModularTest
 java/security/Signature/ResetAfterException.java.ResetAfterException
 java/security/Signature/SignatureLength.java.SignatureLength
 sun/net/www/protocol/file/FileMap.java.FileMap
 sun/net/www/protocol/file/GetLastModified.java.GetLastModified
Details in attached jtr files:
jtr_test_output.tar.gz
The text was updated successfully, but these errors were encountered: