We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ianlancetaylor requested issue #44887 to be considered for backport to the next 1.16 minor release.
@gopherbot Please open backport to 1.16 In some cases t.Helper seems to be ineffective. It's not critical but it's definitely annoying. We should fix it.
@gopherbot Please open backport to 1.16
In some cases t.Helper seems to be ineffective. It's not critical but it's definitely annoying. We should fix it.
t.Helper
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/303189 mentions this issue: [release-branch.go1.16] testing: update helperNames just before checking it
[release-branch.go1.16] testing: update helperNames just before checking it
Sorry, something went wrong.
Approved. There's no workaround and this regression makes t.Helper not very useful.
Closed by merging 902d16e to release-branch.go1.16.
[release-branch.go1.16] testing: update helperNames just before check…
902d16e
…ing it parent's helperNames has not been set when frameSkip called, moving helperNames initilazing to frameSkip. For #44887 Fixes #44888 Change-Id: I5107c5951033e5e47d1ac441eac3ba5344a7bdc0 GitHub-Last-Rev: 44b90b2 GitHub-Pull-Request: #45071 Reviewed-on: https://go-review.googlesource.com/c/go/+/302469 Trust: Cherry Zhang <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> (cherry picked from commit 6704843) Reviewed-on: https://go-review.googlesource.com/c/go/+/303189 Trust: Ian Lance Taylor <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
No branches or pull requests
@ianlancetaylor requested issue #44887 to be considered for backport to the next 1.16 minor release.
The text was updated successfully, but these errors were encountered: