mirror of https://github.com/golang/go.git
test: disable sigchld test on Windows
Alex Brainman reports that this is the only test that keeps us from running test/run. R=alex.brainman, lucio.dere, bradfitz, hectorchu CC=golang-dev https://golang.org/cl/4777043
This commit is contained in:
parent
92703ff605
commit
0b09a56a64
|
|
@ -93,7 +93,6 @@ done
|
||||||
./timing.sh -test
|
./timing.sh -test
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
[ "$GOHOSTOS" == windows ] ||
|
|
||||||
(xcd ../test
|
(xcd ../test
|
||||||
./run
|
./run
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
// [ "$GOOS" = windows ] ||
|
||||||
// $G $D/$F.go && $L $F.$A && ./$A.out
|
// $G $D/$F.go && $L $F.$A && ./$A.out
|
||||||
|
|
||||||
// Copyright 2009 The Go Authors. All rights reserved.
|
// Copyright 2009 The Go Authors. All rights reserved.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue