delve/Documentation/backend_test_health.md
Suzy Mueller de117a2f4f
pkg/proc: fix bug where frame parameter is ignored if no goroutine (#2563)
ConvertEvalScope() attempts to find the scope for the specified
goroutine id and frame index. If the goroutine that is found is nil,
then it falls back to the threads stack trace to find the scope.
This fix makes sure that the frame id is taken into account for
thread strack traces as well.
2021-07-03 15:48:35 +02:00

713 B

Tests skipped by each supported backend:

  • 386 skipped = 6
    • 1 broken
    • 3 broken - cgo stacktraces
    • 2 not implemented
  • arm64 skipped = 4
    • 1 broken
    • 1 broken - global variable symbolication
    • 2 not implemented
  • darwin skipped = 2
    • 2 not implemented
  • darwin/arm64 skipped = 1
    • 1 broken - cgo stacktraces
  • darwin/lldb skipped = 1
    • 1 upstream issue
  • freebsd skipped = 14
    • 11 broken
    • 3 not implemented
  • linux/386/pie skipped = 1
    • 1 broken
  • linux/arm64 skipped = 1
    • 1 broken - cgo stacktraces
  • pie skipped = 2
  • rr skipped = 2
    • 2 not implemented
  • windows skipped = 4
    • 1 broken
    • 2 not implemented
    • 1 upstream issue