Skip to content

Latest commit

 

History

History
46 lines (45 loc) · 1.28 KB

backend_test_health.md

File metadata and controls

46 lines (45 loc) · 1.28 KB

Tests skipped by each supported backend:

  • 386 skipped = 9
    • 1 broken
    • 3 broken - cgo stacktraces
    • 4 not implemented
    • 1 not working due to optimizations
  • arm64 skipped = 1
    • 1 broken - global variable symbolication
  • darwin skipped = 3
    • 2 follow exec not implemented on macOS
    • 1 waitfor implementation is delegated to debugserver
  • darwin/arm64 skipped = 1
    • 1 broken - cgo stacktraces
  • darwin/lldb skipped = 1
    • 1 upstream issue
  • freebsd skipped = 11
    • 2 flaky
    • 2 follow exec not implemented on freebsd
    • 5 not implemented
    • 2 not working on freebsd
  • linux/386 skipped = 2
    • 2 not working on linux/386
  • linux/386/pie skipped = 1
    • 1 broken
  • linux/ppc64le skipped = 3
    • 1 broken - cgo stacktraces
    • 2 not working on linux/ppc64le when -gcflags=-N -l is passed
  • linux/ppc64le/native skipped = 1
    • 1 broken in linux ppc64le
  • linux/ppc64le/native/pie skipped = 3
    • 3 broken - pie mode
  • pie skipped = 2
  • ppc64le skipped = 12
    • 6 broken
    • 1 broken - global variable symbolication
    • 5 not implemented
  • windows skipped = 7
  • windows/arm64 skipped = 5
    • 3 broken
    • 1 broken - cgo stacktraces
    • 1 broken - step concurrent