]> Cypherpunks.ru repositories - gostls13.git/commitdiff
run.bat: do not run misc\cgo\stdio test on windows (fix build)
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 3 Sep 2012 00:33:48 +0000 (10:33 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 3 Sep 2012 00:33:48 +0000 (10:33 +1000)
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

src/run.bat

index 471192662334dcc9e79156ba02e64b07806babad..8c52e6ea541c57dc8462787637abf29317e2f793 100644 (file)
@@ -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