]> Cypherpunks repositories - gostls13.git/commit
[dev.regabi] runtime/race: adjust test pattern match for ABI wrapper
authorThan McIntosh <thanm@google.com>
Wed, 16 Dec 2020 18:45:48 +0000 (13:45 -0500)
committerThan McIntosh <thanm@google.com>
Tue, 22 Dec 2020 16:35:20 +0000 (16:35 +0000)
commit301af2cb71d2731baa55653df67850ce85032e16
tree028cc7698fc59311e10353008b2244ae5939e823
parent306b2451c849c9a5835069f317dfea851e526a00
[dev.regabi] runtime/race: adjust test pattern match for ABI wrapper

Adjust the pattern matching in one of the race output test to allow
for the possible introduction of an ABI wrapper. Normally for tests
that match traceback output wrappers are not an issue since they
are screened out by Go's traceback mechanism, but in this case the
race runtime is doing the unwinding, so the wrapper may be visible.

Change-Id: I45413b5c4701d4c28cc760fccc8203493dbe2874
Reviewed-on: https://go-review.googlesource.com/c/go/+/278756
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Than McIntosh <thanm@google.com>
src/runtime/race/output_test.go