]> Cypherpunks.ru repositories - gostls13.git/commit
test: add tests for escape analysis of interface conversions
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 13:27:32 +0000 (16:27 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 28 Mar 2015 16:15:27 +0000 (16:15 +0000)
commitedcc062bdc35a7dd6ac5d33aa85a135b020b72a8
treedcf12943f01cb1664af7e009e8403c8fa0875f4b
parent8a2545744b2662fc34c117e769f3dbd2f7167d19
test: add tests for escape analysis of interface conversions

The false positives (var incorrectly escapes) are marked with BAD.

Change-Id: If64fabb6ea96de44a1177d9ab12e2ccc579fe0c4
Reviewed-on: https://go-review.googlesource.com/5294
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/internal/gc/esc.go
test/escape2.go
test/escape2n.go
test/escape5.go
test/escape_closure.go
test/escape_field.go
test/escape_iface.go [new file with mode: 0644]
test/escape_indir.go
test/escape_level.go
test/escape_map.go