pkg/proc: Skip TestCgoStacktrace on linux/arm64
This commit is contained in:
parent
b440ca4ec5
commit
63985d1d9e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user