aboutsummaryrefslogtreecommitdiff
path: root/test/rotate1.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-02-19 15:12:42 -0500
committerRuss Cox <rsc@golang.org>2015-02-19 20:14:21 +0000
commitd7eb51e70e02887b15d6e23548c74ff86471ced9 (patch)
tree6888855fe9bdc9b37673ba9418bdedd0695f00af /test/rotate1.go
parente559c5cce2f5bc48ad3c7ff75dec6cfa002115f1 (diff)
downloadgo-d7eb51e70e02887b15d6e23548c74ff86471ced9.tar.gz
go-d7eb51e70e02887b15d6e23548c74ff86471ced9.zip
[dev.cc] test: disable rotate tests
They use too much memory in the current Go compiler draft. This should fix some builders. Reenabling is #9933. Change-Id: Ib5ef348b2c55d2012ffed765f2a6df99dec171f4 Reviewed-on: https://go-review.googlesource.com/5302 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'test/rotate1.go')
-rw-r--r--test/rotate1.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rotate1.go b/test/rotate1.go
index 98b0b1c849..2d9b797922 100644
--- a/test/rotate1.go
+++ b/test/rotate1.go
@@ -1,3 +1,5 @@
+// skip
+
// runoutput ./rotate.go
// Copyright 2013 The Go Authors. All rights reserved.