]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] test: enable finalizer tests on !amd64
authorMatthew Dempsky <mdempsky@google.com>
Tue, 5 Jan 2021 16:37:41 +0000 (08:37 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 5 Jan 2021 21:11:31 +0000 (21:11 +0000)
commitfb69c67cad4d554dab8281786b7e1e2707fc3346
treebe07b64cadfbfa591bffd7813f2cfdc11293f652
parent81f4f0e912775d11df35220ea598e54c272073fd
[dev.regabi] test: enable finalizer tests on !amd64

The gc implementation has had precise GC for a while now, so we can
enable these tests more broadly.

Confirmed that they still fail with gccgo 10.2.1.

Change-Id: Ic1c0394ab832024a99e34163c422941a3706e1a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/281542
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
test/deferfin.go
test/fixedbugs/issue5493.go