]> Cypherpunks repositories - gostls13.git/commitdiff
run.bat: disable race detector test
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 1 Mar 2013 03:19:56 +0000 (14:19 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 1 Mar 2013 03:19:56 +0000 (14:19 +1100)
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7439048

src/run.bat

index 3f950f5414becdda53f0dd83c3aff8b663a79ef4..945cce4262e48911b5f2914679596d7dbd720907 100644 (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