Skip to content

Commit

Permalink
dashboard: remove known issue for GO386=softfloat builder
Browse files Browse the repository at this point in the history
The builder is producing expected results.

Fixes golang/go#41840.
For golang/go#41848.

Change-Id: I08de0457b5ead7ac5dcc15edb95517f0f3e377fe
Reviewed-on: https://go-review.googlesource.com/c/build/+/261097
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
  • Loading branch information
dmitshur committed Oct 12, 2020
1 parent d7e2e4d commit ab40b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,6 @@ func init() {
// GO386=softfloat is added in Go 1.16 (golang.org/issue/41848).
return atLeastGo1(goBranch, 16) && (repo == "go" || repo == "crypto")
},
KnownIssue: 41840,
GoDeps: []string{
"04b8a9fea57e37589d82410281f22ebde0027808", // CL 260017, "all: implement GO386=softfloat".
},
Expand Down

0 comments on commit ab40b66

Please sign in to comment.