mirror of
https://github.com/golang/go
synced 2024-11-12 05:30:21 -07:00
misc/cgo/life: disable it temporarily on windows, because go builder fails
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6506096
This commit is contained in:
parent
f97bfb93f4
commit
4c60f974b1
@ -65,10 +65,11 @@ echo.
|
||||
|
||||
:: cgo tests
|
||||
if x%CGO_ENABLED% == x0 goto nocgo
|
||||
echo # ..\misc\cgo\life
|
||||
go run %GOROOT%\test\run.go - ..\misc\cgo\life
|
||||
if errorlevel 1 goto fail
|
||||
echo.
|
||||
:: TODO(brainman) disabled, because it is broken on go builder - http://golang.org/issue/4063
|
||||
::echo # ..\misc\cgo\life
|
||||
::go run %GOROOT%\test\run.go - ..\misc\cgo\life
|
||||
::if errorlevel 1 goto fail
|
||||
::echo.
|
||||
|
||||
:: TODO ..\misc\cgo\stdio
|
||||
::echo # ..\misc\cgo\stdio
|
||||
|
Loading…
Reference in New Issue
Block a user