-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/x509: TestSystemVerify failed on windows #11730
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
Comments
@chai2010 what is your OS? From what I understand this test fails on some windows systems and has been disabled there - see https://go-review.googlesource.com/#/c/8167/ for details. Maybe it should be disabled on your too. Alex |
@alexbrainman The OS is Win7/64. I found this news for Win7: http://www.infoworld.com/article/2835571/microsoft-windows/microsoft-says-best-way-to-fix-botched-kb-2949927-patch-is-to-kill-it.html |
@chai2010 I would like to know what your OS version / service pack is. Please "go get" github.com/alexbrainman/winapi and run "go test -run=GetVersion -v" and show command's output here. Thank you. Alex |
|
@chai2010 I can skip this test on your system (see https://go-review.googlesource.com/12401 for details). But that disables the test on all of our builders (and all pcs I have). So we won't know if library code is broken or not. I suggest you try and update your system instead. What do you think? Alex |
@alexbrainman Thanks for your work. But i dont use this pkg. And my Win7 is auto updated. I suggest disable the test (or fix the issue) if it can't run on some system. |
@alexbrainman We can use a build tag for all builers and all your pcs, just for Go team do test (not for Go user). |
The text was updated successfully, but these errors were encountered: