mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 18:27:37 +08:00
pkg/proc: Enable CGO Stacktrace tests on arm64
These seem to magically work again on my M1 Mac so, enabling them again.
This commit is contained in:
committed by
Alessandro Arzilli
parent
a25d95bd23
commit
429c02486d
@ -3251,7 +3251,6 @@ func TestCgoStacktrace(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
skipOn(t, "broken - cgo stacktraces", "386")
|
skipOn(t, "broken - cgo stacktraces", "386")
|
||||||
skipOn(t, "broken - cgo stacktraces", "arm64")
|
|
||||||
protest.MustHaveCgo(t)
|
protest.MustHaveCgo(t)
|
||||||
|
|
||||||
// Tests that:
|
// Tests that:
|
||||||
|
|||||||
Reference in New Issue
Block a user