Golang runtime: findrunnableGCWorker consumed much higher CPU under 64c AWS instance (ARM64), comparing to 32c

Go versiongo1.19.13 linux/arm64Output of go env in your module/workspace:GOARCH="arm64"What did you do?We put ...

Golang proposal: io: add NoEOF to convert EOF to ErrUnexpectedEOF

Proposal DetailsThe EOF error is a common error that is reported in IO operations and is often exactly the right error a...

Golang proposal: errors: add Ignore

Proposal DetailsIgnoring certain errors is a relatively common operation.Some examples include:var tr *tar.Reader = ...f...

Golang build: build failure on x_tools-gotip-linux-arm

#!watchflakesdefault <- builder == "x_tools-gotip-linux-arm" && repo == "tools" &&amp...

Golang build: build failure on gotip-wasip1-wasm_wazero

#!watchflakesdefault <- builder == "gotip-wasip1-wasm_wazero" && repo == "go" && ...

Golang build: build failure on gotip-linux-amd64-misccompile

#!watchflakesdefault <- builder == "gotip-linux-amd64-misccompile" && repo == "go" &&...

Golang build: build failure on gotip-wasip1-wasm_wasmtime

#!watchflakesdefault <- builder == "gotip-wasip1-wasm_wasmtime" && repo == "go" &&amp...

Golang build: build failure on gotip-js-wasm

#!watchflakesdefault <- builder == "gotip-js-wasm" && repo == "go" && mode == &qu...

Golang net/netip: TestInlining failures

#!watchflakesdefault <- pkg == "net/netip" && test == "TestInlining"Issue created automat...

Golang runtime:cpu4: TestGdbPython failures

#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestGdbPython"Issue created aut...

Golang runtime: "some test left a core file behind" failure

#!watchflakesdefault <- `some test left a core file behind`Issue created automatically to collect these failures.Exam...

Golang runtime: TestNeedmDeadlock failures

#!watchflakespost <- pkg == "runtime" && test == "TestNeedmDeadlock"Issue created automat...

Golang syscall: missing Errno on openbsd/386, openbsd/arm and openbsd/amd64

The syscall package is missing EBADMSG, ENOTRECOVERABLE, EOWNERDEAD and EPROTO on openbsd/386, openbsd/arm and openbsd/a...

Golang x/telemetry/counter/countertest: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/counter/countertest" && test == ""...

Golang cmd/compile: internal compiler error too many arguments to function call

Go versiongo version go1.25rc1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...

Golang x/net/websocket: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/net/websocket" && test == ""Issue created au...

Golang x/telemetry/counter: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/counter" && test == ""Issue create...

Golang x/net/html/atom: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/net/html/atom" && test == ""Issue created au...

Golang x/telemetry/counter/countertest: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/counter/countertest" && test == ""...

Golang x/build/internal/installer/darwinpkg: make the darwin/amd64 installer warn the user or fail when running on arm64

The download website makes it easy for all macOS users, even the ones running on Apple Silicon, to download the amd64 pa...
上一页 下一页
.