mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 20:53:42 +08:00
test: fix tests on arm64
* remove skip-code of some arm64 tests, which implemented. * fix errors in testsuits for arm64
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
|
||||
func TestGoroutineCreationLocation(t *testing.T) {
|
||||
if runtime.GOARCH == "arm64" {
|
||||
t.Skip("test is not valid on ARM64")
|
||||
t.Skip("arm64 do not support GetStackInfo for now")
|
||||
}
|
||||
protest.AllowRecording(t)
|
||||
withTestProcess("goroutinestackprog", t, func(p proc.Process, fixture protest.Fixture) {
|
||||
|
||||
Reference in New Issue
Block a user