From 4c60f974b1917084773397142cda961a96328589 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Tue, 11 Sep 2012 14:06:34 +1000 Subject: [PATCH] misc/cgo/life: disable it temporarily on windows, because go builder fails R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6506096 --- src/run.bat | 9 +++++---- 1 file 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