aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-09-11 14:06:34 +1000
committerAlex Brainman <alex.brainman@gmail.com>2012-09-11 14:06:34 +1000
commit4c60f974b1917084773397142cda961a96328589 (patch)
tree303a2d4d2fae54c793e5fe85b973c4d3584d6778 /src/run.bat
parentf97bfb93f45339b1e528bd789495d894a2bfeece (diff)
downloadgo-4c60f974b1917084773397142cda961a96328589.tar.gz
go-4c60f974b1917084773397142cda961a96328589.zip
misc/cgo/life: disable it temporarily on windows, because go builder fails
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6506096
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/run.bat b/src/run.bat
index 8c52e6ea54..6138d64a8c 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -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