Skip to content

testing/synctest: remove Run in Go 1.26 #74012

Open
@neild

Description

@neild

The experimental synctest package in Go 1.24 included a Run function. This package is only available when GOEXPERIMENT=synctest.

The non-experimental package in Go 1.25 replaces Run with Test. When GOEXPERIMENT=synctest, Run is still available to give early adopters a chance to migrate to the new API.

We will remove the Run function in Go 1.26. Creating an issue so we don't forget.

Metadata

Metadata

Assignees

Labels

LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.release-blocker

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions