delve/Documentation/backend_test_health.md
Alessandro Arzilli a3c7ba8808
proc: add workaround for debug_frame bug on macOS (#2374)
This adds a workaround for the bug described at:

https://github.com/golang/go/issues/25841

Because dsymutil running on PIE does not adjust the address of
debug_frame entries (but adjusts debug_info entries) we try to do the
adjustment ourselves.

Updates #2346
2021-03-09 11:35:24 +01:00

636 B

Tests skipped by each supported backend:

  • 386 skipped = 2.7% (4/149)
    • 1 broken
    • 3 broken - cgo stacktraces
  • arm64 skipped = 2.7% (4/149)
    • 2 broken
    • 1 broken - cgo stacktraces
    • 1 broken - global variable symbolication
  • darwin/arm64 skipped = 0.67% (1/149)
    • 1 broken - cgo stacktraces
  • darwin/lldb skipped = 0.67% (1/149)
    • 1 upstream issue
  • freebsd skipped = 8.1% (12/149)
    • 11 broken
    • 1 not implemented
  • linux/386/pie skipped = 0.67% (1/149)
    • 1 broken
  • pie skipped = 0.67% (1/149)
  • windows skipped = 1.3% (2/149)
    • 1 broken
    • 1 upstream issue