From d5c2154caf1d5826328a9fbc14e89001599f0a30 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Sat, 14 Jul 2012 15:59:52 +0400 Subject: [PATCH] build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32) Some tests currently fail with GOMAXPROCS>1 R=golang-dev CC=golang-dev https://golang.org/cl/6398044 --- src/run.bash | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/run.bash b/src/run.bash index 8e373ed6b1..ca84b7034d 100755 --- a/src/run.bash +++ b/src/run.bash @@ -39,11 +39,6 @@ echo echo '# sync -cpu=10' go test sync -short -timeout=120s -cpu=10 -echo - -echo '# GOMAXPROCS=32 go test runtime net/http crypto/tls encoding/base64' -GOMAXPROCS=32 go test runtime net/http crypto/tls encoding/base64 -echo xcd() { echo -- 2.48.1