Skip to content

Commit 1507502

Browse files
cmd/go: re-enable a couple of tests of gccgo
Updates #22472 Change-Id: I526d131f2ef8e0200f7a5634c75b31e0ee083f93 Reviewed-on: https://go-review.googlesource.com/120375 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 0a7ac93 commit 1507502

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmd/go/go_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ func TestBuildComplex(t *testing.T) {
799799
tg.run("build", "-x", "-o", os.DevNull, "complex")
800800

801801
if _, err := exec.LookPath("gccgo"); err == nil {
802-
t.Skip("golang.org/issue/22472")
803802
tg.run("build", "-x", "-o", os.DevNull, "-compiler=gccgo", "complex")
804803
}
805804
}
@@ -3084,7 +3083,6 @@ func TestIssue7573(t *testing.T) {
30843083
if _, err := exec.LookPath("gccgo"); err != nil {
30853084
t.Skip("skipping because no gccgo compiler found")
30863085
}
3087-
t.Skip("golang.org/issue/22472")
30883086

30893087
tg := testgo(t)
30903088
defer tg.cleanup()

0 commit comments

Comments
 (0)