Commit 211589a9 authored by Alex Brainman's avatar Alex Brainman

run.bat: disable race detector test

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7439048
parent abbbb428
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment