Skip to content

Issues: golang/go

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

x/crypto/acme: add integration tests with pebble LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Testing An issue that has been verified to require only test changes, not just a test failure.
#73914 opened May 29, 2025 by cpu Unreleased
cmd/internal/moddeps: TestAllDependencies/std(thorough) failures [consistent failure] FixPending Issues that have a fix which has not yet been reviewed or submitted. Testing An issue that has been verified to require only test changes, not just a test failure.
#73069 opened Mar 27, 2025 by gopherbot Go1.25
crypto: test fips140=only mode NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#70514 opened Nov 22, 2024 by FiloSottile Go1.25
net: TestClosingListener failures NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#65976 opened Feb 27, 2024 by gopherbot
net: add some more practical tests for TCP keep-alive mechanism help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#65834 opened Feb 21, 2024 by panjf2000 Backlog
x/telemetry/godev/cmd/telemetrygodev: test fails when run in a standalone module NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#65258 opened Jan 24, 2024 by bcmills Unreleased
x/tools/internal/testenv: remove ExitIfSmallMachine NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#64499 opened Dec 1, 2023 by bcmills Backlog
net/http: TestTransportNoReuseAfterEarlyResponse failures due to leaked transports NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#64252 opened Nov 17, 2023 by gopherbot Go1.25
x/build,os/signal: TestDetectNohup and TestNohup fail on replacement darwin LUCI builders Builders x/build issues (builders, bots, dashboards) compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done. OS-Darwin Testing An issue that has been verified to require only test changes, not just a test failure.
#63875 opened Nov 1, 2023 by prattmic Unreleased
net/http: TestIssue4191_InfiniteGetToPutTimeout failures with timeouts NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#61497 opened Jul 21, 2023 by gopherbot Backlog
x/pkgsite/internal/poller: TestStats failures with MillisToLastByte out of expected range NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite Testing An issue that has been verified to require only test changes, not just a test failure.
#61273 opened Jul 10, 2023 by gopherbot pkgsite/backlog
x/pkgsite/internal/poller: Test failures with incorrect 'good' value -1 help wanted NeedsFix The path to resolution is known, but the work has not been done. pkgsite Testing An issue that has been verified to require only test changes, not just a test failure.
#61269 opened Jul 10, 2023 by gopherbot pkgsite/backlog
net/http: add test coverage for Fetch API-based Transport when viable arch-wasm WebAssembly issues NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-JS Suggested Issues that may be good for new contributors looking for work to do. Testing An issue that has been verified to require only test changes, not just a test failure.
#60810 opened Jun 15, 2023 by dmitshur Unplanned
cmd/cgo/internal/testcarchive: TestDeepStack failures NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#60294 opened May 19, 2023 by gopherbot Backlog
crypto: test that BoringCrypto is actually used NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#60252 opened May 17, 2023 by FiloSottile Backlog
cmd/go/internal/modfetch: TestCodeRepoVersions failures GoCommand cmd/go modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#60113 opened May 10, 2023 by gopherbot Backlog
x/tools/go/packages: TestConfigDir failures help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. Tools This label describes issues relating to any tools in the x/tools repository.
#59985 opened May 4, 2023 by gopherbot Unreleased
cmd/go/internal/modload: TestQueryImport failures GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#59161 opened Mar 20, 2023 by gopherbot Backlog
cmd/go: in TestScript fuzz tag should imply not short GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#59076 opened Mar 16, 2023 by rolandshoemaker Backlog
x/net/ipv4: TestRawConnReadWriteUnicastICMP failures with i/o timeout help wanted NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#58955 opened Mar 9, 2023 by gopherbot Unreleased
all: test failures on linux/s390x arch-s390x Issues solely affecting the s390x architecture. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. umbrella
#58901 opened Mar 6, 2023 by bcmills Backlog
runtime: TestWindowsStackMemory flakes on windows-386-2016 compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done. OS-Windows Testing An issue that has been verified to require only test changes, not just a test failure.
#58570 opened Feb 16, 2023 by prattmic Backlog
cmd/compile: add test for PGO profiles merged from profiles with different source versions compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Testing An issue that has been verified to require only test changes, not just a test failure.
#58101 opened Jan 26, 2023 by prattmic Go1.25
go/printer: TestFiles failures with running too slowly NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
#57591 opened Jan 4, 2023 by gopherbot Backlog
net/http: TestTransportIdleCacheKeys failures with missing cache keys NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
#57375 opened Dec 17, 2022 by gopherbot Go1.25
ProTip! Updated in the last three days: updated:>2025-05-26.