提交 d2be7914 编写于 作者: H hengwu0 提交者: Derek Parker

test: add reason for skipping TestDisassembleGlobalVars on arm64 (#1778)

上级 7de53695
......@@ -3595,7 +3595,7 @@ func TestIssue1145(t *testing.T) {
func TestDisassembleGlobalVars(t *testing.T) {
if runtime.GOARCH == "arm64" {
t.Skip("test is not valid on ARM64")
t.Skip("On ARM64 symLookup can't look up variables due to how they are loaded, see issue #1778")
}
withTestProcess("teststepconcurrent", t, func(p proc.Process, fixture protest.Fixture) {
mainfn := p.BinInfo().LookupFunc["main.main"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册