]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types2: disable external test temporarily
authorRuss Cox <rsc@golang.org>
Tue, 22 Dec 2020 22:12:49 +0000 (17:12 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Dec 2020 00:56:02 +0000 (00:56 +0000)
This is making rf unhappy for extremely subtle reasons,
so for now just disable the external test here. Will reenable
once the big rewrite is done.

Change-Id: Ifd1ba95e2843792427629d1660850fe531cdd0b9
Reviewed-on: https://go-review.googlesource.com/c/go/+/279531
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>

13 files changed:
src/cmd/compile/internal/types2/api_test.go
src/cmd/compile/internal/types2/builtins_test.go
src/cmd/compile/internal/types2/check_test.go
src/cmd/compile/internal/types2/example_test.go
src/cmd/compile/internal/types2/exprstring_test.go
src/cmd/compile/internal/types2/hilbert_test.go
src/cmd/compile/internal/types2/importer_test.go
src/cmd/compile/internal/types2/issues_test.go
src/cmd/compile/internal/types2/resolver_test.go
src/cmd/compile/internal/types2/self_test.go
src/cmd/compile/internal/types2/sizes_test.go
src/cmd/compile/internal/types2/stdlib_test.go
src/cmd/compile/internal/types2/typestring_test.go

index 58d7df2f1dac7cd0dbce250f9fe5be9d1024d664..bda34fef1de6b7c16919ae9a9c097c78d9ec2634 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9f737bc9bb5d8a9db2ff599380029c92975818a2..b988b0d509e69095288ac7f171bb4affaaceeb13 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 85bf0728c07e34516f1a43e7fd9344efc91fb7f4..26144441e63ce6e9ca12307e38350e487f3ea049 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dcdeaca0c0020b939a5ee2ff04aded3dd5def0bf..9ff35367460936c5210194b5572e3a75270f2b43 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index efb7c308b78b855cd7b2629c0608498b16bc313b..bccaa84f327ccf73583e059cf26148a203ec2890 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9f9dad6b64ee04d04ca3b9a59b7f82ad044709c1..b2b82574876ce4c7314693fe058286f1a5a99226 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 90476c426930286105e7125ceb41f662b8567b81..0d6c2f1d4649a1ae97375750e0280ec5a5f58ac2 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f33b7c4396ae8398bbd84bb0bedebb07dcb41cb7..e184200a1a60ade921ce21f29942f5d8c68eeb8e 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index cdfdba6b43d13dce8fbff6bebf6eec54939d07c5..e939c677ee7b029cff45f81e9ee9694a46d38a23 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6d7971e50f7bf7fad37d6ca57ec30e4f88920181..b03dc7f33a707048809a97525ef1132d81aae95b 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index b246909d2a494d0d863cf29645951c3a89baddcd..f6d37a31ab601de3ac8f814f2492af5afbce1722 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2016 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ae573a4ec8129c547411899cfece95c05fa8e0e5..5ab24df77637089659ce2415aedd0a60710a2262 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f1f7e34bf85f29c200d61f38d60a99de83b57718..b9e593be72caad6a9d2e87554b3b7262b1845163 100644 (file)
@@ -1,3 +1,5 @@
+// +build TODO_RSC_REMOVE_THIS
+
 // UNREVIEWED
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style