summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-09-19 12:07:25 +1000
committerAlex Brainman <alex.brainman@gmail.com>2012-09-19 12:07:25 +1000
commite244b722a7e1f3f9e5fd1b345434af36564762a0 (patch)
treec9ab7eeaf0eaa01fe94d20025e02ace982a1f9d3 /src/run.bat
parent005c71204d2115b4bff8cbe4840bb01a7fde9df7 (diff)
downloadgo-e244b722a7e1f3f9e5fd1b345434af36564762a0.tar.gz
misc/cgo/test and test/bench/go1: enable these tests on windows
R=golang-dev, r, bradfitz CC=golang-dev http://codereview.appspot.com/6488127
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/run.bat b/src/run.bat
index 6138d64a8..7f4a68889 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -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