]> Cypherpunks repositories - gostls13.git/commit
testing: update helperNames just before checking it
authorTao Qingyun <qingyunha@gmail.com>
Thu, 18 Mar 2021 00:10:38 +0000 (00:10 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Mar 2021 01:04:37 +0000 (01:04 +0000)
commit67048432026062a98a3937a865aeb05a398148c5
tree9cc01e17553038545f4cf64ffc4036666b827fd3
parentdcc96e4b9403a3a1e135b81d5f556a72a04a2add
testing: update helperNames just before checking it

parent's helperNames has not been set when frameSkip called, moving
helperNames initilazing to frameSkip.

Fixes #44887

Change-Id: I5107c5951033e5e47d1ac441eac3ba5344a7bdc0
GitHub-Last-Rev: 44b90b2e2eeca8e2bb4a2084ec6fdd279c88f76d
GitHub-Pull-Request: golang/go#45071
Reviewed-on: https://go-review.googlesource.com/c/go/+/302469
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/testing/helper_test.go
src/testing/testing.go