Skip to content

x/build,cmd/link: darwin/amd64 builders unexpectedly skipping cmd/link.TestBuildForTvOS #58231

@bcmills

Description

@bcmills

In #58221 we observed consistent test failures in cmd/link.TestBuildForTvOS on darwin-amd64-11_0, but not on the other darwin/amd64 builders. The root cause of the failure is not OS-dependent, which suggests that the test is being skipped on all of the other darwin/amd64 builders. That is unexpected.

We should probably:

  • adjust those builders so that they can run the test (attn @golang/release), and
  • adjust the test so that it fails instead of skipping if GO_BUILDER_NAME is non-empty (attn @golang/compiler, @golang/ios).

(The discussion on #58221 covers more detail about the skips.)

Metadata

Metadata

Assignees

Labels

Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Darwincompiler/runtimeIssues related to the Go compiler and/or runtime.mobileAndroid, iOS, and x/mobile

Type

No type

Projects

Status

Todo

Status

Planned

Relationships

None yet

Development

No branches or pull requests

Issue actions