This is an archive of the discontinued LLVM Phabricator instance.

[lldb][ARM] Print mismatched registers in emulation tests
ClosedPublic

Authored by DavidSpickett on Jul 25 2022, 1:33 AM.

Details

Summary

Also correct the test failed message. It implies that what
it's done is compare the 'before' and 'ater' states from the
test input.

Except that that's the whole point of the test, that the state changes.
It should tell you that it compared the result of the emulation to the
'after'.

Diff Detail