dyninst/testsuite

testsuite has secondary group test failures on arm64 due to testing not-yet-implemented static linking

bigtrak opened this issue · 2 comments

When a test in a group fails, the entire group fails. Dyninst does not yet implement static linking
on arm64 / aarch64... but was running those tests. Due to this combination, we could see many
test failures, depending on when the static linking tests were executed.

Just a minor nit: it's only rewriting statically-linked binaries that isn't supported. All other modes (create, attach, etc.) do work on static ARM binaries.