This is an archive of the discontinued LLVM Phabricator instance.

Fix after c25938d
ClosedPublic

Authored by amccarth on Feb 4 2020, 3:13 PM.

Details

Summary

My refactor caused some changes in error reporting that TestAddDsymCommand.py was checking, so this restores some of the changes to preserve the old behavior.

Putting this through review rather than committing directly because it's one of a couple alternatives discussed, and the affected test is currently XFAILed, so we have time to decide the best way forward.

Diff Detail

Event Timeline

amccarth created this revision.Feb 4 2020, 3:13 PM
jasonmolenda accepted this revision.Feb 4 2020, 3:33 PM

This looks great to me, thanks! If it's easy to add on, could you remove the xfail from lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py in the same commit? I verified that the original test passes with this patch.

This revision is now accepted and ready to land.Feb 4 2020, 3:33 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2020, 4:41 PM