Aurora Blog
Home
Golang context: TestCauseRace failures
2025-06-07 14:05:30
2131
#!watchflakesdefault <- pkg == "context" && test == "TestCauseRace"Issue created automati...
Golang proposal: crypto/cipher: add scatter/gather API for cipher.AEAD
2025-06-07 14:05:28
1282
Proposal Detailscipher.AEAD requires that both input and output buffers are buffers. Because of this sometimes it may be...
Golang testing: annotate output text type
2025-06-07 14:05:26
16118
Currently the go test -json provides no way to disambiguate output produced by (*testing.T).Error{,f} and (*testing.T).F...
Golang proposal: crypto/x509: add VerifyOptions.UnknownAlgorithmVerifier
2025-06-07 14:05:24
4914
Proposal DetailsContextIt's unclear when and which post-quantum signatures Go should support, cf. #64537. There are use ...
Golang all: test failures on linux/s390x
2025-06-07 14:05:22
323514
#!watchflakesdefault <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsi...
Golang runtime: linux/s390x test timeout
2025-06-07 14:05:18
434406
#!watchflakespost <- goarch == "s390x" && (`test timed out` || `panic: finalizer started .* ago .* ...
Golang x/pkgsite: support postgres or in-memory task queues
2025-06-07 14:05:15
1315
What is the URL of the page with the issue?It's the worker, not frontendWhat is your user agent?Moot for this FRScreensh...
Golang cmd/compile: regression on ppc64le bit operations
2025-06-07 14:05:13
10741
package mainimport ( "fmt" "unsafe")type st = struct { F__ccgo0 uint64}var constreg = [1]in...
Golang access: approvers and try-bot
2025-06-07 14:05:11
809
I have switched jobs, and my approver/trybot permissions is tied to my old account (murp@ibm.com).Would it be possible t...
Golang cmd/go: coverage profile should be cached with tests
2025-06-07 14:05:09
33763
As briefly discussed here: https://twitter.com/_rsc/status/956888213314068481I don't see why Go shouldn't cache the resu...
Golang testing/synctest: panic when calling WaitGroup.Add on a package-scope WaitGroup
2025-06-07 14:05:07
680
var wg sync.WaitGroupfunc TestWaitGroupGlobal(t *testing.T) { synctest.Run(func() { wg.Go(func() {...
Golang cmd/cgo/internal/testsanitizers: TestASANFuzz failures
2025-06-07 14:05:05
12638
#!watchflakesdefault <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestASANFuzz"...
Golang cgocall(asmstdcallAddr, unsafe.Pointer(c)) Segmentation fault
2025-06-07 14:05:03
3788
Go versiongo version go1.22.2 windows/amd64Output of go env in your module/workspace:go envset GO111MODULE=onset GOARCH=...
Golang testing/synctest,runtime: randomize scheduling to protect against Hyrum's Law
2025-06-07 14:04:59
4109
The new synctest package makes time deterministic within a testing bubble. One consequence of this is that the goroutine...
Golang cmd/go: missing position for "unknown godebug" error from go list
2025-06-07 14:04:57
1345
go list reports an error for unknown godebug values. But this error lacks a position:$ cat go.modmodule example.com/mgo ...
Golang x/tools/gopls: regression of Organize Imports in CL 587555
2025-06-07 14:04:55
283
@hyangah points out that, in VS Code, organize imports on save stopped working at https://go.dev/cl/587555. I can reprod...
Golang proposal: spec: short function literals
2025-06-07 14:04:53
686689
[edit: As of today, end of May 2025, this proposal has received ~1000 comments. Please read the summary before adding mo...
Golang runtime/pprof: TestProfilerStackDepth/heap failures
2025-06-07 14:04:13
641
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/heap"Is...
Golang runtime/pprof: TestEmptyCallStack failures
2025-06-07 14:04:11
2560
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestEmptyCallStack"Issue creat...
Golang cmd/go: can't invoke go in src directory
2025-06-07 14:04:09
2090
Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
上一页
下一页
1
…
4
5
6
7
8
…
25
.