Golang crypto/tls: TestVerifyCertificates/TLSv13/InsecureSkipVerify failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv13/Insecure...

Golang crypto/tls: TestVerifyCertificates/TLSv12/VerifyClientCertIfGiven_with_certs failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/VerifyCl...

Golang crypto/tls: TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequestC...

Golang crypto/tls: TestVerifyCertificates/TLSv12/RequireAnyClientCert failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequireA...

Golang crypto/tls: TestVerifyCertificates/TLSv13/RequireAndVerifyClientCert failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv13/RequireA...

Golang x/sys/windows/registry: error reading/writing Windows Defender Registry

What version of Go are you using (go version)?$ go versiongo version go 1.13.4 linux/amd64Does this issue reproduce with...

Golang x/tools/gopls/internal/analysis/modernize: forvar: eliminate k := k; v := v in one fell swoop

Steps to reproducego.modmodule maingo 1.24.5 //1.22+main.gopackage mainfunc main() { for i, v := range []string{&quot...

Golang go/doc/comment: doc links don't work for struct field doc

What version of Go are you using (go version)?$ go versiongo version go1.19.1 darwin/amd64Does this issue reproduce with...

Golang x/net/idna: StrictDomainName doesn't work with Profile.ToASCII

Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...

Golang proxy.golang.org: problematic 302 redirects to www.google.com/sorry/... URLs

BackgroundAt our organization we have our own Go proxy that serves our own private modules. This Go proxy server contain...

Golang x/pkgsite: incorrect license parse of github.com/octokit/go-sdk-enterprise-cloud

What is the URL of the page with the issue?https://pkg.go.dev/github.com/octokit/go-sdk-enterprise-cloud@v0.0.1/pkg/gith...

Golang x/playground: multifile code should support tests too

The playground docs say:If the program contains tests or examples and no main function, the service runs the tests.This ...

Golang x/tools/go/analysis/passes/shadow: error message should include filename when shadowed declaration is in another file

Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...

Golang runtime: non-preemptible zeroing in clear, append, bytes.growSlice, etc

The clear and append built-ins can result in the need to zero an arbitrary amount of memory. For byte slices, the compil...

Golang proposal: encoding/csv: add flag to keep \r\n as-is inside quoted records

Proposal DetailsThe Read() method replaces all the CRLF characters with LF character while reading a csv.This results in...

Golang testing: reconsider adding Context method to testing.T

There have been various previous proposals (#16221 #18182 #18199 #18368) to add a Context method to testing.T. #16221 wa...

Golang debug/buildinfo: TestReadFile/linux_386 failures [consistent failure]

#!watchflakesdefault <- pkg == "debug/buildinfo" && test ~ `TestReadFile/linux_386`Issue created au...

Golang crypto/rand: mutex around /dev/urandom is unnecessarily broad

(Possibly related to #7000)We were trying to read concurrently (on Linux, go 1.3) from the Reader provided by crypto/ran...

Golang crypto/rand: Read fails for non-interactive processes on Windows

What does 'go version' print?go version go1.2 windows/amd64What steps reproduce the problem?1. Create a simple cgi execu...

Golang testing: use $GOTMPDIR for temporary files when set

OutlineThis started as a bug report, however this appears to be a greater change which has a far reaching impact. The us...
上一页 下一页
.