This is an archive of the discontinued LLVM Phabricator instance.

Enhance lldb-mi arguments test (MI)
ClosedPublic

Authored by dawn on Jun 17 2015, 4:42 PM.

Details

Summary

Add additional arguments to lldb-mi args test to make sure arguments with quotes are handled correctly.

Diff Detail

Repository
rL LLVM

Event Timeline

dawn updated this revision to Diff 27894.Jun 17 2015, 4:42 PM
dawn retitled this revision from to Enhance lldb-mi arguments test (MI).
dawn updated this object.
dawn edited the test plan for this revision. (Show Details)
dawn added reviewers: ki.stfu, abidh, brucem.
dawn set the repository for this revision to rL LLVM.
dawn added a subscriber: Unknown Object (MLST).
ki.stfu accepted this revision.Jun 21 2015, 11:53 PM
ki.stfu edited edge metadata.

lgtm, but probably you should check their real values:

self.expect("arg1");
self.expect("2nd arg");
...
This revision is now accepted and ready to land.Jun 21 2015, 11:53 PM
This revision was automatically updated to reflect the committed changes.