]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/test and test/bench/go1: enable these tests on windows
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 19 Sep 2012 02:07:25 +0000 (12:07 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 19 Sep 2012 02:07:25 +0000 (12:07 +1000)
R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/6488127

src/run.bat

index 6138d64a8c4cfc099e2a8ba5cc5dbc1feec2c2bd..7f4a68889a45e757a3ce85380c3608a15a45f120 100644 (file)
@@ -57,11 +57,10 @@ go build ..\misc\dashboard\builder ..\misc\goplay
 if errorlevel 1 goto fail
 echo.
 
-:: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\test\bench\: The filename or extension is too long.
-::echo # ..\test\bench\go1
-::go test ..\test\bench\go1
-::if errorlevel 1 goto fail
-::echo.
+echo # ..\test\bench\go1
+go test ..\test\bench\go1
+if errorlevel 1 goto fail
+echo.
 
 :: cgo tests
 if x%CGO_ENABLED% == x0 goto nocgo
@@ -77,11 +76,10 @@ if x%CGO_ENABLED% == x0 goto nocgo
 ::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.
+echo # ..\misc\cgo\test
+go test ..\misc\cgo\test
+if errorlevel 1 goto fail
+echo.
 :nocgo
 
 echo # ..\doc\progs