Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/crashmonitor: update assertions after CL 561635 revert
This CL changes the test expectations to match the runtime behavior after the revert of CL 561635, which caused the stack to emit program counters that are valid for CallersFrames. However, CallersFrames' expectations are... idiosyncratic and it was considered undesirable to transfer them to the runtime traceback format. Unfortunately that means that telemetry for crash reports will drop inline frames. Hopefully this is only temporary. Updates golang/go#65761 Change-Id: I0f8601cbb1328715f357249b91bd21941860bd0e Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/571656 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
- Loading branch information