projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e56366
)
os: Do not try to run go command in test.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Mon, 11 Nov 2013 19:41:00 +0000
(19:41 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Mon, 11 Nov 2013 19:41:00 +0000
(19:41 +0000)
From-SVN: r204684
libgo/go/os/os_test.go
patch
|
blob
|
history
diff --git
a/libgo/go/os/os_test.go
b/libgo/go/os/os_test.go
index 972df364ae79f6a5f592603784efb7c85057b477..882e3da1517d800289daf368ac09a317bc4bad5c 100644
(file)
--- a/
libgo/go/os/os_test.go
+++ b/
libgo/go/os/os_test.go
@@
-1142,6
+1142,7
@@
func TestReadAtEOF(t *testing.T) {
}
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)