From 8521811cdeeba5ed2c992e0eb1aae0f71da2b037 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Tue, 20 Mar 2012 14:59:51 +1100 Subject: [PATCH] run.bat: disable test in test\bench\go1 to fix build R=golang-dev, r CC=golang-dev https://golang.org/cl/5848066 --- src/run.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/run.bat b/src/run.bat index 01d0b4f958..1d5bf60f25 100644 --- a/src/run.bat +++ b/src/run.bat @@ -41,10 +41,11 @@ go build ..\misc\dashboard\builder ..\misc\goplay if errorlevel 1 goto fail echo. -echo # ..\test\bench\go1 -go test ..\test\bench\go1 -if errorlevel 1 goto fail -echo. +:: TODO(brainman): disabled, because it fails with: mkdir C:\Users\ADMINI~1\AppData\Local\Temp\2.....\test\bench\: The filename or extension is too long. +::echo # ..\test\bench\go1 +::go test ..\test\bench\go1 +::if errorlevel 1 goto fail +::echo. :: TODO: The other tests in run.bash. -- 2.50.0