Message ID | CAKOQZ8weoXVfboA76Owh+QX0LUawCUcW9xSULhgFpFvECJrkeg@mail.gmail.com |
---|---|
State | New |
Headers | show |
diff -r 283d5ed3b086 libgo/go/os/os_test.go --- a/libgo/go/os/os_test.go Mon Nov 11 09:46:39 2013 -0800 +++ b/libgo/go/os/os_test.go Mon Nov 11 11:39:53 2013 -0800 @@ -1142,6 +1142,7 @@ } func testKillProcess(t *testing.T, processKiller func(p *Process)) { + t.Skip("gccgo does not have a go command") dir, err := ioutil.TempDir("", "go-build") if err != nil { t.Fatalf("Failed to create temp directory: %v", err)