forked from go-delve/delve
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'go-delve:master' into master
- Loading branch information
Showing
506 changed files
with
47,832 additions
and
10,949 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
tags | ||
.dbg_history | ||
**/**/dlv | ||
!cmd/dlv/ | ||
.vagrant | ||
**/*.swp | ||
localtests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,35 @@ | ||
Tests skipped by each supported backend: | ||
|
||
* 386 skipped = 7 | ||
* 1 broken | ||
* 386 skipped = 6 | ||
* 3 broken - cgo stacktraces | ||
* 3 not implemented | ||
* arm64 skipped = 2 | ||
* 1 broken | ||
* arm64 skipped = 1 | ||
* 1 broken - global variable symbolication | ||
* darwin/arm64 skipped = 1 | ||
* 1 broken - cgo stacktraces | ||
* darwin skipped = 1 | ||
* 1 waitfor implementation is delegated to debugserver | ||
* darwin/arm64 skipped = 2 | ||
* 2 broken - cgo stacktraces | ||
* darwin/lldb skipped = 1 | ||
* 1 upstream issue | ||
* freebsd skipped = 4 | ||
* freebsd skipped = 6 | ||
* 2 flaky | ||
* 4 not implemented | ||
* linux/386/pie skipped = 1 | ||
* 1 broken | ||
* linux/ppc64le skipped = 1 | ||
* 1 broken - cgo stacktraces | ||
* linux/ppc64le/native skipped = 1 | ||
* 1 broken in linux ppc64le | ||
* pie skipped = 2 | ||
* 2 upstream issue - https://github.com/golang/go/issues/29322 | ||
* windows skipped = 5 | ||
* ppc64le skipped = 11 | ||
* 6 broken | ||
* 1 broken - global variable symbolication | ||
* 4 not implemented | ||
* windows skipped = 4 | ||
* 1 broken | ||
* 3 see https://github.com/go-delve/delve/issues/2768 | ||
* 1 upstream issue | ||
* windows/arm64 skipped = 2 | ||
* windows/arm64 skipped = 5 | ||
* 3 broken | ||
* 1 broken - cgo stacktraces | ||
* 1 broken - step concurrent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.