delve/Documentation/backend_test_health.md
Alessandro Arzilli f0ed4a71e1
Continuous Integration cleanup (#2369)
- remove github workflow for testing macOS/amd64 that is now covered by
  TeamCity
- fix DeepSource glob patterns to actually match what they are intended
  to match (did the interpretation change?)
- disable some cgo tests on darwin/arm64
2021-03-08 09:35:56 -08:00

24 lines
636 B
Markdown

Tests skipped by each supported backend:
* 386 skipped = 2.7% (4/148)
* 1 broken
* 3 broken - cgo stacktraces
* arm64 skipped = 2.7% (4/148)
* 2 broken
* 1 broken - cgo stacktraces
* 1 broken - global variable symbolication
* darwin/arm64 skipped = 0.68% (1/148)
* 1 broken - cgo stacktraces
* darwin/lldb skipped = 0.68% (1/148)
* 1 upstream issue
* freebsd skipped = 8.1% (12/148)
* 11 broken
* 1 not implemented
* linux/386/pie skipped = 0.68% (1/148)
* 1 broken
* pie skipped = 0.68% (1/148)
* 1 upstream issue - https://github.com/golang/go/issues/29322
* windows skipped = 1.4% (2/148)
* 1 broken
* 1 upstream issue