]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile: re-enable internal/types2 test
authorRuss Cox <rsc@golang.org>
Wed, 23 Dec 2020 20:15:36 +0000 (15:15 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 27 Dec 2020 12:52:55 +0000 (12:52 +0000)
CL 279531 disabled these because they were causing
trouble with the automation for the big move.
The big move is over. Reenable them.

Change-Id: I2b06f619a114ebcc9b9af73ce0d5b68ebaeaac03
Reviewed-on: https://go-review.googlesource.com/c/go/+/279993
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
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 bda34fef1de6b7c16919ae9a9c097c78d9ec2634..58d7df2f1dac7cd0dbce250f9fe5be9d1024d664 100644 (file)
@@ -1,5 +1,3 @@
-// +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 b988b0d509e69095288ac7f171bb4affaaceeb13..9f737bc9bb5d8a9db2ff599380029c92975818a2 100644 (file)
@@ -1,5 +1,3 @@
-// +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 26144441e63ce6e9ca12307e38350e487f3ea049..85bf0728c07e34516f1a43e7fd9344efc91fb7f4 100644 (file)
@@ -1,5 +1,3 @@
-// +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 9ff35367460936c5210194b5572e3a75270f2b43..dcdeaca0c0020b939a5ee2ff04aded3dd5def0bf 100644 (file)
@@ -1,5 +1,3 @@
-// +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 bccaa84f327ccf73583e059cf26148a203ec2890..efb7c308b78b855cd7b2629c0608498b16bc313b 100644 (file)
@@ -1,5 +1,3 @@
-// +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 b2b82574876ce4c7314693fe058286f1a5a99226..9f9dad6b64ee04d04ca3b9a59b7f82ad044709c1 100644 (file)
@@ -1,5 +1,3 @@
-// +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 0d6c2f1d4649a1ae97375750e0280ec5a5f58ac2..90476c426930286105e7125ceb41f662b8567b81 100644 (file)
@@ -1,5 +1,3 @@
-// +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 e184200a1a60ade921ce21f29942f5d8c68eeb8e..f33b7c4396ae8398bbd84bb0bedebb07dcb41cb7 100644 (file)
@@ -1,5 +1,3 @@
-// +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 e939c677ee7b029cff45f81e9ee9694a46d38a23..cdfdba6b43d13dce8fbff6bebf6eec54939d07c5 100644 (file)
@@ -1,5 +1,3 @@
-// +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 b03dc7f33a707048809a97525ef1132d81aae95b..6d7971e50f7bf7fad37d6ca57ec30e4f88920181 100644 (file)
@@ -1,5 +1,3 @@
-// +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 f6d37a31ab601de3ac8f814f2492af5afbce1722..b246909d2a494d0d863cf29645951c3a89baddcd 100644 (file)
@@ -1,5 +1,3 @@
-// +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 5ab24df77637089659ce2415aedd0a60710a2262..ae573a4ec8129c547411899cfece95c05fa8e0e5 100644 (file)
@@ -1,5 +1,3 @@
-// +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 b9e593be72caad6a9d2e87554b3b7262b1845163..f1f7e34bf85f29c200d61f38d60a99de83b57718 100644 (file)
@@ -1,5 +1,3 @@
-// +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