]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/test: disable test on windows (attempt to fix windows build)
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 17 Aug 2012 04:15:01 +0000 (14:15 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 17 Aug 2012 04:15:01 +0000 (14:15 +1000)
see issus 3358 for similar problem

R=golang-dev
CC=golang-dev, minux.ma
https://golang.org/cl/6464072

src/run.bat

index 36d24984e9a8e9c079b5386a3c16371001617279..64398ccc5fabec4728e7b853ddce11fcc46ff308 100644 (file)
@@ -72,10 +72,11 @@ echo.
 
 :: TODO ..\misc\cgo\stdio
 
-echo # ..\misc\cgo\test
-go test ..\misc\cgo\test
-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
+::go test ..\misc\cgo\test
+::if errorlevel 1 goto fail
+::echo.
 :nocgo
 
 :: TODO: The other tests in run.bash.