Skip to content

Commit

Permalink
Skip TestDebugStripped
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaezm committed Jul 5, 2023
1 parent c3ae34a commit 66718c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/backend_test_health.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Tests skipped by each supported backend:
* windows skipped = 4
* 1 broken
* 3 see https://github.com/go-delve/delve/issues/2768
* windows/arm64 skipped = 4
* windows/arm64 skipped = 5
* 3 broken
* 1 broken - cgo stacktraces
* 1 broken - step concurrent
1 change: 1 addition & 0 deletions pkg/proc/proc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3179,6 +3179,7 @@ func TestDebugStripped(t *testing.T) {
// TODO(derekparker): Add support for Mach-O and PE.
skipUnlessOn(t, "linux only", "linux")
skipOn(t, "not working on linux/386 with PIE", "linux", "386", "pie")
skipOn(t, "broken on linux/ppc64le", "linux", "ppc64le")
withTestProcessArgs("testnextprog", t, "", []string{}, protest.LinkStrip, func(p *proc.Target, grp *proc.TargetGroup, f protest.Fixture) {
setFunctionBreakpoint(p, t, "main.main")
assertNoError(grp.Continue(), t, "Continue")
Expand Down

0 comments on commit 66718c4

Please sign in to comment.