]> Cypherpunks repositories - gostls13.git/commit
test: remove -newescape from regress tests
authorMatthew Dempsky <mdempsky@google.com>
Thu, 25 Jul 2019 19:54:03 +0000 (12:54 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 28 Aug 2019 19:27:20 +0000 (19:27 +0000)
commit501b786e5c04f6f21b8b7e56fbfa6eda29e527d6
tree7903bf152c4a26ea71d36b9a181ef05626e95130
parent7ed973b4d9dab38347f34e87febf3c8659160ce6
test: remove -newescape from regress tests

Prep for subsequent CLs to remove old escape analysis pass.

This CL removes -newescape=true from tests that use it, and deletes
tests that use -newescape=false. (For history, see CL 170447.)

Notably, this removes escape_because.go without any replacement, but
this is being tracked by #31489.

Change-Id: I6f6058d58fff2c5d210cb1d2713200cc9f501ca7
Reviewed-on: https://go-review.googlesource.com/c/go/+/187617
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
27 files changed:
test/escape2.go
test/escape2n.go
test/escape5.go
test/escape_because.go [deleted file]
test/escape_calls.go
test/escape_closure.go
test/escape_field.go
test/escape_iface.go
test/escape_param.go
test/escape_struct_return.go
test/fixedbugs/issue12006.go
test/fixedbugs/issue17318.go
test/fixedbugs/issue27732a.go
test/fixedbugs/oldescape_issue12006.go [deleted file]
test/fixedbugs/oldescape_issue17318.go [deleted file]
test/linkname.go
test/oldescape2.go [deleted file]
test/oldescape2n.go [deleted file]
test/oldescape5.go [deleted file]
test/oldescape_calls.go [deleted file]
test/oldescape_closure.go [deleted file]
test/oldescape_field.go [deleted file]
test/oldescape_iface.go [deleted file]
test/oldescape_linkname.go [deleted file]
test/oldescape_param.go [deleted file]
test/oldescape_struct_return.go [deleted file]
test/runtime/inlinegcpc.go