aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-09-03 10:33:48 +1000
committerAlex Brainman <alex.brainman@gmail.com>2012-09-03 10:33:48 +1000
commit1a5cf867ce1b0c98e016ac4d4183ffd84c8fa291 (patch)
treec0e575387c56767153e19cd85b7fd5751bc04dd3 /src/run.bat
parent88ba4de152c8d81f73a3d60f63dc79a140add33a (diff)
downloadgo-1a5cf867ce1b0c98e016ac4d4183ffd84c8fa291.tar.gz
go-1a5cf867ce1b0c98e016ac4d4183ffd84c8fa291.zip
run.bat: do not run misc\cgo\stdio test on windows (fix build)
It is enabled by mistake and should be part of CL 5847068 instead. R=golang-dev CC=golang-dev, minux.ma https://golang.org/cl/6488073
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 4711926623..8c52e6ea54 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -70,10 +70,11 @@ go run %GOROOT%\test\run.go - ..\misc\cgo\life
if errorlevel 1 goto fail
echo.
-echo # ..\misc\cgo\stdio
-go run %GOROOT%\test\run.go - ..\misc\cgo\stdio
-if errorlevel 1 goto fail
-echo.
+:: TODO ..\misc\cgo\stdio
+::echo # ..\misc\cgo\stdio
+::go run %GOROOT%\test\run.go - ..\misc\cgo\stdio
+::if errorlevel 1 goto fail
+::echo.
:: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\go\misc\cgo\: The filename or extension is too long.
::echo # ..\misc\cgo\test