Skip to content

Commit b89bcc1

Browse files
committed
cmd/go: re-enable TestCgoConsistentResults on solaris
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]>
1 parent 7b48020 commit b89bcc1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cmd/go/go_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,10 +2778,6 @@ func TestCgoConsistentResults(t *testing.T) {
27782778
if !canCgo {
27792779
t.Skip("skipping because cgo not enabled")
27802780
}
2781-
if runtime.GOOS == "solaris" {
2782-
// See https://golang.org/issue/13247
2783-
t.Skip("skipping because Solaris builds are known to be inconsistent; see #13247")
2784-
}
27852781

27862782
tg := testgo(t)
27872783
defer tg.cleanup()

0 commit comments

Comments
 (0)