Skip to content

Commit

Permalink
run.bat: disable race detector test
Browse files Browse the repository at this point in the history
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7439048
  • Loading branch information
alexbrainman committed Mar 1, 2013
1 parent abbbb42 commit 211589a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/run.bat
Expand Up @@ -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
Expand Down

0 comments on commit 211589a

Please sign in to comment.