]> Cypherpunks repositories - gostls13.git/commit
test: skip inlining check in escape4.go
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 30 Sep 2022 17:44:43 +0000 (00:44 +0700)
committerGopher Robot <gobot@golang.org>
Sat, 1 Oct 2022 01:52:17 +0000 (01:52 +0000)
commit1baea0ddb32dbcce37d7d8e5863dbf7063439a74
treeb5ef6b6c2bf837a2412c838cba3fd5cef3c107f7
parent0cbe30467ad2b4823bc07a8784ca66aff7cdb20a
test: skip inlining check in escape4.go

This is the last failed test in Unified IR, since it can inline f5 and
f6 but the old frontend can not. So marking them as //go:noinline, with
a TODO for re-enable once GOEXPERIMENT=nounified is gone.

Fixes #53058

Change-Id: Ifbbc49c87997a53e1b323048f0067f0257655fad
Reviewed-on: https://go-review.googlesource.com/c/go/+/437217
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
test/escape4.go
test/run.go