mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
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 <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
0a7ac93c27
commit
1507502ff2
1 changed files with 0 additions and 2 deletions
|
@ -799,7 +799,6 @@ func TestBuildComplex(t *testing.T) {
|
|||
tg.run("build", "-x", "-o", os.DevNull, "complex")
|
||||
|
||||
if _, err := exec.LookPath("gccgo"); err == nil {
|
||||
t.Skip("golang.org/issue/22472")
|
||||
tg.run("build", "-x", "-o", os.DevNull, "-compiler=gccgo", "complex")
|
||||
}
|
||||
}
|
||||
|
@ -3084,7 +3083,6 @@ func TestIssue7573(t *testing.T) {
|
|||
if _, err := exec.LookPath("gccgo"); err != nil {
|
||||
t.Skip("skipping because no gccgo compiler found")
|
||||
}
|
||||
t.Skip("golang.org/issue/22472")
|
||||
|
||||
tg := testgo(t)
|
||||
defer tg.cleanup()
|
||||
|
|
Loading…
Reference in a new issue