-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
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
testing: update helperNames just before checking it #45071
Conversation
This PR (HEAD: b00dcf0) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/302469 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
This PR (HEAD: b49843a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/302469 to see it. Tip: You can toggle comments from me using the |
Message from 陶青云: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
This PR (HEAD: 8f3c2bc) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/302469 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 4: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Go Bot: Patch Set 4: TryBots beginning. Status page: https://farmer.golang.org/try?commit=1c38286d Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
parent's helperNames has not been set when frameSkip called, moving helperNames initilazing to frameSkip. Fixes golang#44887
Message from Go Bot: Patch Set 4: Build is still in progress... Other builds still in progress; subsequent failure notices suppressed until final report. Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
This PR (HEAD: 2ed2b81) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/302469 to see it. Tip: You can toggle comments from me using the |
Message from 陶青云: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Ian Lance Taylor: Patch Set 7: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Go Bot: Patch Set 7: TryBots beginning. Status page: https://farmer.golang.org/try?commit=8ad3109a Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Go Bot: Patch Set 7: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Ian Lance Taylor: Patch Set 7: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Bryan Boreham: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
parent's helperNames has not been set when frameSkip called, moving helperNames initilazing to frameSkip. Fixes golang#44887
This PR (HEAD: 44b90b2) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/302469 to see it. Tip: You can toggle comments from me using the |
Message from 陶青云: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Cherry Zhang: Patch Set 8: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Ian Lance Taylor: Patch Set 8: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Go Bot: Patch Set 8: TryBots beginning. Status page: https://farmer.golang.org/try?commit=7aa0be4f Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
Message from Go Bot: Patch Set 8: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/302469. |
parent's helperNames has not been set when frameSkip called, moving helperNames initilazing to frameSkip. Fixes #44887 Change-Id: I5107c5951033e5e47d1ac441eac3ba5344a7bdc0 GitHub-Last-Rev: 44b90b2 GitHub-Pull-Request: #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>
…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 <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> (cherry picked from commit 6704843) Reviewed-on: https://go-review.googlesource.com/c/go/+/303189 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
This PR somehow wasn't closed after CL https://go-review.googlesource.com/c/go/+/302469 got merged. Kindly ccing @dmitshur @cagedmantis @toothrot, and then I shall close it. |
parent's helperNames has not been set when frameSkip called, moving
helperNames initilazing to frameSkip.
Fixes #44887