pkg/proc: Skip TestCgoStacktrace on linux/arm64

This commit is contained in:
Derek Parker 2021-05-24 12:32:44 -07:00 committed by Alessandro Arzilli
parent b440ca4ec5
commit 63985d1d9e
2 changed files with 3 additions and 0 deletions

@ -19,6 +19,8 @@ Tests skipped by each supported backend:
* 3 not implemented
* linux/386/pie skipped = 0.67% (1/150)
* 1 broken
* linux/arm64 skipped = 0.67% (1/150)
* 1 broken - cgo stacktraces
* pie skipped = 0.67% (1/150)
* 1 upstream issue - https://github.com/golang/go/issues/29322
* rr skipped = 1.3% (2/150)

@ -3251,6 +3251,7 @@ func TestCgoStacktrace(t *testing.T) {
}
skipOn(t, "broken - cgo stacktraces", "386")
skipOn(t, "broken - cgo stacktraces", "linux", "arm64")
protest.MustHaveCgo(t)
// Tests that: