-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
win32: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java failed with jdk18 and jdk17 #3811
Comments
Windows uses FileUtils library and JNI getWinProcessHandleCount(). Passed on win64 and failed on win32. @jerboaa could you take a look? |
Could be windows32 compiler issue https://github.com/openjdk/jdk17u/blob/master/test/lib/jdk/test/lib/util/libFileUtils.c#L27-L43 ? |
Upstream OpenJDK no longer tests on Win32, so this might be a test library issue. Either way, I have no way to test or look into this (not a Windows person). @karianna mentioned that there is interest from Microsoft to keep Win32 alive. Perhaps somebody from his team can look into it? |
Will take a look internally (may be a July PSU target fix for us) |
ok, meantime I guess we exclude this testcase on win32 |
sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java failed with jdk18 and jdk17
Grinder with April release the error is a little bit different, which should be caused by no test image.
Tests passed for jdk11 and passed for jdk17 windows64. jdk17 windows64 is using the same jni and test library.
The text was updated successfully, but these errors were encountered: