Skip to content

Commit

Permalink
cmd/go: re-enable TestCgoConsistentResults on solaris
Browse files Browse the repository at this point in the history
Updates #13247.

Change-Id: If5e4c9f4db05f58608b0eeed1a2312a04015b207
Reviewed-on: https://go-review.googlesource.com/23741
Run-TryBot: Mikio Hara <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
cixtor committed Jun 3, 2016
1 parent 7b48020 commit b89bcc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cmd/go/go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2778,10 +2778,6 @@ func TestCgoConsistentResults(t *testing.T) {
if !canCgo {
t.Skip("skipping because cgo not enabled")
}
if runtime.GOOS == "solaris" {
// See https://golang.org/issue/13247
t.Skip("skipping because Solaris builds are known to be inconsistent; see #13247")
}

tg := testgo(t)
defer tg.cleanup()
Expand Down

0 comments on commit b89bcc1

Please sign in to comment.