mirror of
https://github.com/golang/go
synced 2024-11-12 06: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
|
:: cgo tests
|
||||||
if x%CGO_ENABLED% == x0 goto nocgo
|
if x%CGO_ENABLED% == x0 goto nocgo
|
||||||
echo # ..\misc\cgo\life
|
:: TODO(brainman) disabled, because it is broken on go builder - http://golang.org/issue/4063
|
||||||
go run %GOROOT%\test\run.go - ..\misc\cgo\life
|
::echo # ..\misc\cgo\life
|
||||||
if errorlevel 1 goto fail
|
::go run %GOROOT%\test\run.go - ..\misc\cgo\life
|
||||||
echo.
|
::if errorlevel 1 goto fail
|
||||||
|
::echo.
|
||||||
|
|
||||||
:: TODO ..\misc\cgo\stdio
|
:: TODO ..\misc\cgo\stdio
|
||||||
::echo # ..\misc\cgo\stdio
|
::echo # ..\misc\cgo\stdio
|
||||||
|
Loading…
Reference in New Issue
Block a user