-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.OS-OpenBSDcompiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Description
The openbsd-amd64 and openbsd-ppc64 builders are broken because the new TestFlagD test, added in https://go.dev/cl/698355, is consistently failing.
Example failure: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-openbsd-ppc64/b8703999156992273425/overview
=== RUN TestFlagD
=== PAUSE TestFlagD
=== CONT TestFlagD
elf_test.go:653: data section starts at 0x0, expected 0x10000000
--- FAIL: TestFlagD (5.06s)
My immediate guess is the test's search for the data section isn't quite right for OpenBSD.
cc @golang/compiler @golang/openbsd @kevaundray
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.OS-OpenBSDcompiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.