From: Alex Brainman Date: Fri, 1 Mar 2013 03:19:56 +0000 (+1100) Subject: run.bat: disable race detector test X-Git-Tag: go1.1rc2~758 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=211589a9edf433019e8ad5937afe3bb98ebebc35;p=gostls13.git run.bat: disable race detector test R=golang-dev, dave CC=golang-dev https://golang.org/cl/7439048 --- diff --git a/src/run.bat b/src/run.bat index 3f950f5414..945cce4262 100644 --- a/src/run.bat +++ b/src/run.bat @@ -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