1
0
mirror of https://github.com/golang/go synced 2024-11-23 02:00:03 -07:00

run.bat: disable race detector test

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7439048
This commit is contained in:
Alex Brainman 2013-03-01 14:19:56 +11:00
parent abbbb4283a
commit 211589a9ed

View File

@ -54,6 +54,8 @@ echo.
if not "%GOHOSTOS%-%GOOS%-%GOARCH%-%CGO_ENABLED%" == "windows-windows-amd64-1" goto norace
echo # Testing race detector.
echo # skipping test due to bug (http://code.google.com/p/go/issues/detail?id=4948).
goto norace
go test -race -i flag
if errorlevel 1 goto fail
go test -race -short flag