Skip to content

Commit

Permalink
dashboard: add known issues for android-*-emu
Browse files Browse the repository at this point in the history
Issue golang/go#42212 manifests as test timeouts, and is by far the most
frequent of these known issues.

Issue golang/go#51001 causes failures with "systemstack called from unexpected
goroutine". It seems to have been introduced sometime last year, but
it isn't clear to me whether it is a regression or an older (latent)
bug unearthed by some other change.

Issue golang/go#52724 appears to be a bug or race in the Android emulator
itself. It might require a builder image update and/or escalation to
the maintainers of the emulator proper.

Updates golang/go#53377.

Change-Id: I677915b1ff02dd02e0f14c63b0d25caf11e27a72
Reviewed-on: https://go-review.googlesource.com/c/build/+/412174
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
  • Loading branch information
Bryan C. Mills committed Jun 14, 2022
1 parent fc56509 commit a8033b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,7 @@ func init() {
"GOHOSTOS=linux",
"CGO_ENABLED=1",
},
KnownIssues: []int{42212, 51001, 52724},
})
addBuilder(BuildConfig{
Name: "android-amd64-emu",
Expand Down Expand Up @@ -2493,6 +2494,7 @@ func init() {
"GOHOSTOS=linux",
"CGO_ENABLED=1",
},
KnownIssues: []int{42212, 51001, 52724},
})
addBuilder(BuildConfig{
Name: "illumos-amd64",
Expand Down

0 comments on commit a8033b3

Please sign in to comment.